u-boot-brain/arch/arm/mach-k3
Andreas Dannenberg 6df8706dc2 arm: K3: Introduce System Firmware loader framework
Introduce a framework that allows loading the System Firmware (SYSFW)
binary as well as the associated configuration data from an image tree
blob named "sysfw.itb" from an FS-based MMC boot media or from an MMC
RAW mode partition or sector.

To simplify the handling of and loading from the different boot media
we tap into the existing U-Boot SPL framework usually used for loading
U-Boot by building on an earlier commit that exposes some of that
functionality.

Note that this initial implementation only supports FS and RAW-based
eMMC/SD card boot.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2019-07-17 11:12:54 -04:00
..
include/mach arm: K3: Introduce System Firmware loader framework 2019-07-17 11:12:54 -04:00
am6_init.c arm: K3: Avoid use of MCU_PSRAM0 before SYSFW is loaded 2019-04-26 17:51:51 -04:00
arm64-mmu.c arm64: zynqmp: Move SoC sources to mach-zynqmp 2019-01-24 10:03:44 +01:00
common.c arm: k3: Add support for updating msmc dt node 2019-04-12 08:05:51 -04:00
common.h armv7R: K3: am654: Enable MPU regions 2018-11-16 16:51:58 -05:00
config_secure.mk arm: mach-k3: Add secure device build support 2019-04-26 17:51:51 -04:00
config.mk arm: k3: config.mk: Use k3_gen_x509_cert.sh to generate boot images 2019-05-09 20:22:05 -04:00
Kconfig arm: K3: Introduce System Firmware loader framework 2019-07-17 11:12:54 -04:00
lowlevel_init.S armv7r: K3: Allow SPL to run only on core 0 2018-11-26 22:52:11 -05:00
Makefile arm: K3: Introduce System Firmware loader framework 2019-07-17 11:12:54 -04:00
r5_mpu.c armv7R: K3: am654: Enable MPU regions 2018-11-16 16:51:58 -05:00
security.c arm: mach-k3: Add secure device support 2019-04-26 17:51:51 -04:00
sysfw-loader.c arm: K3: Introduce System Firmware loader framework 2019-07-17 11:12:54 -04:00