Attention is currently required from: Tarun Tuli, Subrata Banik, Kapil Porwal, Ivy Jian, Eric Lai.
Hello build bot (Jenkins), Tarun Tuli, Kapil Porwal, Ivy Jian, Arthur Heymans, Eric Lai,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/69041
to look at the new patch set (#3).
Change subject: soc/intel/meteorlake: Use index 0x10 instead of 0 for P2SB ......................................................................
soc/intel/meteorlake: Use index 0x10 instead of 0 for P2SB
This patch uses index 0x10 for P2SB memory resource allocation instead of static 0.
TEST=Able to build and boot Google/Rex and observed log as below.
Without the code change:
[SPEW ] PCI: 00:13.0 resource base 3fff0aa0000 size 1400 align 0 gran 0 limit 0 flags f0000200 index 0
With the code change:
[SPEW ] PCI: 00:13.0 resource base 3fff0aa0000 size 1400 align 0 gran 0 limit 0 flags f0000200 index 10
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: I44caac73e245f536f3a22baafa1a6a0370e1dd37 --- M src/soc/intel/meteorlake/p2sb.c 1 file changed, 26 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/69041/3