doc(): Blastoff memtest issue - #1555
Draft
asturur wants to merge 5 commits into
Draft
Conversation
asturur
marked this pull request as draft
August 28, 2026 15:35
Collaborator
Author
|
This is in draft because i never tried it outside simulation yet. |
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.
I summarized in this doc all i could find around this issue that is not easy at all.
All games are affected, but all games can pass the mem test outside blastoff.
This could be a real hardware behavior that would be solved by the warm boot path that instead fails for all games.
I have a workaround for the warm boot issue, but is ugly so i didn't commit it, is the kind of patch that at least written how is written shouldn't fit in a core.
this patch here would be the only one that makes the warm reset path works for every game and the only practical solution i found. The investigation doc/notes should be preserved for future efforts.
related to #1432
On top of just documenting i proposed a 'fix' i added an imaginary dip switch that would switch the register so that we can flip without using the menu.
An alternative would be embrace the weird patch described in the PR here.
Or dig deeper, find a real board and understand what is going on.