diff options
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/amd/fsp/mendocino/FspGuids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vendorcode/amd/fsp/mendocino/FspGuids.h b/src/vendorcode/amd/fsp/mendocino/FspGuids.h index 1bef794418..cb99d2126b 100644 --- a/src/vendorcode/amd/fsp/mendocino/FspGuids.h +++ b/src/vendorcode/amd/fsp/mendocino/FspGuids.h @@ -21,4 +21,8 @@ GUID_INIT(0x3060C5EC, 0x7399, 0x432D, \ 0xBC, 0x97, 0xBF, 0x95, 0xE4, 0x3D, 0x53, 0x0C ) +#define AMD_MISC_DATA_HOB_GUID \ + GUID_INIT(0x27f7d972, 0x318f, 0x4665, \ + 0x8a, 0x99, 0xf4, 0x4c, 0x04, 0x4b, 0x49, 0x08) + #endif /* __FSP_GUIDS__ */ |