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>
This commit is contained in:
Felix Held 2023-07-13 18:34:11 +02:00
parent d1c33aeef4
commit 2e9a396ffb
1 changed files with 1 additions and 0 deletions

View File

@ -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,