summaryrefslogtreecommitdiffstats
path: root/src/vendorcode
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-07-13 01:21:16 +0200
committerEric Lai <eric_lai@quanta.corp-partner.google.com>2023-07-14 03:06:07 +0000
commitafcd48a2f16592f972f635783048024b2a06a771 (patch)
treedc0febf884a6e75ffc460855d8fbb356eafffe42 /src/vendorcode
parent2f7c7e8a77e1e6e46366a294f3ab2cf2c0755652 (diff)
downloadcoreboot-afcd48a2f16592f972f635783048024b2a06a771.tar.gz
coreboot-afcd48a2f16592f972f635783048024b2a06a771.tar.bz2
coreboot-afcd48a2f16592f972f635783048024b2a06a771.zip
vc/amd/phoenix/platform_descriptor: clarify link_compliance_mode comment
When set to 1, the link_compliance_mode element of the DXIO port descriptor will cause the corresponding PCIe port to not be trained but to output a compliance testing pattern instead. Update the comment to point out that this is only a testing mode. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Iaabb16c51a0c08391cd2d63b8064c524a748ccb8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76441 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/amd/fsp/phoenix/platform_descriptors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/fsp/phoenix/platform_descriptors.h b/src/vendorcode/amd/fsp/phoenix/platform_descriptors.h
index 9335aa7cff4a..983c4c983cad 100644
--- a/src/vendorcode/amd/fsp/phoenix/platform_descriptors.h
+++ b/src/vendorcode/amd/fsp/phoenix/platform_descriptors.h
@@ -192,7 +192,7 @@ typedef struct __packed {
uint8_t slot_power_limit; // PCIe slot power limit
uint32_t slot_power_limit_scale :2; // PCIe slot power limit scale
uint32_t :6;
- uint32_t link_compliance_mode :1; // Force port into compliance mode
+ uint32_t link_compliance_mode :1; // Force port into compliance testing mode
uint32_t link_safe_mode :1; // Safe mode capability
uint32_t sb_link :1; // Link type
uint32_t clk_pm_support :1; // Clock power management support