2d18d728 | 12-Dec-2017 |
Patrice Chotard <patrice.chotard@st.com> |
board: stm32f429-disco: switch to DM STM32 serial driver
Remove serial_stm32.c driver and uart init from board file, use available DM serial_stm32x7.c driver compatible for STM32F4/F7 and H7 SoCs.
board: stm32f429-disco: switch to DM STM32 serial driver
Remove serial_stm32.c driver and uart init from board file, use available DM serial_stm32x7.c driver compatible for STM32F4/F7 and H7 SoCs.
The serial_stm32x7.c driver will be renamed later with a more generic name as it's shared with all STM32 Socs.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
show more ...
|
c729fb25 | 16-Nov-2017 |
Patrice Chotard <patrice.chotard@st.com> |
mach-stm32: Factorize MPU's region config for STM32 SoCs
MPU's region setup can be factorized between STM32F4/F7/H7 SoCs family and used a common MPU's region config.
Only one exception for STM32H7
mach-stm32: Factorize MPU's region config for STM32 SoCs
MPU's region setup can be factorized between STM32F4/F7/H7 SoCs family and used a common MPU's region config.
Only one exception for STM32H7 which doesn't have device area located at 0xA000 0000.
For STM32F4, configure_clocks() need to be moved from arch_cpu_init() to board_early_init_f().
Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
show more ...
|