Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: whitequark/glasgow
base: 46f6594e1ae8
Choose a base ref
...
head repository: whitequark/glasgow
compare: 9cc3d9a48161
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 26, 2019

  1. applet.jtag_mips: reset Rocc before entering probe mode.

    Otherwise all our writes will just get ignored.
    
    This commit also adds detection of unexpected core reset.
    whitequark committed Feb 26, 2019
    Copy the full SHA
    034d01f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. applet.jtag: reset TAP chain before selecting a TAP.

    Selecting a TAP requires reading IDCODE/BYPASS from DR, which means
    that a TAP chain reset was a precondition for select_tap(), but this
    wasn't intended or documented. The current design requires a reset,
    so just add that.
    
    Since all derived applets want to select a TAP, remove the TAP reset
    via TMS from run(); however, keep TAP reset via TRST#, because that
    enables the TRST# driver.
    whitequark committed Feb 27, 2019
    Copy the full SHA
    fef9fff View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9cc3d9a View commit details
    Browse the repository at this point in the history