From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Delaunay Date: Wed, 12 Feb 2020 19:37:34 +0100 Subject: [PATCH 00/10] stm32mp1: board and SOC identifications Message-ID: <20200212183744.5309-1-patrick.delaunay@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-) -- 2.17.1