Attention is currently required from: Anjaneya "Reddy" Chagam, Wonkyu Kim, Subrata Banik, Jonathan Zhang, Ravishankar Sarawadi, Johnny Lin, Christian Walter, Tim Wawrzynczak, Arthur Heymans, Michael Niewöhner, Tim Chu. Hello build bot (Jenkins), Anjaneya "Reddy" Chagam, Subrata Banik, Jonathan Zhang, Ravishankar Sarawadi, Johnny Lin, Christian Walter, Tim Wawrzynczak, Angel Pons, Arthur Heymans, Michael Niewöhner, Tim Chu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63472
to look at the new patch set (#7).
Change subject: soc/intel: Remove dmi driver ......................................................................
soc/intel: Remove dmi driver
Move GPMR(General Purpose Memory Range) APIs to gpmr driver from dmi.c For this, 3 patches are used. 1. Add GPMR common driver in IA common code(CB:63170) 2. Migrate all DMI API usage to GPMR(CB:63471) 3. Drop DMI driver (CB:63472)
Remove dmi driver as it's replaced with gpmr driver Update old platforms which use dmi.h
TEST=Build Signed-off-by: Wonkyu Kim wonkyu.kim@intel.com Change-Id: Ib340ff1ab7fd88b1e7b3860ffec055a75e562de7 --- M src/mainboard/ocp/deltalake/bootblock.c M src/soc/intel/alderlake/bootblock/pch.c M src/soc/intel/cannonlake/bootblock/pch.c D src/soc/intel/common/block/dmi/Kconfig D src/soc/intel/common/block/dmi/Makefile.inc D src/soc/intel/common/block/dmi/dmi.c D src/soc/intel/common/block/include/intelblocks/dmi.h M src/soc/intel/common/block/include/intelblocks/lpc_lib.h M src/soc/intel/common/pch/Kconfig M src/soc/intel/elkhartlake/bootblock/pch.c M src/soc/intel/icelake/bootblock/pch.c M src/soc/intel/jasperlake/bootblock/pch.c M src/soc/intel/skylake/bootblock/pch.c M src/soc/intel/tigerlake/bootblock/pch.c M src/soc/intel/xeon_sp/pch.c 15 files changed, 4 insertions(+), 159 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/63472/7