From: Wasim Khan <[email protected]> Add PCIe related PCDs.
Co-authored-by: Vabhav Sharma <[email protected]> Co-authored-by: Wasim Khan <[email protected]> Signed-off-by: Wasim Khan <[email protected]> --- Notes: V2: - Removed Signed-off and added Co-authored-by for co-author - Droped PcdPciDebug Silicon/NXP/NxpQoriqLs.dec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Silicon/NXP/NxpQoriqLs.dec b/Silicon/NXP/NxpQoriqLs.dec index 0722f59ef4f6..9ff5ce8a1c6e 100644 --- a/Silicon/NXP/NxpQoriqLs.dec +++ b/Silicon/NXP/NxpQoriqLs.dec @@ -27,3 +27,11 @@ [Guids.common] [PcdsFeatureFlag] gNxpQoriqLsTokenSpaceGuid.PcdI2cErratumA009203|FALSE|BOOLEAN|0x00000315 gNxpQoriqLsTokenSpaceGuid.PcdDcfgBigEndian|FALSE|BOOLEAN|0x00000316 + gNxpQoriqLsTokenSpaceGuid.PcdPciLutBigEndian|FALSE|BOOLEAN|0x00000317 + +[PcdsFixedAtBuild.common] + # Pcds for PCI Express + gNxpQoriqLsTokenSpaceGuid.PcdPciExp1BaseAddr|0x0|UINT64|0x00000500 + gNxpQoriqLsTokenSpaceGuid.PcdNumPciController|0|UINT32|0x00000501 + gNxpQoriqLsTokenSpaceGuid.PcdPcieLutBase|0x0|UINT32|0x00000502 + gNxpQoriqLsTokenSpaceGuid.PcdPcieLutDbg|0x0|UINT32|0x00000503 -- 2.7.4 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#60256): https://edk2.groups.io/g/devel/message/60256 Mute This Topic: https://groups.io/mt/74474414/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
