Attention is currently required from: Andrey Petrov, Patrick Rudolph. Hello Andrey Petrov, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60898
to look at the new patch set (#3).
Change subject: soc/intel/common/cpu: Use SoC overrides to drop CPU privilege level ......................................................................
soc/intel/common/cpu: Use SoC overrides to drop CPU privilege level
This patch implements a SoC overrides to drop CPU privilege level as the MSR is not unique across different CPUs.
For example: On APL/GLK, its MSR 0x120 and CNL onwards its MSR 0x151.
For now, only APL SoC has implemented the overrides.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: I0b6f39509cc5457089cc15f28956833c36b567ad --- M src/soc/intel/apollolake/chip.c M src/soc/intel/apollolake/cpu.c M src/soc/intel/apollolake/include/soc/msr.h M src/soc/intel/common/block/cpu/cpulib.c M src/soc/intel/common/block/include/intelblocks/cpulib.h M src/soc/intel/common/block/include/intelblocks/msr.h 6 files changed, 29 insertions(+), 20 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/60898/3