From 292e67327649a4c731ea8d65d8ba39a33e8f8cb8 Mon Sep 17 00:00:00 2001 From: Patrick Huang Date: Wed, 22 Mar 2023 13:05:32 +0800 Subject: [PATCH] vc/amd/fsp/mendocino:Add fch_usb_3_port_force_gen1 tp AGESA FSP-M UPD To add fch_usb_3_port_force_gen1 parameter to force usb3 port to gen1 BUG=b:273841155 BRANCH=None TEST=Build Change-Id: I7560abb9a5fda6af3c2814f8b26c92925d8c17f4 Signed-off-by: Patrick Huang Reviewed-on: https://review.coreboot.org/c/coreboot/+/73915 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/vendorcode/amd/fsp/mendocino/FspmUpd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vendorcode/amd/fsp/mendocino/FspmUpd.h b/src/vendorcode/amd/fsp/mendocino/FspmUpd.h index bed13afa63..f7ac83a7e0 100644 --- a/src/vendorcode/amd/fsp/mendocino/FspmUpd.h +++ b/src/vendorcode/amd/fsp/mendocino/FspmUpd.h @@ -100,7 +100,8 @@ typedef struct __packed { /** Offset 0x04DD**/ uint32_t vrm_current_limit_mA; /** Offset 0x04E1**/ uint32_t vrm_maximum_current_limit_mA; /** Offset 0x04E5**/ uint32_t vrm_soc_current_limit_mA; - /** Offset 0x04E9**/ uint8_t UnusedUpdSpace2[279]; + /** Offset 0x04E9**/ uint8_t fch_usb_3_port_force_gen1; + /** Offset 0x04EA**/ uint8_t UnusedUpdSpace2[278]; /** Offset 0x0600**/ uint16_t UpdTerminator; } FSP_M_CONFIG;