/openbmc/u-boot/include/ |
H A D | config_fallbacks.h | 33 #ifndef CONFIG_SYS_CBSIZE 35 #define CONFIG_SYS_CBSIZE 1024 macro 37 #define CONFIG_SYS_CBSIZE 256 macro 42 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
|
/openbmc/u-boot/common/ |
H A D | cli_simple.c | 65 int outputcnt = CONFIG_SYS_CBSIZE; in cli_simple_process_macros() 123 char envname[CONFIG_SYS_CBSIZE], *envval; in cli_simple_process_macros() 176 char cmdbuf[CONFIG_SYS_CBSIZE]; /* working copy of cmd */ in cli_simple_run_command() 179 char finaltoken[CONFIG_SYS_CBSIZE]; in cli_simple_run_command() 197 if (strlen(cmd) >= CONFIG_SYS_CBSIZE) { in cli_simple_run_command() 261 static char lastcommand[CONFIG_SYS_CBSIZE + 1] = { 0, }; in cli_simple_loop() 279 CONFIG_SYS_CBSIZE + 1); in cli_simple_loop()
|
/openbmc/u-boot/include/configs/ |
H A D | display5.h | 338 #undef CONFIG_SYS_CBSIZE 339 #define CONFIG_SYS_CBSIZE 2048 macro 342 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ 345 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | colibri_t30.h | 35 #undef CONFIG_SYS_CBSIZE 36 #define CONFIG_SYS_CBSIZE 1024 macro 40 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | apalis_t30.h | 36 #undef CONFIG_SYS_CBSIZE 37 #define CONFIG_SYS_CBSIZE 1024 macro 41 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | colibri_t20.h | 41 #undef CONFIG_SYS_CBSIZE 42 #define CONFIG_SYS_CBSIZE 1024 macro 46 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | apalis-tk1.h | 127 #undef CONFIG_SYS_CBSIZE 128 #define CONFIG_SYS_CBSIZE 1024 macro 132 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | ax25-ae350.h | 18 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ macro 24 (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) 34 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | xilinx_versal.h | 52 #define CONFIG_SYS_CBSIZE 2048 macro 53 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ 55 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | imx8qxp_mek.h | 164 #define CONFIG_SYS_CBSIZE 2048 macro 166 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE 167 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
|
H A D | socfpga_stratix10_socdk.h | 29 #define CONFIG_SYS_CBSIZE 2048 macro 30 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ 32 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | stmark2.h | 86 #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ macro 89 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ 93 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | ls1088a_common.h | 218 #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ macro 219 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ 221 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot args buffer */
|
H A D | imx8mq_evk.h | 213 #define CONFIG_SYS_CBSIZE 1024 macro 215 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE 216 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
|
H A D | bubblegum_96.h | 38 #define CONFIG_SYS_CBSIZE 1024 /* Console buffer size */ macro 40 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | lx2160a_common.h | 186 #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ macro 187 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ 189 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot args buffer */
|
H A D | exynos-common.h | 41 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ macro 45 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | edison.h | 13 #define CONFIG_SYS_CBSIZE 2048 macro 15 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | zynq_cse.h | 23 #undef CONFIG_SYS_CBSIZE 27 #define CONFIG_SYS_CBSIZE 1024 macro
|
H A D | bcm_ep_board.h | 48 #define CONFIG_SYS_CBSIZE 1024 /* Console buffer size */ macro 50 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | bcm_northstar2.h | 39 #define CONFIG_SYS_CBSIZE SZ_1K macro 41 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | tplink_wdr4300.h | 43 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O buffer size */ macro 45 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | highbank.h | 45 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ macro 46 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
H A D | mt7623.h | 21 #define CONFIG_SYS_CBSIZE SZ_1K macro 22 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
|
/openbmc/u-boot/include/configs/km/ |
H A D | keymile-common.h | 16 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ macro 18 #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ macro 21 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|