Searched refs:commandline (Results 1 – 8 of 8) sorted by relevance
/u-boot/arch/nios2/lib/ |
A D | bootm.c | 20 char *commandline = env_get("bootargs"); in do_bootm_linux() local 47 debug("bootargs=%s @ 0x%lx\n", commandline, (ulong)&commandline); in do_bootm_linux() 58 kernel(NIOS_MAGIC, initrd_start, initrd_end, commandline); in do_bootm_linux()
|
/u-boot/arch/nds32/lib/ |
A D | bootm.c | 32 static void setup_commandline_tag(struct bd_info *bd, char *commandline); 51 char *commandline = env_get("bootargs"); in do_bootm_linux() local 101 setup_commandline_tag(bd, commandline); in do_bootm_linux() 166 static void setup_commandline_tag(struct bd_info *bd, char *commandline) in setup_commandline_tag() argument 170 if (!commandline) in setup_commandline_tag() 174 for (p = commandline; *p == ' '; p++) in setup_commandline_tag()
|
/u-boot/arch/arm/lib/ |
A D | bootm.c | 160 static void setup_commandline_tag(struct bd_info *bd, char *commandline) in setup_commandline_tag() argument 164 if (!commandline) in setup_commandline_tag() 168 for (p = commandline; *p == ' '; p++); in setup_commandline_tag() 246 char *commandline = env_get("bootargs"); in boot_prep_linux() local 262 setup_commandline_tag(gd->bd, commandline); in boot_prep_linux()
|
/u-boot/arch/xtensa/lib/ |
A D | bootm.c | 141 char *commandline = env_get("bootargs"); in do_bootm_linux() local 160 params = setup_commandline_tag(params, commandline); in do_bootm_linux()
|
/u-boot/arch/arm/include/asm/ |
A D | setup.h | 75 char commandline[COMMAND_LINE_SIZE]; member
|
/u-boot/doc/ |
A D | README.falcon | 120 storage can not be predicted nor provided at commandline, it depends
|
/u-boot/common/ |
A D | Kconfig.boot | 906 are applied after the commandline has been built.
|
/u-boot/ |
A D | README | 1232 fbcon=rotate:<n> linux-kernel commandline):
|
Completed in 13 milliseconds