commit | 54504de24da381c4e68560ee706c2da7cbd96742 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Mon Jan 25 15:27:19 2021 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Feb 08 08:53:14 2021 +0100 |
tree | 32169d59c2778090eba0079f8d5d79b05e6aaaf4 | |
parent | 6a2fa284aee2981be2c7661b3757ce112de8d528 [diff] |
arm: mvebu: theadorable: Enhance "pcie" test cmd to check link width/speed This patch changes the board specific "pcie" U-Boot command to not only check for PCIe device existance but also for the correct link speed and width that has been established. This cmd can be used by U-Boot scripts for automated testing, if the PCIe setup is correct. Meaning, that all PCIe devices are correctly detected and the link speed and width is corrent. Signed-off-by: Stefan Roese <sr@denx.de>