[U-Boot] [PATCH v2 0/8] Raspberry Pi 32/64 support

Andrei Gherzan andrei at balena.io
Wed Jul 24 14:39:03 UTC 2019


Changes for v2:
   - Removed patches that are not needed anymore due to firmware update
   - Removed usage of embedded dtb as opposed to reusing the loaded dtb
     by the firmware
   - Removed known unsupported/not applicable peripherals (i.e USB) from
     defconfigs
   - Make sure the memory/reg is left untouched as configured by the
     firmware

Andrei Gherzan (6):
  RPI: Add defconfigs for rpi4 (32/64)
  ARM: bcm283x: Define configs for RaspberryPi 4
  RPI: Add entry for Raspberry Pi 4 model B
  ARM: bcm283x: Include definition for additional emmc clock
  RPI: Add memory map for bcm2838
  git-mailrc: Add rpi and bcm283x maintainer

Matthias Brugger (2):
  ARM: bcm283x: Add BCM283x_BASE define
  mmc: bcm283x: Add support for bcm2711 device in bcm2835_sdhci

 arch/arm/mach-bcm283x/Kconfig              | 67 ++++++++++++++++++++++
 arch/arm/mach-bcm283x/include/mach/mbox.h  |  7 +--
 arch/arm/mach-bcm283x/include/mach/sdhci.h |  6 +-
 arch/arm/mach-bcm283x/include/mach/timer.h |  6 +-
 arch/arm/mach-bcm283x/include/mach/wdog.h  |  6 +-
 board/raspberrypi/rpi/rpi.c                | 32 ++++++++++-
 configs/rpi_4_32b_defconfig                | 33 +++++++++++
 configs/rpi_4_defconfig                    | 33 +++++++++++
 doc/git-mailrc                             |  4 ++
 drivers/mmc/bcm2835_sdhci.c                | 12 +++-
 10 files changed, 181 insertions(+), 25 deletions(-)
 create mode 100644 configs/rpi_4_32b_defconfig
 create mode 100644 configs/rpi_4_defconfig

-- 
2.22.0



More information about the U-Boot mailing list