Attention is currently required from: Tarun Tuli, Kapil Porwal.
Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74160 )
Change subject: isoc/intel/meteorlake: Set AES-NI Lock ......................................................................
isoc/intel/meteorlake: Set AES-NI Lock
This function performs locking of the AES-NI enablement state.
TEST=Able to build and boot google/rex.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: I16f1c14d8a0ca927a34c295cb95311bd4972d691 --- M src/soc/intel/meteorlake/cpu.c 1 file changed, 16 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/74160/1
diff --git a/src/soc/intel/meteorlake/cpu.c b/src/soc/intel/meteorlake/cpu.c index 50ff3b2..6d017bd 100644 --- a/src/soc/intel/meteorlake/cpu.c +++ b/src/soc/intel/meteorlake/cpu.c @@ -120,6 +120,8 @@ /* Configure Enhanced SpeedStep and Thermal Sensors */ configure_misc();
+ set_aesni_lock(); + enable_pm_timer_emulation();
/* Enable Direct Cache Access */