From 02cd6b42b58bb1c6a25ed7543c6bc459215758ae Mon Sep 17 00:00:00 2001 From: Patrick Huang Date: Tue, 20 Apr 2021 20:35:04 +0800 Subject: 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 Change-Id: Ie00389074f3718a23440c41ae0b116455aa8b603 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52544 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Nikolai Vyssotski --- src/vendorcode/amd/fsp/picasso/FspmUpd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/vendorcode/amd') diff --git a/src/vendorcode/amd/fsp/picasso/FspmUpd.h b/src/vendorcode/amd/fsp/picasso/FspmUpd.h index 960d0b4eb35e..28b000bb13be 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; -- cgit v1.2.3