u-boot/common
Simon Glass 939b04e9cf bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT
At present these three Kconfigs exist even when bootstage is not enabled.
This is not necessary since bootstage.c is only built if BOOTSTAGE is
enabled.

Make them conditional. Also fix up the overflow message to mention TPL.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-03-03 19:17:25 -07:00
..
eeprom
init common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
spl spl: fit: Load devicetree when a Linux payload is found 2021-02-17 19:46:43 -05:00
android_ab.c
autoboot.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
avb_verify.c
bedbug.c
bloblist.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
board_f.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
board_info.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
board_r.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
boot_fit.c
bootm.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
bootm_os.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
bootretry.c
bootstage.c bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT 2021-03-03 19:17:25 -07:00
bouncebuf.c
cli.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
cli_hush.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
cli_readline.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
cli_simple.c
command.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
common_fit.c
console.c IOMUX: Split out for_each_console_dev() helper macro 2021-02-16 11:16:08 -05:00
cros_ec.c
ddr_spd.c
dfu.c dfu: add support for the dfu_alt_info reintialization from the flashed script 2021-01-31 14:08:56 +01:00
dlmalloc.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
dlmalloc.src
edid.c
exports.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
fdt_region.c fdt_region: Check for a single root node of the correct name 2021-02-15 19:17:18 -05:00
fdt_support.c fdt/sunxi: Remove OF_STDOUT_PATH 2021-02-19 23:29:47 +00:00
flash.c
hash.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
hwconfig.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
image-android-dt.c
image-android.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
image-cipher.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
image-fdt.c cmd: fdt: skip board specific fixup using env variable 2021-02-24 16:51:48 -05:00
image-fit-sig.c fit: Don't allow verification of images with @ nodes 2021-02-15 19:17:25 -05:00
image-fit.c image: Check for unit addresses in FITs 2021-02-15 22:31:54 -05:00
image-sig.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
image.c Respect that some compression algos can be enabled separately for SPL 2021-03-01 10:21:36 +01:00
iomux.c IOMUX: Introduce iomux_replace_device() 2021-02-16 11:16:08 -05:00
iotrace.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
kallsyms.c
Kconfig avb: AVB_VERIFY depends on MMC 2021-01-29 10:36:48 -05:00
Kconfig.boot bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT 2021-03-03 19:17:25 -07:00
kgdb.c
kgdb_stubs.c
lcd.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
lcd_console.c
lcd_console_rotation.c
lcd_simplefb.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
log.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
log_console.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
log_syslog.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
lynxkdi.c
main.c
Makefile common: Makefile: drop duplicated line 2021-01-16 14:49:09 -05:00
malloc_simple.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
memsize.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
menu.c
miiphyutil.c
s_record.c
splash.c
splash_source.c common: splash_source: fix -Wint-to-pointer-cast warning 2021-02-19 22:17:10 +01:00
stdio.c stdio: Introduce a new helper stdio_file_to_flags() 2021-02-16 11:16:07 -05:00
system_map.c
update.c image: Adjust the workings of fit_check_format() 2021-02-15 22:31:52 -05:00
usb.c
usb_hub.c dm: treewide: Rename ..._platdata variables to just ..._plat 2020-12-13 16:51:09 -07:00
usb_kbd.c usb: kbd: Also accept keyboards with Interrupt OUT endpoint 2021-02-26 15:30:55 +01:00
usb_storage.c Xilinx changes for v2021.04 2021-01-06 07:57:33 -05:00
xyzModem.c