]> git.baikalelectronics.ru Git - uboot.git/commit
configs: Enable support for the XHCI controller on RPI4 board (ARM 64-bit)
authorMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 25 May 2020 11:39:59 +0000 (13:39 +0200)
committerMatthias Brugger <mbrugger@suse.com>
Fri, 10 Jul 2020 09:49:28 +0000 (11:49 +0200)
commit2898240791ce5a9fcacffe27a198744f103be588
tree893ba1438eb925aeda760b2f5efb4e9beb3da7d6
parent78df4a833554abfbf9571312c4e55f2abc270676
configs: Enable support for the XHCI controller on RPI4 board (ARM 64-bit)

This requires enabling BRCMSTB PCIe and XHCI_PCI drivers as well as PCI
and USB commands. To get it working one has to call the following commands:
"pci enum; usb start;", thus such commands have been added to the default
"preboot" environment variable. One has to update their environment if it
is already configured to get this feature working out of the box.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
configs/rpi_4_defconfig
configs/rpi_arm64_defconfig