[U-Boot] [PATCH v1 0/4] Update STM32MP1 machine

Patrice Chotard patrice.chotard at st.com
Thu May 17 13:24:03 UTC 2018


This series :
  _ fixes TAMP_BOOT_CONTEXT which is updated twice
  _ adds bsec IP driver (Boot and Security and OTP control)
  _ adds FUSE command support
  _ updates machine to use OTP to store MAC address and serial number


Patrick Delaunay (4):
  stm32mp1: remove the second TAMP_BOOT_CONTEXT update
  stm32mp1: add bsec driver
  stm32mp1: add FUSE command support
  stm32mp1: use OTP to configure MAC address and serial number

 MAINTAINERS                                |   1 +
 arch/arm/Kconfig                           |   1 +
 arch/arm/mach-stm32mp/Makefile             |   8 +-
 arch/arm/mach-stm32mp/bsec.c               | 431 +++++++++++++++++++++++++++++
 arch/arm/mach-stm32mp/cpu.c                |  81 ++++++
 arch/arm/mach-stm32mp/include/mach/stm32.h |   5 +
 arch/arm/mach-stm32mp/spl.c                |   3 -
 configs/stm32mp15_basic_defconfig          |   1 +
 drivers/misc/Kconfig                       |   9 +
 drivers/misc/Makefile                      |   1 +
 drivers/misc/stm32mp_fuse.c                | 116 ++++++++
 11 files changed, 652 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/mach-stm32mp/bsec.c
 create mode 100644 drivers/misc/stm32mp_fuse.c

-- 
1.9.1



More information about the U-Boot mailing list