summaryrefslogtreecommitdiff
path: root/src/vendorcode
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-05-04 20:59:15 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-05-05 19:39:35 +0000
commitcdae2d9cdf928ba27ae1afa3b91ed1207f043de1 (patch)
tree82c565f8a60fde3af1dc9119ea9c581a32d34962 /src/vendorcode
parent144c7aa34bffba7b65566e037f0588ace8b00eba (diff)
downloadcoreboot-cdae2d9cdf928ba27ae1afa3b91ed1207f043de1.tar.xz
vc/amd/fsp/cezanne/FspGuids: add AMD_FSP_ACPI_ALIB_HOB_GUID
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I531c8e8d0ee2aa72b51cba59e09e7a7d253da4f9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52903 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Matt Papageorge <matthewpapa07@gmail.com> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/amd/fsp/cezanne/FspGuids.h4
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 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__ */