Attention is currently required from: Jason Glenesk, Raul Rangel, Martin Roth, Marshall Dawson. Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Patrick Georgi, Martin Roth, Marshall Dawson,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/50462
to look at the new patch set (#3).
Change subject: soc/amd: factor out common SMM relocation code ......................................................................
soc/amd: factor out common SMM relocation code
The common code gets moved to soc/amd/common/block/cpu/smm, since it is related to the CPU cores and soc/amd/common/block/smi is about the SMI/ SCI functionality in the FCH part. Also relocation_handler gets renamed to smm_relocation_handler to keep it clear what it does, since it got moved to another compilation unit.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I45224131dfd52247018c5ca19cb37c44062b03eb --- M src/soc/amd/cezanne/Kconfig M src/soc/amd/common/block/cpu/Kconfig A src/soc/amd/common/block/cpu/smm/Makefile.inc A src/soc/amd/common/block/cpu/smm/smm_relocate.c A src/soc/amd/common/block/include/amdblocks/smm.h M src/soc/amd/picasso/Kconfig M src/soc/amd/picasso/cpu.c M src/soc/amd/stoneyridge/Kconfig M src/soc/amd/stoneyridge/cpu.c 9 files changed, 79 insertions(+), 96 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/50462/3