All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
To: u-boot@lists.denx.de
Subject: [PATCH 0/2] Raspberry Pi 4 VL805 firmware load
Date: Tue, 28 Apr 2020 19:44:48 +0200	[thread overview]
Message-ID: <20200428174449.27953-1-nsaenzjulienne@suse.de> (raw)

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

             reply	other threads:[~2020-04-28 17:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28 17:44 Nicolas Saenz Julienne [this message]
2020-04-28 17:44 ` [PATCH 1/2] arm: rpi: Add function to trigger VL805's firmware load Nicolas Saenz Julienne
2020-04-28 17:44 ` [PATCH 2/2] usb: xhci: Load Raspberry Pi 4 VL805's firmware Nicolas Saenz Julienne
2020-04-28 17:59   ` Marek Vasut
2020-04-29 10:10     ` Nicolas Saenz Julienne
2020-04-29 12:05       ` Marek Vasut
2020-04-29 12:36         ` Nicolas Saenz Julienne
2020-04-29 12:37           ` Marek Vasut
2020-04-29 13:04             ` Nicolas Saenz Julienne
2020-04-29  6:18   ` Marek Szyprowski
2020-04-29 11:19     ` Nicolas Saenz Julienne
2020-04-29  6:51   ` Bin Meng
2020-04-29 10:53     ` Nicolas Saenz Julienne

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200428174449.27953-1-nsaenzjulienne@suse.de \
    --to=nsaenzjulienne@suse.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.