[U-Boot] [PATCH 00/19] stm32mp1: update of stm32mp arch and stm32mp1 board

Patrick Delaunay patrick.delaunay at st.com
Wed Feb 27 16:01:10 UTC 2019


Need to be apply after the previous serie:
  stm32mp1: add trusted boot with TF-A
  http://patchwork.ozlabs.org/project/uboot/list/?series=91422

It is a first alignment on the delivery v2018.11-stm32mp-r2
available on GITHUB https://github.com/STMicroelectronics/u-boot



Patrick Delaunay (19):
  stm32mp1: add runtime information in environment
  stm32mp1: update boot mode management
  stm32mp1: update print_cpuinfo()
  stm32mp1: spl: add spl_display_print
  stm32mp1: cosmetic cleanup Kconfig
  stm32mp1: cosmetic: add comment on psci_migrate_info_type return value
  stm32mp1: spl: hang with trace when DDR init failed
  stm32mp1: update bootcmd
  stm32mp1: activate FASTBOOT on eMMC
  stm32mp1: support forced boot mode
  stm32mp1: update memory layout
  stm32mp1: activated some configuration
  stm32mp1: add some syscon drivers for syscfg and etpzc
  stm32mp1: add syscfg initialization
  stm32mp1: align serial number on bootrom
  stm32mp1: basic boot: SPL enable access to GPIOZ bank
  stm32mp1: bsec: use device tree new compatible
  stm32mp1: bsec: shadow all the upper OTP (no secure) during boot
  stm32mp1: Replace OTP read by SHADOW read

 arch/arm/Kconfig                               |   1 +
 arch/arm/dts/stm32mp157-u-boot.dtsi            |   4 +
 arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi       |   5 +
 arch/arm/dts/stm32mp157c.dtsi                  |   9 +-
 arch/arm/mach-stm32mp/Kconfig                  |  12 +-
 arch/arm/mach-stm32mp/bsec.c                   |  32 ++--
 arch/arm/mach-stm32mp/cpu.c                    | 209 ++++++++++++++++++++++---
 arch/arm/mach-stm32mp/include/mach/stm32.h     |  19 ++-
 arch/arm/mach-stm32mp/include/mach/sys_proto.h |  12 +-
 arch/arm/mach-stm32mp/psci.c                   |   8 +-
 arch/arm/mach-stm32mp/spl.c                    |  39 ++++-
 arch/arm/mach-stm32mp/syscon.c                 |   9 +-
 board/st/stm32mp1/stm32mp1.c                   | 200 ++++++++++++++++++++++-
 configs/stm32mp15_basic_defconfig              |  15 +-
 configs/stm32mp15_trusted_defconfig            |  15 +-
 include/configs/stm32mp1.h                     |  60 +++++--
 16 files changed, 571 insertions(+), 78 deletions(-)

-- 
2.7.4



More information about the U-Boot mailing list