From cdae2d9cdf928ba27ae1afa3b91ed1207f043de1 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 4 May 2021 20:59:15 +0200 Subject: [PATCH] vc/amd/fsp/cezanne/FspGuids: add AMD_FSP_ACPI_ALIB_HOB_GUID Signed-off-by: Felix Held Change-Id: I531c8e8d0ee2aa72b51cba59e09e7a7d253da4f9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52903 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel Reviewed-by: Matt Papageorge Reviewed-by: Marshall Dawson --- src/vendorcode/amd/fsp/cezanne/FspGuids.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/vendorcode/amd/fsp/cezanne/FspGuids.h b/src/vendorcode/amd/fsp/cezanne/FspGuids.h index 7f7a91d278..ca8cfc5521 100644 --- a/src/vendorcode/amd/fsp/cezanne/FspGuids.h +++ b/src/vendorcode/amd/fsp/cezanne/FspGuids.h @@ -13,4 +13,8 @@ GUID_INIT(0xa21f7ab5, 0x6a89, 0x4df2, \ 0xb9, 0x19, 0x51, 0xad, 0x95, 0x50, 0x5b, 0xd8) +#define AMD_FSP_ACPI_ALIB_HOB_GUID \ + GUID_INIT(0x42494c41, 0x4002, 0x403b, \ + 0x87, 0xE1, 0x3F, 0xEB, 0x13, 0xC5, 0x66, 0x9A) + #endif /* __FSP_GUIDS__ */