/external/u-boot/board/boundary/nitrogen6x/ |
D | 6x_bootscript.txt | 1 setenv bootargs enable_wait_mode=off 5 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=hdmi,1280x720M@60,if=RGB24 14 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,LDB-XGA,if=RGB666 26 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,1024x600M@60,if=RGB666 38 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=lcd,CLAA-WVGA,if=RGB666 50 setenv bootargs $bootargs video=mxcfb${nextcon}:off ; 54 setenv bootargs $bootargs $fbmem 55 setenv bootargs "$bootargs console=ttymxc1,115200 vmalloc=400M consoleblank=0 rootwait" 58 setenv bootargs "$bootargs root=/dev/sda1" ; 60 setenv "bootargs $bootargs root=/dev/mmcblk0p1" ;
|
D | 6x_bootscript_android.txt | 3 setenv bootargs enable_wait_mode=off 5 setenv bootargs $bootargs console=ttymxc1,115200 vmalloc=400M consoleblank=0 ; 10 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,LDB-XGA,if=RGB666 22 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,1024x600M@60,if=RGB666 34 …setenv bootargs $bootargs video=mxcfb${nextcon}:dev=lcd,CLAA-WVGA,if=RGB666 tsdev=tsc2004 calibrat… 46 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=hdmi,1280x720M@60,if=RGB24 58 setenv bootargs $bootargs video=mxcfb${nextcon}:off ; 62 setenv bootargs $bootargs fbcon=$fbcon
|
D | 6x_bootscript_android_recovery.txt | 3 setenv bootargs enable_wait_mode=off 5 setenv bootargs $bootargs console=ttymxc1,115200 vmalloc=400M consoleblank=0 ; 10 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,LDB-XGA,if=RGB666 22 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,1024x600M@60,if=RGB666 34 …setenv bootargs $bootargs video=mxcfb${nextcon}:dev=lcd,CLAA-WVGA,if=RGB666 tsdev=tsc2004 calibrat… 46 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=hdmi,1280x720M@60,if=RGB24 58 setenv bootargs $bootargs video=mxcfb${nextcon}:off ; 62 setenv bootargs $bootargs fbcon=$fbcon
|
/external/u-boot/arch/mips/lib/ |
D | bootm.c | 79 const char *bootargs, *next, *quote; in linux_cmdline_legacy() local 83 bootargs = env_get("bootargs"); in linux_cmdline_legacy() 84 if (!bootargs) in linux_cmdline_legacy() 87 next = bootargs; in linux_cmdline_legacy() 89 while (bootargs && *bootargs && linux_argc < LINUX_MAX_ARGS) { in linux_cmdline_legacy() 90 quote = strchr(bootargs, '"'); in linux_cmdline_legacy() 91 next = strchr(bootargs, ' '); in linux_cmdline_legacy() 106 next = bootargs + strlen(bootargs); in linux_cmdline_legacy() 108 linux_cmdline_set(bootargs, next - bootargs); in linux_cmdline_legacy() 113 bootargs = next; in linux_cmdline_legacy()
|
/external/u-boot/board/k+p/bootscripts/ |
D | tpcboot.cmd | 24 setenv mmcargs "setenv bootargs console=${console} ${smp} root=${mmcroot} \ 28 setenv bootargs '${bootargs} di=${dig_in} key1=${key1}'; 33 setenv bootargs '${bootargs} dsa_core.blacklist=yes'; 74 setenv nfsargs "setenv bootargs root=/dev/nfs rw nfsroot='${rootpath}',nolock,nfsvers=3" 75 setenv addip "setenv bootargs '${bootargs}' ip='${ipaddr}':'${serverip}':'${gatewayip}':'${netmask}… 82 setenv bootargs '${bootargs}' console=${console};
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | functions.sh | 60 if echo "${bootargs}" | grep -q 'nr_cpus=[0-9]' 62 nr_cpus="`echo "${bootargs}" | sed -e 's/^.*nr_cpus=\([0-9]*\).*$/\1/'`" 85 if echo "${bootargs}" | grep -q 'maxcpus=[0-9]' 87 maxcpus="`echo "${bootargs}" | sed -e 's/^.*maxcpus=\([0-9]*\).*$/\1/'`"
|
/external/u-boot/arch/sh/lib/ |
D | bootm.c | 63 char *bootargs = env_get("bootargs"); in do_bootm_linux() local 78 strcpy(cmdline, bootargs); in do_bootm_linux() 83 int val = sh_check_cmd_arg(bootargs, CMD_ARG_RD_PROMPT, 10); in do_bootm_linux() 89 val = sh_check_cmd_arg(bootargs, CMD_ARG_RD_DOLOAD, 10); in do_bootm_linux()
|
D | zimageboot.c | 23 char *bootargs; in do_sh_zimageboot() local 45 bootargs = env_get("bootargs"); in do_sh_zimageboot() 52 strcpy(cmdline, bootargs); in do_sh_zimageboot()
|
/external/u-boot/board/keymile/scripts/ |
D | ramfs-common.txt | 1 addramfs=setenv bootargs "${bootargs} phram.phram=rootfs${boot_bank},${rootfsaddr},${rootfssize}" 6 nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath}
|
/external/u-boot/common/ |
D | bootm_os.c | 343 char *bootargs; in do_bootm_vxworks() local 349 bootargs = env_get("bootargs"); in do_bootm_vxworks() 351 if (bootargs != NULL) { in do_bootm_vxworks() 352 for (pos = 0; pos < strlen(bootargs); pos++) { in do_bootm_vxworks() 354 if ((bootargs[pos] == '=') && (pos >= 1) && in do_bootm_vxworks() 355 (bootargs[pos - 1] == 'f')) { in do_bootm_vxworks() 356 vxflags = simple_strtoul(&bootargs[pos + 1], in do_bootm_vxworks()
|
D | image-android.c | 78 char *bootargs = env_get("bootargs"); in android_image_get_kernel() local 79 if (bootargs) in android_image_get_kernel() 80 len += strlen(bootargs); in android_image_get_kernel() 89 if (bootargs) { in android_image_get_kernel() 90 strcpy(newbootargs, bootargs); in android_image_get_kernel()
|
/external/u-boot/cmd/ |
D | pxe_utils.c | 318 char bootargs[CONFIG_SYS_CBSIZE]; in label_localboot() local 320 cli_simple_process_macros(label->append, bootargs); in label_localboot() 321 env_set("bootargs", bootargs); in label_localboot() 410 char bootargs[CONFIG_SYS_CBSIZE] = ""; in label_boot() local 414 strlen(ip_str) + strlen(mac_str) + 1 > sizeof(bootargs)) { in label_boot() 418 sizeof(bootargs)); in label_boot() 423 strncpy(bootargs, label->append, sizeof(bootargs)); in label_boot() 425 strcat(bootargs, ip_str); in label_boot() 426 strcat(bootargs, mac_str); in label_boot() 428 cli_simple_process_macros(bootargs, finalbootargs); in label_boot()
|
/external/u-boot/doc/ |
D | README.plan9 | 9 bootargs environment variable will be copied. 11 If no command line arguments or bootargs are defined, CONFADDR is left
|
D | README.vxworks | 31 only when the least significant bit of flags in bootargs is set, the standard 34 For legacy bootm flow, make sure the least significant bit of flags in bootargs 63 If a "bootargs" variable is defined, its content will be copied to the memory 64 location pointed by "bootaddr" as the kernel bootline. If "bootargs" is not 69 When using 'bootm', just define "bootargs" in the environment and U-Boot will
|
D | README.silent | 24 - When booting a linux kernel, the "bootargs" are fixed up so that 26 it was set in "bootargs" before. If you don't want the linux command
|
D | README.lynxkdi | 54 "fcc2_ether_addr" parameter in the "bootargs" environment 57 ==> setenv bootargs fcc2_ether_addr=00:11:22:33:44:55:66
|
/external/u-boot/board/freescale/ls2080a/ |
D | README | 20 One needs to use appropriate bootargs to boot Linux flavors which do 24 => setenv bootargs 'console=ttyS1,115200 root=/dev/ram
|
/external/u-boot/arch/nds32/dts/ |
D | ag101p.dts | 14 …/* bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0x99600000 debug bootmem_debug mem… 15 bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0x99600000 debug loglevel=7";
|
D | ae3xx.dts | 15 …/* bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0xf0300000 debug bootmem_debug mem… 16 bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0xf0300000 debug loglevel=7";
|
/external/u-boot/arch/arm/mach-tegra/ |
D | cboot.c | 593 char *bootargs; in cboot_late_init() local 613 bootargs = cboot_get_bootargs(fdt); in cboot_late_init() 614 if (bootargs) { in cboot_late_init() 615 env_set("cbootargs", bootargs); in cboot_late_init() 616 free(bootargs); in cboot_late_init()
|
/external/u-boot/board/freescale/mx6sabreauto/ |
D | README | 70 - Setup kernel bootargs: 72 # setenv bootargs "console=ttymxc3,115200 root=/dev/mmcblk0p1 rootfstype=ext4 rootwait quiet rw"
|
/external/u-boot/arch/xtensa/dts/ |
D | kc705.dts | 8 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
|
D | ml605.dts | 8 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
|
D | kc705_nommu.dts | 8 …bootargs = "earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
|
D | ml605_nommu.dts | 8 …bootargs = "earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
|