History log of /linux-master/arch/arm/mach-stm32/board-dt.c
Revision Date Author Comments
# 76afff43 28-Mar-2023 Roan van Dijk <roan@protonic.nl>

ARM: stm32: add support for STM32MP151

This patch adds initial support of STM32MP151 microprocessor (MPU)
based on Arm Cortex-A7. New Cortex-A infrastructure (gic, timer,...)
are selected if ARCH_MULTI_V7 is defined.

Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Roan van Dijk <roan@protonic.nl>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>


# e0302638 23-Jul-2021 Alexandre Torgue <alexandre.torgue@foss.st.com>

ARM: stm32: add initial support for STM32MP13 family

This patch adds initial support of STM32MP13 microprocessor family
based on Arm Cortex-A7. New Cortex-A infrastructure (gic, timer,...)
are selected if ARCH_MULTI_V7 is defined.

Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>


# 40ddb537 31-Mar-2021 dillon min <dillon.minfei@gmail.com>

ARM: stm32: Add a new SoC - STM32H750

The STM32H750 is a Cortex-M7 MCU running at 480MHz
and containing 128KBytes internal flash, 1MiB SRAM.

Signed-off-by: dillon min <dillon.minfei@gmail.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>


# 2092e3ad 27-Feb-2018 Benjamin Gaignard <benjamin.gaignard@linaro.org>

ARM: stm32: restore reboot capabilities

To be able to reboot the platform we need to use armv7m_restart for STM32
SoCs using ARMv7 cores.

Fixes: e0644101bd2f ("ARM: mach-stm32: prepare stm32 family to welcome armv7 architecture)

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>


# f7dcb044 16-Jan-2018 Ludovic Barre <ludovic.barre@st.com>

ARM: stm32: add initial support for STM32MP157

This patch adds initial support of STM32MP157 microprocessor (MPU)
based on Arm Cortex-A7. New Cortex-A infrastructure (gic, timer,...)
are selected if ARCH_MULTI_V7 is defined.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>


# 3ed71f8a 27-Feb-2018 Ludovic Barre <ludovic.barre@st.com>

ARM: stm32: prepare stm32 family to welcome armv7 architecture

This patch prepares the STM32 machine for the integration of Cortex-A
based microprocessor (MPU), on top of the existing Cortex-M
microcontroller family (MCU). Since both MCUs and MPUs are sharing
common hardware blocks we can keep using ARCH_STM32 flag for most of
them. If a hardware block is specific to one family we can use either
ARM_SINGLE_ARMV7M or ARCH_MULTI_V7 flag.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>


# 61ea291c 30-Nov-2017 Benjamin Gaignard <benjamin.gaignard@linaro.org>

ARM: stm32: Fix copyright

Uniformize STMicroelectronics copyrights header
Add SPDX identifier

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
CC: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>


# 85beb77f 11-Dec-2017 Alexandre Torgue <alexandre.torgue@st.com>

ARM: stm32: add new STM32F769 MCU

Add new st,stm32f769 compatible machine name for STM32F769 MCU and update
documentation.

Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>


# c6ed0f31 30-Jan-2017 Alexandre TORGUE <alexandre.torgue@st.com>

ARM: stm32: Add a new SOC - STM32H743

The STM32H743 is a Cortex-M7 MCU running at 400MHz and containing 1MBytes
internal RAM.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>


# a77e393c 14-Nov-2016 Alexandre TORGUE <alexandre.torgue@st.com>

ARM: mach-stm32: Add a new SOC - STM32F746

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>


# 6391503b 16-Feb-2016 Lee Jones <lee.jones@linaro.org>

ARM: stm32: Identify a new SoC - STM32F469

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>


# 9b799b78 09-May-2015 Maxime Coquelin <mcoquelin.stm32@gmail.com>

ARM: Add STM32 family machine

STMicrolectronics's STM32 series is a family of Cortex-M
microcontrollers. It is used in various applications, and
proposes a wide range of peripherals.

Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>