summaryrefslogtreecommitdiffstats
path: root/src/vendorcode
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-05-06 17:59:42 +0200
committerTim Wawrzynczak <twawrzynczak@chromium.org>2022-05-12 18:44:22 +0000
commit3654c779f78a2320437da9ef578dc1812cdece7b (patch)
treed487671d5b233f2db6d9a35cac6e8abf02d46cf8 /src/vendorcode
parent68aaa8cc26026225179547c44dfb39d8ac775da4 (diff)
downloadcoreboot-3654c779f78a2320437da9ef578dc1812cdece7b.tar.gz
coreboot-3654c779f78a2320437da9ef578dc1812cdece7b.tar.bz2
coreboot-3654c779f78a2320437da9ef578dc1812cdece7b.zip
soc/amd/sabrina/fsp_m_params: add defines for FSP USB struct version
Add and use defines instead of magic values in fsp_m_params.c. The values will be updated to match the Sabrina FSP in a follow-up commit. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I91da9e9d2b95e169dd73153766f24cf8afbfa4ef Reviewed-on: https://review.coreboot.org/c/coreboot/+/64128 Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/amd/fsp/sabrina/FspUsb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vendorcode/amd/fsp/sabrina/FspUsb.h b/src/vendorcode/amd/fsp/sabrina/FspUsb.h
index 6563cacc8155..fea1fee3bd2c 100644
--- a/src/vendorcode/amd/fsp/sabrina/FspUsb.h
+++ b/src/vendorcode/amd/fsp/sabrina/FspUsb.h
@@ -3,6 +3,9 @@
#include <FspUpd.h>
+#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