summaryrefslogtreecommitdiffstats
path: root/src/vendorcode
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-07-13 18:34:11 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-07-14 16:49:55 +0000
commit2e9a396ffbde4491ee4b4a97d92b740dfc541eae (patch)
tree63117e48d64c7a80f13898a4fee7e2488871ffad /src/vendorcode
parentd1c33aeef4f8effbaacc54be99f9b7c5dd9fbcc5 (diff)
downloadcoreboot-2e9a396ffbde4491ee4b4a97d92b740dfc541eae.tar.gz
coreboot-2e9a396ffbde4491ee4b4a97d92b740dfc541eae.tar.bz2
coreboot-2e9a396ffbde4491ee4b4a97d92b740dfc541eae.zip
vc/amd/fsp/glinda/platform_descriptors: add dxio_port_param_type TODO
The dxio_port_param_type enum was copied over from Cezanne, but the enum on the AGESA/FSP side changed between the generations. Add a TODO as a reminder that this needs to be updated. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I8063ab00a508b045265bab73197c8ca117622800 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76448 Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/amd/fsp/glinda/platform_descriptors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vendorcode/amd/fsp/glinda/platform_descriptors.h b/src/vendorcode/amd/fsp/glinda/platform_descriptors.h
index 67fb3ff93091..b214e915a923 100644
--- a/src/vendorcode/amd/fsp/glinda/platform_descriptors.h
+++ b/src/vendorcode/amd/fsp/glinda/platform_descriptors.h
@@ -82,6 +82,7 @@ enum dxio_link_hotplug_type {
HOTPLUG_SERVER_SSD,
};
+/* TODO: update dxio_port_param_type to match the AGESA/FSP code */
enum dxio_port_param_type {
PP_DEVICE = 1,
PP_FUNCTION,