Home
last modified time | relevance | path

Searched refs:commandline (Results 1 – 8 of 8) sorted by relevance

/u-boot/arch/nios2/lib/
A Dbootm.c20 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 Dbootm.c32 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 Dbootm.c160 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 Dbootm.c141 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 Dsetup.h75 char commandline[COMMAND_LINE_SIZE]; member
/u-boot/doc/
A DREADME.falcon120 storage can not be predicted nor provided at commandline, it depends
/u-boot/common/
A DKconfig.boot906 are applied after the commandline has been built.
/u-boot/
A DREADME1232 fbcon=rotate:<n> linux-kernel commandline):

Completed in 13 milliseconds