1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-15 23:11:36 +02:00
Files
u-boot-megous/include
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-11-13 10:55:38 +01:00
2023-10-24 15:55:16 +08:00
2023-10-02 10:55:44 -04:00
2023-08-25 13:54:33 -04:00
2023-08-08 10:22:03 -04:00
2023-10-27 13:15:57 +03:00
2023-07-17 15:38:11 -04:00
2023-08-19 04:12:53 +02:00
2023-10-27 13:14:47 +03:00
2023-10-23 17:07:06 +03:00
2023-11-07 14:50:51 -05:00
2023-10-31 09:08:51 +01:00
2023-10-27 13:15:57 +03:00
2023-08-19 04:12:53 +02:00
2023-10-11 15:43:55 -04:00
2023-11-05 16:11:38 -05:00
2023-09-11 16:27:49 -04:00
2023-10-15 12:23:48 +02:00
2023-10-09 15:24:31 -04:00
2023-10-27 13:14:47 +03:00
2023-09-04 10:51:58 -04:00