diff options
-rw-r--r-- | src/vendorcode/amd/fsp/cezanne/FspGuids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vendorcode/amd/fsp/cezanne/FspGuids.h b/src/vendorcode/amd/fsp/cezanne/FspGuids.h index ca8cfc5521..50c65bad2e 100644 --- a/src/vendorcode/amd/fsp/cezanne/FspGuids.h +++ b/src/vendorcode/amd/fsp/cezanne/FspGuids.h @@ -17,4 +17,8 @@ GUID_INIT(0x42494c41, 0x4002, 0x403b, \ 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) + #endif /* __FSP_GUIDS__ */ |