mbox series

[00/10] stm32mp1: board and SOC identifications

Message ID 20200212183744.5309-1-patrick.delaunay@st.com
Headers show
Series stm32mp1: board and SOC identifications | expand

Message

Patrick Delaunay Feb. 12, 2020, 6:37 p.m. UTC
Hi,

Few patches for board and SOC identifications on STM32MP15x
- update command stboard for STMicroelectronics board
  identification (MBxxxx with OTP 59)
- update kernel device tree with SOC part number

Regards

Patrick



Patrick Delaunay (10):
  board: stm32mp1: update command stboard on misc_write result
  board: stm32mp1: read OTP in command stboard
  arm: stm32mp: bsec: remove unneeded test
  arm: stm32mp: bsec: add permanent lock support in bsec driver
  board: stm32mp1: stboard: lock the OTP after programming
  arm: stm32mp: improve the error message for smc
  board: stm32mp1: add finished good in board identifier OTP
  board: stm32mp1: display reference only for STMicroelectronics board
  arm: stm32mp: add function get_soc_name
  arm: stm32mp: fdt: update kernel device tree according the part number

 arch/arm/mach-stm32mp/bsec.c                  |  92 +++++++++++-----
 arch/arm/mach-stm32mp/cpu.c                   |  20 ++--
 arch/arm/mach-stm32mp/fdt.c                   | 100 +++++++++++++++---
 arch/arm/mach-stm32mp/include/mach/stm32.h    |   9 +-
 .../mach-stm32mp/include/mach/stm32mp1_smc.h  |   5 +-
 .../arm/mach-stm32mp/include/mach/sys_proto.h |   4 +
 board/st/common/cmd_stboard.c                 |  56 +++++++---
 board/st/stm32mp1/stm32mp1.c                  |  26 ++---
 doc/board/st/stm32mp1.rst                     |  34 ++++--
 9 files changed, 258 insertions(+), 88 deletions(-)