rv1126-uboot/common/spl
David Wu 30129f2f83 config: Add CONFIG_TINY_TPL to disable SPL framework at TPL
Some devices cann't use SPL framework at TPL stage, but the
CONFIG_SPL_FRAMEWORK is still defined at TPL stage, so need
to separate them with CONFIG_TINY_TPL.

If the SPL framewrok was used both at TPL and SPL stage,
CONFIG_TINY_TPL is not defined.
If the SPL framewrok was used at SPL stage, but not use at
TPL, need to define CONFIG_TINY_TPL.

Change-Id: Iabb7e0377ee00311ca468cb8ff7544c96bd999d6
Signed-off-by: David Wu <david.wu@rock-chips.com>
2018-03-29 16:27:44 +08:00
..
Kconfig config: Add CONFIG_TINY_TPL to disable SPL framework at TPL 2018-03-29 16:27:44 +08:00
Makefile config: Add CONFIG_TINY_TPL to disable SPL framework at TPL 2018-03-29 16:27:44 +08:00
spl.c spl: use different BOARD_INIT MACRO for spl and tpl 2018-01-22 18:01:38 +08:00
spl_atf.c spl: atf: add SPL_ATF_NO_PLATFORM_PARAM option 2018-01-17 15:27:28 +08:00
spl_bootrom.c spl: add a 'return to bootrom' boot method 2017-08-13 17:12:19 +02:00
spl_dfu.c treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08: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 UPSTREAM: spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size 2018-01-17 15:27:28 +08:00
spl_mmc.c UPSTREAM: spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector() 2018-01-16 18:17:07 +08: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: make image arg or fdt blob address reconfigurable 2017-05-08 11:38:40 -04:00
spl_onenand.c
spl_optee.S spl: optee: add support for Rockchip customize optee 2017-09-12 17:12:05 +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 treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
spl_spi.c spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-property 2017-05-11 22:03:39 -04:00
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