diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/exit_car.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/x86/exit_car.S b/src/arch/x86/exit_car.S index a51d662e14..421d5434a7 100644 --- a/src/arch/x86/exit_car.S +++ b/src/arch/x86/exit_car.S @@ -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. */ |