Attention is currently required from: Tim Wawrzynczak. Hello Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63141
to look at the new patch set (#2).
Change subject: soc/intel/alderlake/pmc_descriptor.c: Don't depend on FMAP ......................................................................
soc/intel/alderlake/pmc_descriptor.c: Don't depend on FMAP
The Intel descriptor region is always at the bottom of the flash so using a hardcoded 0 offset is fine. This allows the code to work with boards with SI_DESC in the fmap region. This is for instance the case with the autogenerated FMAP.
Change-Id: I2d180353bfd69601ce03feb59101fb425859e779 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/soc/intel/alderlake/bootblock/pmc_descriptor.c 1 file changed, 13 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/63141/2