From ab660f533f7cb2868764a3ae60a245ab858eb314 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 6 May 2022 17:54:04 +0200 Subject: soc/amd/cezanne/fsp_m_params: add defines for FSP USB struct version Add and use defines instead of magic values in fsp_m_params.c. Signed-off-by: Felix Held Change-Id: Ie0e33eb0af5310ab4610ea8951688464c4960260 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64126 Reviewed-by: Fred Reitberger Reviewed-by: Angel Pons Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/vendorcode/amd/fsp/cezanne/FspUsb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vendorcode/amd/fsp') diff --git a/src/vendorcode/amd/fsp/cezanne/FspUsb.h b/src/vendorcode/amd/fsp/cezanne/FspUsb.h index 6563cacc81..fea1fee3bd 100644 --- a/src/vendorcode/amd/fsp/cezanne/FspUsb.h +++ b/src/vendorcode/amd/fsp/cezanne/FspUsb.h @@ -3,6 +3,9 @@ #include +#define FSP_USB_STRUCT_MAJOR_VERSION 0xd +#define FSP_USB_STRUCT_MINOR_VERSION 0x6 + #define USB2_PORT_COUNT 8 #define USB3_PORT_COUNT 4 #define USBC_COMBO_PHY_COUNT 2 -- cgit v1.2.3