aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2019-10-31 19:06:08 +0100
committerNico Huber <nico.h@gmx.de>2019-11-02 13:09:32 +0000
commit7253e7a135b6b40218cb714aa9207a579de1364c (patch)
tree306f77c760afa67037718070878ec22d3b6862c7 /src/soc/intel/apollolake
parentc5fc753b1322a3c091356767f7369aacd44410f9 (diff)
soc/intel: common,apl,skl: remove orphaned memory locking API
Remove the now orphaned memory locking API that was replaced by a Kconfig-based approach. Change-Id: Iebc45f514c576d77f90f558151d25c21f0554779 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36515 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc/intel/apollolake')
-rw-r--r--src/soc/intel/apollolake/cpu.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/soc/intel/apollolake/cpu.c b/src/soc/intel/apollolake/cpu.c
index 0022b3a6ea..6e826b863c 100644
--- a/src/soc/intel/apollolake/cpu.c
+++ b/src/soc/intel/apollolake/cpu.c
@@ -291,9 +291,3 @@ void apollolake_init_cpus(struct device *dev)
CONFIG(BOOT_DEVICE_SPI_FLASH))
fast_spi_cache_bios_region();
}
-
-void cpu_lock_sgx_memory(void)
-{
- /* Do nothing because MCHECK while loading microcode and enabling
- * IA untrusted mode takes care of necessary locking */
-}