1ec2a80b | 10-Mar-2017 |
Stefan Roese <sr@denx.de> |
arm: mvebu: theadorable: Add 'pcie' test command
This board specific command tests for the presence of a specified PCIe device (via vendor-ID and device-ID). If the device is not detected, this will
arm: mvebu: theadorable: Add 'pcie' test command
This board specific command tests for the presence of a specified PCIe device (via vendor-ID and device-ID). If the device is not detected, this will get printed. If the device is detected, the board will get resetted so that an easy loop test can be done. The board will reboot until the PCIe device is not detected.
Signed-off-by: Stefan Roese <sr@denx.de>
show more ...
|
aca84a21 | 08-Apr-2016 |
Stefan Roese <sr@denx.de> |
arm: mvebu: theadorable: Remove Board name output in checkboard
This line is not needed, as the board supports DT based probing. And here the "Model:" is already printed:
Model: Marvell Armada XP t
arm: mvebu: theadorable: Remove Board name output in checkboard
This line is not needed, as the board supports DT based probing. And here the "Model:" is already printed:
Model: Marvell Armada XP theadorable Board: theadorable
One line for the board name is enough.
Signed-off-by: Stefan Roese <sr@denx.de>
show more ...
|
169a8550 | 08-Apr-2016 |
Stefan Roese <sr@denx.de> |
arm: mvebu: theadorable: Add PEX-switch detection and reset code
Sometimes the PCIe link for the PEX-switch will not come-up. In this case, the board is not in a usable state. This patch makes sure
arm: mvebu: theadorable: Add PEX-switch detection and reset code
Sometimes the PCIe link for the PEX-switch will not come-up. In this case, the board is not in a usable state. This patch makes sure that in this case a soft-reset is issued. If this soft-reset does not result in the PEX-switch being detected after some soft-reset cycles, an I2C message is sent to the uC to issue a complete power-cycle of the board.
Signed-off-by: Stefan Roese <sr@denx.de>
show more ...
|