diff options
author | Fred Reitberger <reitbergerfred@gmail.com> | 2022-11-16 14:02:07 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-11-19 02:47:48 +0000 |
commit | 2b9ee5d79e1e6648436ce0ad542ed96966519b82 (patch) | |
tree | 897892e476ca8f56a8fd61933418d5dd0daa4659 | |
parent | 4875a1f054c24d6058ca29e25746445c29c1bce1 (diff) |
vc/amd/fsp/glinda/platform_descriptors.h: Update for glinda
Update definitions on glinda used by birman.
Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com>
Change-Id: I03065011581489b5345c16e225edc341e1d7811c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69706
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r-- | src/vendorcode/amd/fsp/glinda/platform_descriptors.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/vendorcode/amd/fsp/glinda/platform_descriptors.h b/src/vendorcode/amd/fsp/glinda/platform_descriptors.h index 998534a6a1..2823e02447 100644 --- a/src/vendorcode/amd/fsp/glinda/platform_descriptors.h +++ b/src/vendorcode/amd/fsp/glinda/platform_descriptors.h @@ -10,6 +10,8 @@ #ifndef PI_PLATFORM_DESCRIPTORS_H #define PI_PLATFORM_DESCRIPTORS_H +#include <stdint.h> + #define NUM_DXIO_PHY_PARAMS 6 #define NUM_DXIO_PORT_PARAMS 6 @@ -55,7 +57,7 @@ enum cpm_clk_req { CLK_REQ1, CLK_REQ2, CLK_REQ3, - CLK_REQ4_GFX, + CLK_REQ4, CLK_REQ5, CLK_REQ6, CLK_ENABLE = 0xff, @@ -144,8 +146,8 @@ enum ddi_connector_type { DDI_DP_TO_LVDS, // DP-to-LVDS DDI_NUTMEG_DP_TO_VGA, // Hudson-2 NutMeg DP-to-VGA DDI_SINGLE_LINK_DVI_I, // Single Link DVI-I - DDI_CRT, // CRT (VGA) - DDI_LVDS, // LVDS + DDI_DP_W_TYPEC, // DP with USB type C + DDI_DP_WO_TYPEC, // DP without USB type C DDI_EDP_TO_LVDS, // eDP-to-LVDS translator chip without AMD SW init DDI_EDP_TO_LVDS_SW, // eDP-to-LVDS translator which requires AMD SW init DDI_AUTO_DETECT, // VBIOS auto detect connector type |