rv1126-uboot/common
Philipp Tomsich 286803a6b4 UPSTREAM: bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPL
For timing our bootstages on the RK3368, which has a minimal TPL
(and where we consequently don't want to time the bootstages) and a
full-featured SPL (where we can bootstage recording), we need to
adjust the Makefile.

Use the $(SPL_TPL_) macro in the Makefile for bootstage.o

Change-Id: Ib3cd45000bfbfb37377c96c9f41a467a760650aa
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit 148a139d65b7fdb93326d7870b40c618d4601a8a)
2018-01-16 18:16:48 +08:00
..
eeprom
init spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 2017-07-27 14:59:03 +02:00
spl UPSTREAM: spl: add newline in debug output 2018-01-16 18:14:05 +08:00
Kconfig android: Implement A/B slot select. 2017-11-14 10:55:46 +08:00
Makefile UPSTREAM: bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPL 2018-01-16 18:16:48 +08:00
android_ab.c android: Implement A/B slot select. 2017-11-14 10:55:46 +08:00
android_bootloader.c cmd: boot_android: support legacy aosp image from rockchip 2017-12-08 18:13:25 +08:00
autoboot.c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 2017-08-16 08:30:32 -04:00
bedbug.c
board_f.c common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA 2017-08-20 09:54:32 -04:00
board_info.c
board_r.c env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() 2017-08-16 08:30:44 -04:00
boot_fit.c boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset() 2017-08-13 15:17:34 -04:00
boot_rkimg.c rockchip: rkimg: update some error handling 2018-01-12 15:35:05 +08:00
bootm.c env: Rename some other getenv()-related functions 2017-08-16 08:31:11 -04:00
bootm_os.c bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks boot 2017-08-28 07:19:13 -04:00
bootretry.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
bootstage.c bootstage: Adjust to use const * where possible 2017-06-05 14:13:08 -04:00
bouncebuf.c
cli.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
cli_hush.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
cli_readline.c
cli_simple.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
command.c
common_fit.c spl: fit: Break out some functions into a common file 2017-07-10 14:24:39 -04:00
console.c common: console: Fix duplicated CONFIG in silent env callback 2017-08-28 07:19:12 -04:00
cros_ec.c
ddr_spd.c
dfu.c common: dfu: ignore reset for spl-dfu 2017-05-12 08:37:09 -04:00
dlmalloc.c spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 2017-07-27 14:59:03 +02:00
dlmalloc.src
edid.c common: edid: Fix some warning 2017-11-20 19:17:14 +08:00
exports.c
fb_common.c Handle slow MMC writes 2017-11-14 10:55:45 +08:00
fb_mmc.c fastboot: mmc: add actual disk size to response 2017-11-20 10:29:57 +08:00
fb_nand.c Implement fastboot flash and erase. 2017-11-14 10:55:45 +08:00
fdt_support.c UPSTREAM: fdt: Introduce helper method fdt_overlay_apply_verbose() 2018-01-16 18:14:14 +08:00
flash.c flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabled 2017-02-12 14:30:31 -05:00
hash.c hash: Compile only hardware or software versions of SHA algorithms 2017-08-20 09:53:13 -04:00
hwconfig.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
image-android.c image-android: add a api to get fdt from boot img 2017-12-08 18:13:25 +08:00
image-fdt.c UPSTREAM: fit: Introduce methods for applying overlays on fit-load 2018-01-16 18:16:48 +08:00
image-fit.c UPSTREAM: fit: Introduce methods for applying overlays on fit-load 2018-01-16 18:16:48 +08:00
image-sig.c
image-sparse.c Implement fastboot flash and erase. 2017-11-14 10:55:45 +08:00
image.c image: Add TI PMMC image type 2018-01-16 18:14:05 +08:00
iomux.c console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL 2017-02-06 11:38:46 +08:00
iotrace.c
kallsyms.c
kgdb.c
kgdb_stubs.c
lcd.c lcd: avoid possible NULL dereference 2017-08-19 20:42:20 +02:00
lcd_console.c
lcd_console_rotation.c
lcd_simplefb.c dm: video: Add driver-model support to lcd_simplefb 2017-05-09 20:20:41 -04:00
lynxkdi.c powerpc: remove 4xx support 2017-07-03 17:35:28 -04:00
main.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
malloc_simple.c malloc_simple: Add debug statements to memalign_simple 2017-01-28 14:04:34 -05:00
memsize.c
menu.c
miiphyutil.c common: miiphyutil: Add helper function for mdio bus name 2016-12-20 07:40:04 +01:00
s_record.c
splash.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
splash_source.c splash_source: Verify FIT magic 2017-09-04 23:53:47 +02:00
stdio.c i2c: Finish dropping use of CONFIG_I2C_HARD 2017-05-15 06:18:30 +02:00
system_map.c
update.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
usb.c powerpc: remove 4xx support 2017-07-03 17:35:28 -04:00
usb_hub.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
usb_kbd.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
usb_storage.c dm: scsi: Drop the ccb typedef 2017-07-11 10:08:19 -06:00
xyzModem.c common/xyzModem.c: Do not use hard-coded address for debug buffer 2017-04-08 09:26:55 -04:00