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)
commitc1b0bcc870285b6f92d33d8bbb10fb5ba901fb42
tree61af852fc7f4c4a7a673f21aeaa061cc358dda09
parent814e1a4b8cfd1e78bc7c1d22efa45bcd6a80430e
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