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)
commit440bca81f0aaff58f16e75dc779a8e3da6bc2af4
tree893ba1438eb925aeda760b2f5efb4e9beb3da7d6
parent7b1c3f6f65bd813ce470bcfb1368a90bca7fad1f
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