summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/fsp/picasso/FspmUpd.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/FspmUpd.h
parent3f7a52f00e0781c2439a29a3637cb2b43762c478 (diff)
downloadcoreboot-90cd4aaccb6e5cdc58f6335c73a29fcab16867c0.tar.xz
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/FspmUpd.h')
-rw-r--r--src/vendorcode/amd/fsp/picasso/FspmUpd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vendorcode/amd/fsp/picasso/FspmUpd.h b/src/vendorcode/amd/fsp/picasso/FspmUpd.h
index a2da917e08..276b2fcd46 100644
--- a/src/vendorcode/amd/fsp/picasso/FspmUpd.h
+++ b/src/vendorcode/amd/fsp/picasso/FspmUpd.h
@@ -61,7 +61,10 @@ typedef struct {
/** Offset 0x00C8**/ uint32_t tseg_size;
/** Offset 0x00CC**/ uint8_t pspp_policy;
/** Offset 0x00CD**/ uint8_t audio_soundwire;
- /** Offset 0x00CE**/ uint8_t UnusedUpdSpace0[50];
+ /** Offset 0x00CE**/ uint8_t unused8;
+ /** Offset 0x00CF**/ uint8_t unused9;
+ /** Offset 0x00D0**/ uint32_t bert_size;
+ /** Offset 0x00D4**/ uint8_t UnusedUpdSpace0[44];
/** Offset 0x0100**/ uint16_t Reserved100;
/** Offset 0x0102**/ uint16_t UpdTerminator;
} FSP_M_CONFIG;