rv1126-uboot/common/spl
Kever Yang 1bd2b131ff spl: add support to booting with OP-TEE
OP-TEE is an open source trusted OS, in armv7, its loading and
running are like this:
loading:
- SPL load both OP-TEE and U-Boot
running:
- SPL run into OP-TEE in secure mode;
- OP-TEE run into U-Boot in non-secure mode;

More detail:
https://github.com/OP-TEE/optee_os
and search for 'boot arguments' for detail entry parameter in:
core/arch/arm/kernel/generic_entry_a32.S

Change-Id: I1344a35dd11bd69ca00e9b99909e1eb610648d86
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2017-09-12 16:04:32 +08:00
..
Kconfig spl: add support to booting with OP-TEE 2017-09-12 16:04:32 +08:00
Makefile spl: add support to booting with OP-TEE 2017-09-12 16:04:32 +08:00
spl.c spl: add support to booting with OP-TEE 2017-09-12 16:04:32 +08:00
spl_atf.c
spl_bootrom.c spl: add a 'return to bootrom' boot method 2017-08-13 17:12:19 +02:00
spl_dfu.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
spl_ext.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
spl_fat.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
spl_fit.c spl: fit: Break out some functions into a common file 2017-07-10 14:24:39 -04:00
spl_mmc.c spl: spl_mmc.c Correct blk_dread() return value check 2017-08-20 09:54:30 -04:00
spl_nand.c
spl_net.c env: Rename setenv() to env_set() 2017-08-16 08:22:18 -04:00
spl_nor.c
spl_onenand.c
spl_optee.S spl: add support to booting with OP-TEE 2017-09-12 16:04:32 +08:00
spl_ram.c
spl_sata.c dm: scsi: Document and rename the scsi_scan() parameter 2017-07-11 10:08:19 -06:00
spl_sdp.c spl: add serial download protocol (SDP) support 2017-08-23 10:41:58 +02:00
spl_spi.c
spl_ubi.c spl: Make UBI fastmap support Kconfig selectable 2017-07-06 13:09:37 -04:00
spl_usb.c
spl_xip.c SPL: Add XIP booting support 2017-06-09 11:23:59 -04:00
spl_ymodem.c