Hello Felix Singer, build bot (Jenkins), Nico Huber, Furquan Shaikh, Tim Wawrzynczak, Paul Menzel, Subrata Banik, Aamir Bohra, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46272
to look at the new patch set (#5).
Change subject: soc/intel/skl,cpu/intel: copy AES-NI locking to common cpu code ......................................................................
soc/intel/skl,cpu/intel: copy AES-NI locking to common cpu code
Copy the AES-NI locking function to common cpu code to be able to reuse it.
This change only copies the code and adds the MSR header file. Any further rework and later deduplication on the platforms code is done in the follow-up changes.
Change-Id: I81ad5c0d4797b139435c57d3af0a95db94a5c15e Signed-off-by: Michael Niewöhner foss@mniewoehner.de --- M src/cpu/intel/common/common.h M src/cpu/intel/common/common_init.c A src/include/cpu/intel/msr.h 3 files changed, 37 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/46272/5