mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: arch/x86: Display MTRRs after MTRR update in postcar
Display the MTRRs after they have been updated during the postcar stage. TEST=Build and run on Galileo Gen2 BUG=None BRANCH=None Change-Id: Iaefedb737ee601c318fc0b6071943182cc7c11d7 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/15991 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/366299 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
05dad97234
commit
41f7ffa449
1 changed files with 5 additions and 0 deletions
|
@ -108,6 +108,11 @@ _start:
|
|||
wrmsr
|
||||
#endif /* CONFIG_SOC_SETS_MSRS */
|
||||
|
||||
/* Display the MTRRs */
|
||||
#if IS_ENABLED(CONFIG_POSTCAR_CONSOLE)
|
||||
call soc_display_mtrrs
|
||||
#endif /* CONFIG_POSTCAR_CONSOLE */
|
||||
|
||||
/* Load and run ramstage. */
|
||||
call copy_and_run
|
||||
/* Should never return. */
|
||||
|
|
Loading…
Add table
Reference in a new issue