u-boot-brain/arch/arm/mach-k3
Faiz Abbas f9916b6d3b armv7R: K3: am654: Use full malloc in SPL both pre and post reloc
In order to be able to use things like file system drivers early on in
SPL (before relocation) in a memory-constrained environment when DDR is
not yet available we cannot use the simple malloc scheme which does not
implement the freeing of previously allocated memory blocks. To address
this issue go ahead and enable the use of the full malloc by manually
initializing the required functionality inside board_init_f by creating
a full malloc pool inside the pre-relocation malloc pool.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
2020-08-11 20:34:46 +05:30
..
include/mach arm: mach-k3: Use SOC driver for device identification 2020-07-25 14:46:57 -06:00
am6_init.c armv7R: K3: am654: Use full malloc in SPL both pre and post reloc 2020-08-11 20:34:46 +05:30
arm64-mmu.c armv8: K3: j721e: Add DSP internal memory regions in MMU table 2020-03-16 12:32:47 +05:30
cache.S arm: mach-k3: Clean non-coherent lines out of L3 cache 2020-08-11 10:18:27 +05:30
common.c arm: mach-k3: Use SOC driver for device identification 2020-07-25 14:46:57 -06:00
common.h arm: mach-k3: Use SOC driver for device identification 2020-07-25 14:46:57 -06:00
config_secure.mk arm: mach-k3: Add secure device build support 2019-04-26 17:51:51 -04:00
config.mk Makefile: Rename ALL-y to INPUTS-y 2020-07-28 19:30:39 -06:00
j721e_init.c Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti 2020-05-25 14:09:42 -04:00
Kconfig arm: K3: Increase default SYSFW image size allocation 2020-05-11 10:16:49 +05:30
lowlevel_init.S armv7r: K3: Allow SPL to run only on core 0 2018-11-26 22:52:11 -05:00
Makefile arm: mach-k3: Clean non-coherent lines out of L3 cache 2020-08-11 10:18:27 +05:30
r5_mpu.c armv7R: K3: r5_mpu: Enable execute permission for MCU0 BTCM 2020-03-03 13:08:14 +05:30
security.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
sysfw-loader.c sf: Drop dm.h header file from spi_flash.h 2020-08-03 22:19:54 -04:00