aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/fsp/picasso/FspGuids.h
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2020-06-18 10:49:36 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-06-22 13:37:03 +0000
commit90cd4aaccb6e5cdc58f6335c73a29fcab16867c0 (patch)
treeeb7c201a20c33e7532810f49f2ef8e88509a46c5 /src/vendorcode/amd/fsp/picasso/FspGuids.h
parent3f7a52f00e0781c2439a29a3637cb2b43762c478 (diff)
vc/amd/fsp/picasso: Sync UPD and GUID files
Update to the latest auto-generated UPD files. Add the GUID for the BERT HOB now being reported. Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Change-Id: Ia01f626bc85696483173b567bb4f06d308832a91 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42529 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode/amd/fsp/picasso/FspGuids.h')
-rw-r--r--src/vendorcode/amd/fsp/picasso/FspGuids.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vendorcode/amd/fsp/picasso/FspGuids.h b/src/vendorcode/amd/fsp/picasso/FspGuids.h
index 64bf97c8f3..70bbe74d96 100644
--- a/src/vendorcode/amd/fsp/picasso/FspGuids.h
+++ b/src/vendorcode/amd/fsp/picasso/FspGuids.h
@@ -9,6 +9,10 @@
GUID_INIT(0x5fc7897a, 0x5aff, 0x4c61, \
0xaa, 0x7a, 0xdd, 0xcf, 0xa9, 0x18, 0x43, 0x0c)
+#define AMD_FSP_BERT_HOB_GUID \
+ GUID_INIT(0xa21f7ab5, 0x6a89, 0x4df2, \
+ 0xb9, 0x19, 0x51, 0xad, 0x95, 0x50, 0x5b, 0xd8)
+
#define AMD_FSP_ACPI_SSDT_HOB_GUID \
GUID_INIT(0x54445353, 0x4002, 0x403b, \
0x87, 0xE1, 0x3F, 0xEB, 0x13, 0xC5, 0x66, 0x9A)