MCU JTAG test and related bug fixes#219
Closed
Nitsirks wants to merge 4 commits intomsft-daily-2025-04-01from
Closed
MCU JTAG test and related bug fixes#219Nitsirks wants to merge 4 commits intomsft-daily-2025-04-01from
Nitsirks wants to merge 4 commits intomsft-daily-2025-04-01from
Conversation
basic register access test through jtag fix bug in address decode GH issue #199
…time test updates for mcu jtag access to mcu sram
dmi address and data registers were not actually hooked up to mcu sram connected the dmi write data to the sram address and perform a speculative read when writing the address register store the results in another register to be read when reading the data register address register is updated on writes to dmi mcu sram address reg, use this address when a write to the data register is detected along with the dmi write data on the sram wdata interface
clayton8
approved these changes
Apr 1, 2025
ekarabu
approved these changes
Apr 3, 2025
3985ba4 to
db5f2ff
Compare
Collaborator
|
Replaced by #244 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix address decode for DMI access to RESET_VECTOR
Fix DMI access to MCU SRAM address and data registers
Test for checking ability to access all uncore DMI registers, and MCU SRAM access over DMI
Closes #199
Closes #208