[PATCH 0/7] Enable new drivers added for U-Boot 2021.10 in "stemmy" board

Stephan Gerhold stephan at gerhold.net
Sat Aug 7 15:07:17 CEST 2021


This series finishes up the work done for ARM U8500 in the U-Boot
2021.10 merge window. The new drivers are added to MAINTAINERS,
then enabled in Kconfig and finally the "stemmy" board is updated
to make use of them.


Stephan Gerhold (7):
  MAINTAINERS: Add new drivers for ARM U8500
  arm: u8500: Imply options for new drivers
  arm: dts: u8500: Update from Linux ux500-dts-for-v5.15
  arm: dts: u8500: u-boot: Add fixed clock for eMMC
  board: stemmy: Add basic Fastboot support
  board: stemmy: Update documentation
  arm: u8500: Prefer building in thumb mode by default

 MAINTAINERS                               |   5 +
 arch/arm/Kconfig                          |   8 ++
 arch/arm/dts/ste-ab8500.dtsi              | 116 +++++++++++++++++-----
 arch/arm/dts/ste-ab8505.dtsi              |  95 ++++++++++++++----
 arch/arm/dts/ste-dbx5x0-u-boot.dtsi       |  11 +-
 arch/arm/dts/ste-dbx5x0.dtsi              |  14 +--
 arch/arm/dts/ste-ux500-samsung-stemmy.dts |  16 +++
 arch/arm/mach-u8500/Kconfig               |  11 +-
 board/ste/stemmy/MAINTAINERS              |   3 +-
 board/ste/stemmy/README                   |  50 ----------
 configs/stemmy_defconfig                  |  14 +++
 doc/board/index.rst                       |   1 +
 doc/board/ste/index.rst                   |   9 ++
 doc/board/ste/stemmy.rst                  |  81 +++++++++++++++
 include/configs/stemmy.h                  |  27 +++++
 15 files changed, 354 insertions(+), 107 deletions(-)
 delete mode 100644 board/ste/stemmy/README
 create mode 100644 doc/board/ste/index.rst
 create mode 100644 doc/board/ste/stemmy.rst

-- 
2.32.0



More information about the U-Boot mailing list