]> git.baikalelectronics.ru Git - uboot.git/commit
config: Enable support for the XHCI controller on RPI4 board
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 3 Jun 2020 12:43:45 +0000 (14:43 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 10 Jul 2020 18:11:49 +0000 (14:11 -0400)
commit72e0c8703cf450df56474c7719bc6afb6eab1b16
tree61af852fc7f4c4a7a673f21aeaa061cc358dda09
parent7f0dffa3d1ee1af95919aff25e14ebaa42c75e8a
config: Enable support for the XHCI controller on RPI4 board

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>
configs/rpi_4_32b_defconfig