Searched refs:CONFIG_VAL (Results 1 – 22 of 22) sorted by relevance
/openbmc/u-boot/common/init/ |
H A D | board_init.c | 48 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in board_init_f_alloc_reserve() 49 top -= CONFIG_VAL(SYS_MALLOC_F_LEN); in board_init_f_alloc_reserve() 123 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in board_init_f_init_reserve() 127 base += CONFIG_VAL(SYS_MALLOC_F_LEN); in board_init_f_init_reserve()
|
/openbmc/u-boot/include/linux/ |
H A D | kconfig.h | 79 #define CONFIG_VAL(option) config_val(option) macro 88 (config_enabled(CONFIG_VAL(option)) || \ 89 config_enabled(CONFIG_VAL(option##_MODULE))) 97 #define CONFIG_IS_BUILTIN(option) config_enabled(CONFIG_VAL(option)) 105 #define CONFIG_IS_MODULE(option) config_enabled(CONFIG_VAL(option##_MODULE))
|
/openbmc/u-boot/arch/mips/cpu/ |
H A D | start.S | 62 #if CONFIG_VAL(SYS_MALLOC_F_LEN) 63 li t2, CONFIG_VAL(SYS_MALLOC_F_LEN) 77 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
|
/openbmc/u-boot/arch/microblaze/cpu/ |
H A D | start.S | 33 #if CONFIG_VAL(SYS_MALLOC_F_LEN) 34 addi r1, r0, CONFIG_SYS_INIT_SP_OFFSET - CONFIG_VAL(SYS_MALLOC_F_LEN) 164 #if CONFIG_VAL(SYS_MALLOC_F_LEN) 171 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
|
/openbmc/u-boot/lib/ |
H A D | asm-offsets.c | 30 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in main()
|
H A D | fdtdec.c | 1194 dst = (void *)CONFIG_VAL(MULTI_DTB_FIT_USER_DEF_ADDR); in uncompress_blob()
|
/openbmc/u-boot/common/spl/ |
H A D | spl.c | 386 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in spl_common_init() 391 gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); in spl_common_init() 728 #if CONFIG_VAL(SYS_MALLOC_F_LEN) && !defined(CONFIG_SYS_SPL_MALLOC_SIZE) in board_init_r() 792 #if defined(CONFIG_SPL_SYS_MALLOC_SIMPLE) && CONFIG_VAL(SYS_MALLOC_F_LEN) in spl_relocate_stack_gd()
|
/openbmc/u-boot/common/ |
H A D | malloc_simple.c | 80 CONFIG_VAL(SYS_MALLOC_F_LEN) - gd->malloc_ptr); in malloc_simple_info()
|
H A D | dlmalloc.c | 1257 #if CONFIG_VAL(SYS_MALLOC_F_LEN) 1525 #if CONFIG_VAL(SYS_MALLOC_F_LEN) 1685 #if CONFIG_VAL(SYS_MALLOC_F_LEN) 1894 #if CONFIG_VAL(SYS_MALLOC_F_LEN) 2088 #if CONFIG_VAL(SYS_MALLOC_F_LEN) 2389 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in initf_malloc() 2391 gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); in initf_malloc()
|
H A D | board_f.c | 799 #if defined(CONFIG_CONSOLE_RECORD) && CONFIG_VAL(SYS_MALLOC_F_LEN) in initf_console_record() 808 #if defined(CONFIG_DM) && CONFIG_VAL(SYS_MALLOC_F_LEN) in initf_dm()
|
H A D | board_r.c | 236 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in initr_malloc()
|
H A D | bootstage.c | 20 RECORD_COUNT = CONFIG_VAL(BOOTSTAGE_RECORD_COUNT),
|
/openbmc/u-boot/include/asm-generic/ |
H A D | global_data.h | 97 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
|
/openbmc/u-boot/lib/efi/ |
H A D | efi_app.c | 52 gd->malloc_base = (ulong)efi_malloc(priv, CONFIG_VAL(SYS_MALLOC_F_LEN), in setup_memory()
|
/openbmc/u-boot/cmd/ |
H A D | bdinfo.c | 346 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in do_bdinfo() 348 CONFIG_VAL(SYS_MALLOC_F_LEN)); in do_bdinfo()
|
/openbmc/u-boot/include/ |
H A D | log.h | 94 #define _LOG_MAX_LEVEL CONFIG_VAL(LOG_MAX_LEVEL)
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | start.c | 345 #if CONFIG_VAL(SYS_MALLOC_F_LEN) in main()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | start.S | 266 #if CONFIG_VAL(SYS_MALLOC_F_LEN) 268 #if CONFIG_VAL(SYS_MALLOC_F_LEN) + GENERATED_GBL_DATA_SIZE > CONFIG_SYS_INIT_RAM_SIZE 273 subi r3, r3, CONFIG_VAL(SYS_MALLOC_F_LEN)
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial-uclass.c | 25 #if !CONFIG_VAL(SYS_MALLOC_F_LEN)
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | start.S | 1185 #if CONFIG_VAL(SYS_MALLOC_F_LEN) 1186 #if CONFIG_VAL(SYS_MALLOC_F_LEN) + GENERATED_GBL_DATA_SIZE > CONFIG_SYS_INIT_RAM_SIZE 1191 subi r3,r3,((CONFIG_VAL(SYS_MALLOC_F_LEN)+16+15)&~0xf) 1205 #if CONFIG_VAL(SYS_MALLOC_F_LEN)
|
/openbmc/u-boot/include/dm/ |
H A D | device.h | 984 if (level < CONFIG_VAL(LOGLEVEL)) \
|
/openbmc/u-boot/scripts/ |
H A D | config_whitelist.txt | 4572 CONFIG_VAL
|