diff options
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/birman/port_descriptors_glinda.c | 6 | ||||
-rw-r--r-- | src/mainboard/amd/birman/port_descriptors_phoenix.c | 18 | ||||
-rw-r--r-- | src/mainboard/amd/chausie/port_descriptors.c | 6 | ||||
-rw-r--r-- | src/mainboard/amd/mayan/port_descriptors.c | 8 |
4 files changed, 19 insertions, 19 deletions
diff --git a/src/mainboard/amd/birman/port_descriptors_glinda.c b/src/mainboard/amd/birman/port_descriptors_glinda.c index df961bfce6..a0dbd17b34 100644 --- a/src/mainboard/amd/birman/port_descriptors_glinda.c +++ b/src/mainboard/amd/birman/port_descriptors_glinda.c @@ -19,7 +19,7 @@ static const fsp_dxio_descriptor birman_dxio_descriptors[] = { .link_speed_capability = GEN3, .turn_off_unused_lanes = true, .link_aspm = 2, - .link_hotplug = 3, + .link_hotplug = HOTPLUG_ENHANCED, .clk_req = CLK_REQ3, }, { @@ -32,7 +32,7 @@ static const fsp_dxio_descriptor birman_dxio_descriptors[] = { .link_speed_capability = GEN3, .turn_off_unused_lanes = true, .link_aspm = 2, - .link_hotplug = 3, + .link_hotplug = HOTPLUG_ENHANCED, .clk_req = CLK_REQ1, }, { @@ -45,7 +45,7 @@ static const fsp_dxio_descriptor birman_dxio_descriptors[] = { .link_speed_capability = GEN3, .turn_off_unused_lanes = true, .link_aspm = 2, - .link_hotplug = 3, + .link_hotplug = HOTPLUG_ENHANCED, .gpio_group_id = GPIO_27, .clk_req = CLK_REQ0, }, diff --git a/src/mainboard/amd/birman/port_descriptors_phoenix.c b/src/mainboard/amd/birman/port_descriptors_phoenix.c index 5f4b1788bb..ffd5e3a3d2 100644 --- a/src/mainboard/amd/birman/port_descriptors_phoenix.c +++ b/src/mainboard/amd/birman/port_descriptors_phoenix.c @@ -17,7 +17,7 @@ .link_speed_capability = GEN3, \ .turn_off_unused_lanes = true, \ .link_aspm = ASPM_L1, \ - .link_hotplug = 0, \ + .link_hotplug = HOTPLUG_DISABLED, \ .clk_req = CLK_REQ0, \ } @@ -32,7 +32,7 @@ .link_speed_capability = GEN3, \ .turn_off_unused_lanes = true, \ .link_aspm = ASPM_L1, \ - .link_hotplug = 0, \ + .link_hotplug = HOTPLUG_DISABLED, \ .clk_req = CLK_REQ0, \ } @@ -46,7 +46,7 @@ .link_speed_capability = GEN3, \ .turn_off_unused_lanes = true, \ .link_aspm = ASPM_L1, \ - .link_hotplug = 0, \ + .link_hotplug = HOTPLUG_DISABLED, \ .clk_req = CLK_REQ1, \ } @@ -61,7 +61,7 @@ .link_speed_capability = GEN3, \ .turn_off_unused_lanes = true, \ .link_aspm = ASPM_L1, \ - .link_hotplug = 0, \ + .link_hotplug = HOTPLUG_DISABLED, \ .clk_req = CLK_REQ1, \ } @@ -75,7 +75,7 @@ .link_speed_capability = GEN3, \ .turn_off_unused_lanes = true, \ .link_aspm = ASPM_L1, \ - .link_hotplug = 0, \ + .link_hotplug = HOTPLUG_DISABLED, \ .clk_req = CLK_REQ6, \ } @@ -89,7 +89,7 @@ .link_speed_capability = GEN3, \ .turn_off_unused_lanes = true, \ .link_aspm = ASPM_L1, \ - .link_hotplug = 0, \ + .link_hotplug = HOTPLUG_DISABLED, \ .clk_req = CLK_REQ5, \ } @@ -103,7 +103,7 @@ .link_speed_capability = GEN3, \ .turn_off_unused_lanes = true, \ .link_aspm = ASPM_L1, \ - .link_hotplug = 0, \ + .link_hotplug = HOTPLUG_DISABLED, \ .clk_req = CLK_REQ4, \ } @@ -117,7 +117,7 @@ .link_speed_capability = GEN3, \ .turn_off_unused_lanes = true, \ .link_aspm = ASPM_L1, \ - .link_hotplug = 0, \ + .link_hotplug = HOTPLUG_DISABLED, \ .clk_req = CLK_REQ3, \ } @@ -131,7 +131,7 @@ .link_speed_capability = GEN3, \ .turn_off_unused_lanes = true, \ .link_aspm = ASPM_L1, \ - .link_hotplug = 0, \ + .link_hotplug = HOTPLUG_DISABLED, \ .clk_req = CLK_REQ2, \ } diff --git a/src/mainboard/amd/chausie/port_descriptors.c b/src/mainboard/amd/chausie/port_descriptors.c index 3105cf0c60..9a8c2740db 100644 --- a/src/mainboard/amd/chausie/port_descriptors.c +++ b/src/mainboard/amd/chausie/port_descriptors.c @@ -17,7 +17,7 @@ static const fsp_dxio_descriptor chausie_dxio_descriptors[] = { .link_speed_capability = GEN3, .turn_off_unused_lanes = true, .link_aspm = 2, - .link_hotplug = 3, + .link_hotplug = HOTPLUG_ENHANCED, .clk_req = CLK_REQ3, }, { /* WIFI */ @@ -30,7 +30,7 @@ static const fsp_dxio_descriptor chausie_dxio_descriptors[] = { .link_speed_capability = GEN3, .turn_off_unused_lanes = true, .link_aspm = 2, - .link_hotplug = 3, + .link_hotplug = HOTPLUG_ENHANCED, .clk_req = CLK_REQ1, }, { /* NVMe SSD */ @@ -43,7 +43,7 @@ static const fsp_dxio_descriptor chausie_dxio_descriptors[] = { .link_speed_capability = GEN3, .turn_off_unused_lanes = true, .link_aspm = 2, - .link_hotplug = 3, + .link_hotplug = HOTPLUG_ENHANCED, .gpio_group_id = GPIO_27, .clk_req = CLK_REQ0, }, diff --git a/src/mainboard/amd/mayan/port_descriptors.c b/src/mainboard/amd/mayan/port_descriptors.c index c2e267c7cc..7d14e8c52c 100644 --- a/src/mainboard/amd/mayan/port_descriptors.c +++ b/src/mainboard/amd/mayan/port_descriptors.c @@ -22,7 +22,7 @@ static const fsp_dxio_descriptor mayan_dxio_descriptors[] = { .link_aspm = ASPM_L1, .link_aspm_L1_1 = true, .link_aspm_L1_2 = true, - .link_hotplug = false, + .link_hotplug = HOTPLUG_DISABLED, .gpio_group_id = 4, .clk_pm_support = true, .clk_req = CLK_REQ0, @@ -42,7 +42,7 @@ static const fsp_dxio_descriptor mayan_dxio_descriptors[] = { .link_aspm = ASPM_L1, .link_aspm_L1_1 = true, .link_aspm_L1_2 = true, - .link_hotplug = false, + .link_hotplug = HOTPLUG_DISABLED, .gpio_group_id = 27, .clk_pm_support = true, .clk_req = CLK_REQ4, @@ -62,7 +62,7 @@ static const fsp_dxio_descriptor mayan_dxio_descriptors[] = { .link_aspm = ASPM_L1, .link_aspm_L1_1 = true, .link_aspm_L1_2 = true, - .link_hotplug = false, + .link_hotplug = HOTPLUG_DISABLED, .clk_pm_support = true, .clk_req = CLK_REQ2, .eq_preset = 3, @@ -81,7 +81,7 @@ static const fsp_dxio_descriptor mayan_dxio_descriptors[] = { .link_aspm = ASPM_L1, .link_aspm_L1_1 = true, .link_aspm_L1_2 = true, - .link_hotplug = false, + .link_hotplug = HOTPLUG_DISABLED, .clk_pm_support = true, .clk_req = CLK_REQ1, .eq_preset = 3, |