Skip to content
Commit 2d07a49e authored by Pete Batard's avatar Pete Batard Committed by Ard Biesheuvel
Browse files

Platform/RaspberryPi: Ensure USB controller init before console



Due to the nature of USB init on the Pi platforms, commit
c8000ecc introduced a regression
with regards to ensuring that USB devices are operational by the
time the console is up.

This commit fixes this by adding explicit calls to connect USB
controllers before console initialization.

Note that trying to connect a non existent device (e.g. PCI bus
on the Pi 3) is harmless so there's no need to guard these calls
according to the devices effectively supported by the platform.

Signed-off-by: default avatarPete Batard <pete@akeo.ie>
Reviewed-by: default avatarArd Biesheuvel <ard.biesheuvel@arm.com>
parent 678f6bff
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment