Attention is currently required from: Bora Guvendik, Furquan Shaikh, Maulik V Vaghela, Tim Wawrzynczak, Patrick Rudolph. Hello build bot (Jenkins), Maulik V Vaghela, Selma Bensaid, Tim Wawrzynczak, Ronak Kanabar, Tim Wawrzynczak, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/54036
to look at the new patch set (#2).
Change subject: soc/intel/alderlake: Update meminit code due to upd changes FSP 2147 onwards ......................................................................
soc/intel/alderlake: Update meminit code due to upd changes FSP 2147 onwards
DisableDimmMc0Ch0 upds changed to DisableMc0Ch0 in new FSP releases. The definition of the upd also changed. Changed FSP meminit code to work based on new definition of the UPDs.
Before: 0:Enable both DIMMs, 1:Disable DIMM0, 2:Disable DIMM1, 3:Disable both DIMMs
After: 0:Enable, 1:Disable
TEST=Boot to OS
Signed-off-by: Bora Guvendik bora.guvendik@intel.com Change-Id: I5af11ae99db3bbe3373a9bd4ce36453b58d62fec --- M src/soc/intel/alderlake/meminit.c 1 file changed, 14 insertions(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/54036/2