From a2e5746c811eaf29f77af4ba7dafb4b3b0ed8ca6 Mon Sep 17 00:00:00 2001 From: Nikolai Vyssotski Date: Thu, 11 Feb 2021 10:48:05 -0600 Subject: [PATCH] vc/amd/fsp/picasso: increase FSPS UPD block size from 0x152 to 0x202 We will need more FSPS UPD space for PEI GOP changes coming. BUG=b:171234996 BRANCH=Zork Cq-Depend: chrome-internal:3609213, chromium:50576 Change-Id: I35d0bb0ee30e04f66882b6103acd9d673d040c07 Signed-off-by: Nikolai Vyssotski Reviewed-on: https://review.coreboot.org/c/coreboot/+/50552 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/vendorcode/amd/fsp/picasso/FspsUpd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vendorcode/amd/fsp/picasso/FspsUpd.h b/src/vendorcode/amd/fsp/picasso/FspsUpd.h index f931bf06e6..5aebf11b9e 100644 --- a/src/vendorcode/amd/fsp/picasso/FspsUpd.h +++ b/src/vendorcode/amd/fsp/picasso/FspsUpd.h @@ -65,8 +65,8 @@ typedef struct __packed { /** Offset 0x014A**/ uint8_t usb_3_rx_vref_ctrl_en_x; /** Offset 0x014B**/ uint8_t usb_3_tx_vboost_lvl_x; /** Offset 0x014C**/ uint8_t usb_3_tx_vboost_lvl_en_x; - /** Offset 0x014D**/ uint8_t UnusedUpdSpace0[3]; - /** Offset 0x0150**/ uint16_t UpdTerminator; + /** Offset 0x014D**/ uint8_t UnusedUpdSpace0[179]; + /** Offset 0x0200**/ uint16_t UpdTerminator; } FSP_S_CONFIG; /** Fsp S UPD Configuration