commit | c1b0bcc870285b6f92d33d8bbb10fb5ba901fb42 | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Wed Jun 03 14:43:45 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 10 14:11:49 2020 -0400 |
tree | 61af852fc7f4c4a7a673f21aeaa061cc358dda09 | |
parent | 814e1a4b8cfd1e78bc7c1d22efa45bcd6a80430e [diff] |
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>