Home
last modified time | relevance | path

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

/u-boot/arch/nios2/lib/
A Dbootm.c23 char *commandline = env_get("bootargs"); in do_bootm_linux() local
50 debug("bootargs=%s @ 0x%lx\n", commandline, (ulong)&commandline); in do_bootm_linux()
61 kernel(NIOS_MAGIC, initrd_start, initrd_end, commandline); in do_bootm_linux()
/u-boot/arch/arm/lib/
A Dbootm.c114 static void setup_commandline_tag(struct bd_info *bd, char *commandline) in setup_commandline_tag() argument
118 if (!commandline) in setup_commandline_tag()
122 for (p = commandline; *p == ' '; p++); in setup_commandline_tag()
200 char *commandline = env_get("bootargs"); in boot_prep_linux() local
213 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/doc/develop/
A Dmakefiles.rst432 Options specified using subdir-* are added to the commandline before
677 the commandline switch to disable it. This special function is needed,
1210 From commandline AFLAGS_MODULE shall be used (see kbuild.rst).
1223 From commandline CFLAGS_MODULE shall be used (see kbuild.rst).
1231 From commandline LDFLAGS_MODULE shall be used (see kbuild.rst).
1396 1) check for commandline changes
A Dsending_patches.rst339 commandline interface than just manually applying it from a posting on the
/u-boot/boot/
A DKconfig1548 are applied after the commandline has been built.

Completed in 22 milliseconds