summaryrefslogtreecommitdiffstats
path: root/src/vendorcode
diff options
context:
space:
mode:
authorNikolai Vyssotski <nikolai.vyssotski@amd.corp-partner.google.com>2021-06-04 10:35:15 -0500
committerRaul Rangel <rrangel@chromium.org>2021-06-07 16:04:36 +0000
commit177a402b6eb554cf3ad1dce12bc558582877cba3 (patch)
tree5ed7f628bb62f8b123d851bee87049ae915ce034 /src/vendorcode
parent0889a80c6300db1d39f00e0650cef48f99ccbf70 (diff)
downloadcoreboot-177a402b6eb554cf3ad1dce12bc558582877cba3.tar.gz
coreboot-177a402b6eb554cf3ad1dce12bc558582877cba3.tar.bz2
coreboot-177a402b6eb554cf3ad1dce12bc558582877cba3.zip
soc/amd/common/fsp/pci: Add size field to PCIe interrupt routing HOB
EDK2 mandates HOB to be in increments of qword (8). This HOB has 13 elements which causes it be padded with 4 bytes of garbage. This results in coreboot failing intermittently with invalid data. Add "number of entries" field to specify the number of valid entries in the table. BUG=b:190153208 Cq-depend: chrome-internal:3889619 TEST=verify HOB is present and correct size (13) is reported Change-Id: Iaafae304f04a5f26d75a41a6d6fcb4ee69954d20 Signed-off-by: Nikolai Vyssotski <nikolai.vyssotski@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55237 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/amd/fsp/cezanne/FspGuids.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vendorcode/amd/fsp/cezanne/FspGuids.h b/src/vendorcode/amd/fsp/cezanne/FspGuids.h
index c26daa5a427e..0eca78e711ef 100644
--- a/src/vendorcode/amd/fsp/cezanne/FspGuids.h
+++ b/src/vendorcode/amd/fsp/cezanne/FspGuids.h
@@ -14,7 +14,7 @@
0x87, 0xE1, 0x3F, 0xEB, 0x13, 0xC5, 0x66, 0x9A)
#define AMD_FSP_PCIE_DEVFUNC_REMAP_HOB_GUID \
- GUID_INIT(0x00D54AA7, 0x0002, 0x47F5, \
- 0x00, 0x78, 0x08, 0x57, 0x00, 0x00, 0xA4, 0x11)
+ GUID_INIT(0X6D5CD69D, 0XFB24, 0X4461, \
+ 0XAA, 0X32, 0X8E, 0XE1, 0XB3, 0X3, 0X31, 0X9C )
#endif /* __FSP_GUIDS__ */