Attention is currently required from: Tarun Tuli, Paul Menzel, Kapil Porwal, Angel Pons, Arthur Heymans, Lean Sheng Tan, Andrey Petrov.
Hello build bot (Jenkins), Tarun Tuli, Kapil Porwal, Angel Pons, Arthur Heymans, Lean Sheng Tan, Angel Pons, Andrey Petrov,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/73881
to look at the new patch set (#3).
Change subject: soc/intel: Rename IA common code module from `TOM` to `RAMTOP` ......................................................................
soc/intel: Rename IA common code module from `TOM` to `RAMTOP`
This patch renames all references of `top_of_ram` (TOM) in IA common `basecode` module (for example: functions, variables, Kconfig, Makefile and comments) with `ramtop` aka top_of_ram to make it more meaningful and to avoid conflicts with Intel SA chipset TOM registers.
BUG=Able to build and boot google/rex with the same ~49ms savings in place.
Change-Id: Icfe6300a8e4c5761064537fb256cfecbe2afb2d8 Signed-off-by: Subrata Banik subratabanik@google.com --- M src/drivers/intel/fsp2_0/memory_init.c A src/soc/intel/common/basecode/include/intelbasecode/ramtop.h D src/soc/intel/common/basecode/include/intelbasecode/tom.h R src/soc/intel/common/basecode/ramtop/Kconfig A src/soc/intel/common/basecode/ramtop/Makefile.inc A src/soc/intel/common/basecode/ramtop/ramtop.c D src/soc/intel/common/basecode/tom/Makefile.inc D src/soc/intel/common/basecode/tom/tom.c M src/soc/intel/common/block/systemagent/memmap.c M src/soc/intel/meteorlake/Kconfig 10 files changed, 175 insertions(+), 157 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/73881/3