[GIT PULL] Raspberry Pi updates for v2020.04

Matthias Brugger mbrugger at suse.com
Wed Feb 5 10:33:18 CET 2020


Hi Tom,

Please take into account the following commits for RPi boards.

It includes support for DFU on RPi4 as well as network support on that board.

You can find the CI output here:
https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi/pipelines/2065
and here
https://travis-ci.org/mbgg/u-boot/builds/645395557

Regarding the DFU series [0] I didn't took the first two patches as I understand
that you wanted to see a test for the FAT bug fixed.

Regards,
Matthias

[0] https://patchwork.ozlabs.org/user/todo/uboot/?series=145985

---

The following changes since commit b00c3c995bf2293e32cd2be3cb4be7eb39c4ac26:

  Prepare v2020.04-rc1 (2020-01-28 16:59:30 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi.git
tags/rpi-next-2020.04

for you to fetch changes up to 095c6eba9d02688e7a1c3cd2093f826d05fe961f:

  rpi4: Enable GENET Ethernet controller (2020-01-29 18:30:33 +0100)

----------------------------------------------------------------
- DFU support file operations lager then the default max size
- add dfu support to dwc2 for bcm2835
- enable DFU for RPi4
- Fix RPi4 memory map to include the genet device
- add driver for the genet ethernet device
- enable network support in RPi4 config

----------------------------------------------------------------
Amit Singh Tomar (3):
      net: Add support for Broadcom GENETv5 Ethernet controller
      rpi4: Update memory map to accommodate scb devices
      rpi4: Enable GENET Ethernet controller

Marek Szyprowski (4):
      dfu: mmc: rearrange the code
      dfu: mmc: remove file size limit for io operations
      usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support
      config: enable DFU over USB on Raspberry Pi4 boards

 arch/arm/mach-bcm283x/init.c               |   6 +-
 configs/rpi_4_32b_defconfig                |  14 +
 configs/rpi_4_defconfig                    |  14 +
 configs/rpi_arm64_defconfig                |   1 +
 drivers/dfu/dfu_mmc.c                      |  93 ++--
 drivers/net/Kconfig                        |   7 +
 drivers/net/Makefile                       |   1 +
 drivers/net/bcmgenet.c                     | 729 +++++++++++++++++++++++++++++
 drivers/usb/gadget/dwc2_udc_otg.c          |   2 +
 drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c |  12 +-
 include/configs/rpi.h                      |  20 +
 11 files changed, 854 insertions(+), 45 deletions(-)
 create mode 100644 drivers/net/bcmgenet.c


More information about the U-Boot mailing list