diff options
Diffstat (limited to 'src/soc/intel/xeon_sp/skx')
-rw-r--r-- | src/soc/intel/xeon_sp/skx/cpu.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/skx/cpu.c b/src/soc/intel/xeon_sp/skx/cpu.c index c29952916a..027e9bbcd3 100644 --- a/src/soc/intel/xeon_sp/skx/cpu.c +++ b/src/soc/intel/xeon_sp/skx/cpu.c @@ -26,6 +26,11 @@ bool cpu_soc_is_in_untrusted_mode(void) return false; } +void cpu_soc_bios_done(void) +{ + /* IA_UNTRUSTED_MODE is not supported in Skylake */ +} + static void xeon_configure_mca(void) { msr_t msr; |