Home
last modified time | relevance | path

Searched refs:bootargs (Results 1 – 25 of 202) sorted by relevance

123456789

/external/u-boot/board/boundary/nitrogen6x/
D6x_bootscript.txt1 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" ;
D6x_bootscript_android.txt3 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
D6x_bootscript_android_recovery.txt3 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/
Dbootm.c79 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/
Dtpcboot.cmd24 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/
Dfunctions.sh60 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/
Dbootm.c63 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()
Dzimageboot.c23 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/
Dramfs-common.txt1 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/
Dbootm_os.c343 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()
Dimage-android.c78 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/
Dpxe_utils.c318 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/
DREADME.plan99 bootargs environment variable will be copied.
11 If no command line arguments or bootargs are defined, CONFADDR is left
DREADME.vxworks31 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
DREADME.silent24 - 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
DREADME.lynxkdi54 "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/
DREADME20 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/
Dag101p.dts14 …/* bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0x99600000 debug bootmem_debug mem…
15 bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0x99600000 debug loglevel=7";
Dae3xx.dts15 …/* 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/
Dcboot.c593 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/
DREADME70 - Setup kernel bootargs:
72 # setenv bootargs "console=ttymxc3,115200 root=/dev/mmcblk0p1 rootfstype=ext4 rootwait quiet rw"
/external/u-boot/arch/xtensa/dts/
Dkc705.dts8bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
Dml605.dts8bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
Dkc705_nommu.dts8bootargs = "earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
Dml605_nommu.dts8bootargs = "earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…

123456789