diff options
author | Patrick Huang <patrick.huang@amd.corp-partner.google.com> | 2021-04-20 20:35:04 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-26 08:31:21 +0000 |
commit | 02cd6b42b58bb1c6a25ed7543c6bc459215758ae (patch) | |
tree | 0fd7a123fd5759159b23e6811a9119868bb0e14a /src | |
parent | c20f33960cbf57aa33a1b8ea32799511dabbb18c (diff) |
src/vendorcode/amd/fsp/picasso: Add HDMI 2.0 Disable setting section of FspmUpd.h
This change adds HDMI 2.0 Disable setting
BUG=b:179170193
BRANCH=none
TEST=Build; Verify the UPD was passed to system integrated table
Signed-off-by: Patrick Huang <patrick.huang@amd.corp-partner.google.com>
Change-Id: Ie00389074f3718a23440c41ae0b116455aa8b603
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52544
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Nikolai Vyssotski <nikolai.vyssotski@amd.corp-partner.google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vendorcode/amd/fsp/picasso/FspmUpd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vendorcode/amd/fsp/picasso/FspmUpd.h b/src/vendorcode/amd/fsp/picasso/FspmUpd.h index 960d0b4eb3..28b000bb13 100644 --- a/src/vendorcode/amd/fsp/picasso/FspmUpd.h +++ b/src/vendorcode/amd/fsp/picasso/FspmUpd.h @@ -64,7 +64,9 @@ typedef struct __packed { /** Offset 0x00D4**/ uint8_t UnusedUpdSpace0; /** Offset 0x00D5**/ uint8_t ccx_down_core_mode; /** Offset 0x00D6**/ uint8_t ccx_disable_smt; - /** Offset 0x00D7**/ uint8_t UnusedUpdSpace1[41]; + /** Offset 0x00D7**/ uint8_t UnusedUpdSpace1; + /** Offset 0x00D8**/ uint8_t hdmi2_disable; + /** Offset 0x00DC**/ uint8_t UnusedUpdSpace2[39]; /** Offset 0x0100**/ uint16_t Reserved100; /** Offset 0x0102**/ uint16_t UpdTerminator; } FSP_M_CONFIG; |