From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Saenz Julienne Date: Tue, 28 Apr 2020 19:44:48 +0200 Subject: [PATCH 0/2] Raspberry Pi 4 VL805 firmware load Message-ID: <20200428174449.27953-1-nsaenzjulienne@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Newer revisions of the RPi4 need their xHCI chip, VL805, firmware to be loaded explicitly. Earlier versions didn't need that as they where using an EEPROM for that purpose. This series takes care of setting up the relevant infrastructure and run the firmware loading routine at the right moment. Patch 2 is a little invasive, but I couldn't find a mechanism in u-boot similar to Linux's PCI quirks. Nicolas Saenz Julienne (2): arm: rpi: Add function to trigger VL805's firmware load usb: xhci: Load Raspberry Pi 4 VL805's firmware arch/arm/mach-bcm283x/include/mach/mbox.h | 13 +++++++ arch/arm/mach-bcm283x/include/mach/msg.h | 7 ++++ arch/arm/mach-bcm283x/msg.c | 41 +++++++++++++++++++++++ drivers/usb/host/xhci-pci.c | 6 ++++ 4 files changed, 67 insertions(+) -- 2.26.2