Patrice Chotard 01a701994b stm32mp2: initial support
Add initial support for STM32MP2 SoCs family.

SoCs information are available here :
https://www.st.com/content/st_com/en/campaigns/microprocessor-stm32mp2.html

Migrate all MP1 related code into stm32mp1/ directory
Create stm32mp2 directory dedicated for STM32MP2 SoCs.

Common code to MP1, MP13 and MP25 is kept into
arch/arm/mach-stm32/mach-stm32mp directory :
  - boot_params.c
  - bsec
  - cmd_stm32key
  - cmd_stm32prog
  - dram_init.c
  - syscon.c
  - ecdsa_romapi.c

For STM32MP2, it also :
  - adds memory region description needed for ARMv8 MMU.
  - enables early data cache before relocation.
    During the transition before/after relocation, the MMU, initially setup
    at the beginning of DDR, must be setup again at a correct address after
    relocation. This is done in enables_caches() by disabling cache, force
    arch.tlb_fillptr to NULL which will force the MMU to be setup again but
    with a new value for gd->arch.tlb_addr. gd->arch.tlb_addr has been
    updated after relocation in arm_reserve_mmu().

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
2023-11-13 10:55:38 +01:00
..
2023-02-09 16:32:26 -05:00
2023-02-10 11:24:08 -05:00
2023-02-10 11:24:08 -05:00
2023-02-10 11:24:08 -05:00
2022-12-22 10:31:48 -05:00
2023-05-04 12:40:47 +02:00
2023-04-28 17:52:23 +02:00
2023-04-21 15:16:00 +08:00
2023-01-30 23:23:02 +01:00
2023-02-09 16:32:26 -05:00
2023-05-21 16:54:40 +02:00
2023-11-06 10:20:21 -05:00
2023-02-06 13:04:53 -05:00
2022-12-23 10:15:13 -05:00
2023-05-04 12:40:47 +02:00
2022-12-23 10:15:13 -05:00
2023-03-29 22:27:39 +02:00
2023-01-18 19:41:16 -05:00
2023-02-06 13:04:53 -05:00
2023-09-03 23:33:04 +01:00
2023-11-13 10:55:38 +01:00
2023-01-09 11:30:08 -05:00
2022-12-23 10:15:12 -05:00
2023-08-09 23:31:12 +08:00
2022-12-23 10:15:13 -05:00