/openbmc/u-boot/include/configs/ |
H A D | ipam390.h | 33 #define CONFIG_SYS_MALLOC_LEN (0x10000 + 1*1024*1024) /* malloc() len */ macro 139 CONFIG_SYS_MALLOC_LEN - \ 212 CONFIG_SYS_MALLOC_LEN) 213 #define CONFIG_SYS_SPL_MALLOC_SIZE CONFIG_SYS_MALLOC_LEN
|
H A D | da850evm.h | 47 #define CONFIG_SYS_MALLOC_LEN (0x10000 + 1*1024*1024) /* malloc() len */ macro 167 CONFIG_SYS_MALLOC_LEN - \ 272 CONFIG_SYS_MALLOC_LEN) 273 #define CONFIG_SYS_SPL_MALLOC_SIZE CONFIG_SYS_MALLOC_LEN
|
H A D | omapl138_lcdk.h | 41 #define CONFIG_SYS_MALLOC_LEN (0x10000 + 1*1024*1024) /* malloc() len */ macro 160 CONFIG_SYS_MALLOC_LEN - \ 267 CONFIG_SYS_MALLOC_LEN) 268 #define CONFIG_SYS_SPL_MALLOC_SIZE CONFIG_SYS_MALLOC_LEN
|
H A D | taurus.h | 128 #define CONFIG_SYS_MALLOC_LEN \ macro 136 CONFIG_SYS_MALLOC_LEN) 137 #define CONFIG_SYS_SPL_MALLOC_SIZE CONFIG_SYS_MALLOC_LEN
|
H A D | mt_ventoux.h | 17 #undef CONFIG_SYS_MALLOC_LEN 18 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10) + \ macro
|
H A D | 3c120_devboard.h | 55 #define CONFIG_SYS_MALLOC_LEN 0x20000 macro 77 CONFIG_SYS_MALLOC_LEN - \
|
H A D | 10m50_devboard.h | 55 #define CONFIG_SYS_MALLOC_LEN 0x20000 macro 77 CONFIG_SYS_MALLOC_LEN - \
|
H A D | iot_devkit.h | 60 #define CONFIG_SYS_MALLOC_LEN SZ_64K macro 71 CONFIG_SYS_MALLOC_LEN - \
|
H A D | stih410-b2260.h | 51 #define CONFIG_SYS_MALLOC_LEN 0x1800000 macro 54 CONFIG_SYS_MALLOC_LEN - \
|
H A D | omap3_overo.h | 23 #undef CONFIG_SYS_MALLOC_LEN 27 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 15)) macro
|
H A D | devkit8000.h | 42 #undef CONFIG_SYS_MALLOC_LEN 43 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10)) macro
|
H A D | tegra-common-post.h | 14 #define CONFIG_SYS_MALLOC_LEN (SZ_4M + \ macro 18 #define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MB */ macro
|
H A D | socfpga_stratix10_socdk.h | 46 #define CONFIG_SYS_MALLOC_LEN (5 * 1024 * 1024) macro 206 #define CONFIG_SYS_SPL_MALLOC_SIZE (CONFIG_SYS_MALLOC_LEN)
|
H A D | s32v234evb.h | 54 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 1 * 1024 * 1024) macro 56 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) macro
|
H A D | ethernut5.h | 40 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (1 << 20)) macro 43 - CONFIG_SYS_MALLOC_LEN)
|
H A D | smartweb.h | 76 #define CONFIG_SYS_MALLOC_LEN \ macro 184 #define CONFIG_SYS_SPL_MALLOC_SIZE CONFIG_SYS_MALLOC_LEN
|
H A D | xilinx_zynqmp_mini_emmc.h | 17 #define CONFIG_SYS_MALLOC_LEN 0x800000 macro
|
H A D | xilinx_zynqmp_mini_qspi.h | 17 #define CONFIG_SYS_MALLOC_LEN 0x2000 macro
|
H A D | xilinx_zynqmp_mini_nand.h | 19 #define CONFIG_SYS_MALLOC_LEN 0x800000 macro
|
H A D | broadcom_bcm968580xref.h | 17 #define CONFIG_SYS_MALLOC_LEN (1024 * 1024) macro
|
H A D | broadcom_bcm963158.h | 17 #define CONFIG_SYS_MALLOC_LEN (1024 * 1024) macro
|
H A D | bmips_common.h | 23 #define CONFIG_SYS_MALLOC_LEN (2 * 1024 * 1024) macro
|
H A D | imgtec_xilfpga.h | 32 #define CONFIG_SYS_MALLOC_LEN (256 << 10) macro
|
H A D | bubblegum_96.h | 20 #define CONFIG_SYS_MALLOC_LEN (32 * 1024 * 1024) macro
|
/openbmc/u-boot/include/ |
H A D | common.h | 49 #define TOTAL_MALLOC_LEN CONFIG_SYS_MALLOC_LEN 53 #define TOTAL_MALLOC_LEN (CONFIG_SYS_MALLOC_LEN + CONFIG_ENV_SIZE) 55 #define TOTAL_MALLOC_LEN CONFIG_SYS_MALLOC_LEN
|