-
-
Notifications
You must be signed in to change notification settings - Fork 207
Use Native Ram Init (NRI) on haswell boards (not chromebox's preppy borrowed MRC blob) #1923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 14 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
3f4052c
add patches for haswell nRI
gaspar-ilom f448e58
use native raminit with haswell boards
gaspar-ilom 544869c
haswell boards: ./docker_repro.sh make BOARD=UNTESTED_XYZ-maximized c…
tlaurion 5fceacb
update README files for haswell boards in blobs/
gaspar-ilom 0801a80
t440p/w541 : move back to tested
tlaurion 38c4580
BOARD_TESTERS.md: t440p, add @MattClifton76 as board tester
tlaurion fdf5281
tweak cbmem params to get debug output
gaspar-ilom 0e8e787
Revert "tweak cbmem params to get debug output"
gaspar-ilom 170bf57
t440p/w541: revert CBFS pre-ram console + console to defaults; have c…
tlaurion 95322c6
t440p/w541 use broadwell mrc blob
gaspar-ilom 9227476
Revert "t440p/w541 use broadwell mrc blob"
gaspar-ilom 361a706
use truncated ME without relocating FTPR and keep modules to try NRI …
gaspar-ilom 90acce5
Revert "use truncated ME without relocating FTPR and keep modules to …
gaspar-ilom cae6d9f
T440p/W541: enable SPI flash console debugging
gaspar-ilom ab04f70
T440p/W541: increase flash debug to almost maximum 0x410000
gaspar-ilom eeae2c6
Revert "T440p/W541: increase flash debug to almost maximum 0x410000"
gaspar-ilom e420681
Revert "T440p/W541: enable SPI flash console debugging"
gaspar-ilom 3c0dc40
T440p/W541: enable USB_DEBUG with FT2232H
gaspar-ilom 6dfe541
t440p/w541p nri coreboot config: add console timestamps, put console …
tlaurion ce63b85
Merge+adapt remote-tracking branch 'osresearch/master' into HEAD
tlaurion bcf27a5
Haswell NRI: add Measure per-task execution time when CONFIG_DEBUG_RA…
tlaurion File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
2 changes: 1 addition & 1 deletion
2
...ized/UNTESTED_t440p-hotp-maximized.config → ...otp-maximized/t440p-hotp-maximized.config
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
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
2 changes: 1 addition & 1 deletion
2
...mized/UNTESTED_w541-hotp-maximized.config → ...hotp-maximized/w541-hotp-maximized.config
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I doubt that 0x20000 would be enough (128kb).
It would be a compilation testing game + having all logs at the end. We attempted to increase cbmem to 0x1000000 to get 1mb unsuccessfully there since it was not in that region that logs would be added but pre-ram to no effect either.
You can see how much free space is empty on a final build coreboot stitching output either from Ci/local build and adapt space consumed to match until that limit.
@gaspar-ilom that will be useful if that works for general debugging guidelines as well. Document as you go if you can.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tlaurion resolved per ab04f70 ?