Home
last modified time | relevance | path

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

12345678910>>...29

/OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/
H A 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" ;
H A 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
H A 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
/OK3568_Linux_fs/buildroot/board/boundarydevices/common/
H A Dboot.cmd1 setenv bootargs ''
80 setenv bootargs ${bootargs} console=${console},115200
88 setenv bootargs ${bootargs} vmalloc=${vmalloc} consoleblank=${consoleblank} rootwait fixrtc cpu=${i…
107 setenv bootargs ${bootargs} mxc_hdmi.only_cea=0;
128 setenv bootargs "${bootargs} root=/dev/sda${distro_bootpart}" ;
130 setenv bootargs "${bootargs} root=/dev/sda${distro_bootpart}" ;
132 setenv bootargs "${bootargs} root=/dev/mmcblk${devnum}p${distro_bootpart}"
136 setenv bootargs ${bootargs} pci=nomsi
140 setenv bootargs ${bootargs} fec.disable_giga=1
144 setenv bootargs ${bootargs} wlcore.mac=${wlmac}
[all …]
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A 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()
/OK3568_Linux_fs/u-boot/configs/
H A Daxm_defconfig18bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}::off\0…
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A 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/'`"
/OK3568_Linux_fs/u-boot/arch/sh/lib/
H A Dbootm.c64 char *bootargs = env_get("bootargs"); in do_bootm_linux() local
79 strcpy(cmdline, bootargs); in do_bootm_linux()
84 int val = sh_check_cmd_arg(bootargs, CMD_ARG_RD_PROMPT, 10); in do_bootm_linux()
90 val = sh_check_cmd_arg(bootargs, CMD_ARG_RD_DOLOAD, 10); in do_bootm_linux()
H A 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()
/OK3568_Linux_fs/buildroot/board/ci20/
H A Duboot-env.txt3 bootargs=console=ttyS4,115200 console=tty0 mem=256M@0x0 mem=768M@0x30000000 rootwait root=/dev/mmcb…
6 ethargs=env set bootargs ${bootargs}
/OK3568_Linux_fs/u-boot/board/keymile/scripts/
H A 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}
/OK3568_Linux_fs/buildroot/board/stmicroelectronics/stm32f429-disco/patches/linux/
H A D0001-ARM-stm32f249-disco-don-t-force-init-in-chosen-boota.patch4 Subject: [PATCH] ARM: stm32f249-disco: don't force init= in /chosen/bootargs
25 - bootargs = "root=/dev/ram rdinit=/linuxrc";
26 + bootargs = "root=/dev/ram";
/OK3568_Linux_fs/buildroot/board/beagleboneai/
H A DuEnv.txt3 bootargs=console=ttyS0,115200n8 root=/dev/mmcblk0p2 ro rootwait
6 uenvcmd=run loadimage; run loadfdt; printenv bootargs; bootz ${loadaddr} - ${fdtaddr}
/OK3568_Linux_fs/u-boot/cmd/
H A Dpxe.c590 char bootargs[CONFIG_SYS_CBSIZE]; in label_localboot() local
592 cli_simple_process_macros(label->append, bootargs); in label_localboot()
593 env_set("bootargs", bootargs); in label_localboot()
679 char bootargs[CONFIG_SYS_CBSIZE] = ""; in label_boot() local
683 strlen(ip_str) + strlen(mac_str) + 1 > sizeof(bootargs)) { in label_boot()
687 sizeof(bootargs)); in label_boot()
691 strncpy(bootargs, label->append, in label_boot()
692 sizeof(bootargs)); in label_boot()
693 strcat(bootargs, ip_str); in label_boot()
694 strcat(bootargs, mac_str); in label_boot()
[all …]
/OK3568_Linux_fs/buildroot/board/beaglebone/
H A DuEnv.txt10 set_bootargs=setenv bootargs console=${console} root=/dev/${bootpartition} rw rootfstype=ext4 rootw…
11 uenvcmd=run set_mmc1; run set_bootargs;run loadimage;run loadfdt;printenv bootargs;bootz ${loadaddr…
/OK3568_Linux_fs/u-boot/board/freescale/ls2080a/
H A DREADME20 One needs to use appropriate bootargs to boot Linux flavors which do
24 => setenv bootargs 'console=ttyS1,115200 root=/dev/ram
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.plan99 bootargs environment variable will be copied.
11 If no command line arguments or bootargs are defined, CONFADDR is left
H A 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
H A DREADME.lynxkdi54 "fcc2_ether_addr" parameter in the "bootargs" environment
57 ==> setenv bootargs fcc2_ether_addr=00:11:22:33:44:55:66
/OK3568_Linux_fs/u-boot/arch/nds32/dts/
H A 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";
H A Dae3xx.dts14 …/* bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0xf0300000 debug bootmem_debug mem…
15 bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0xf0300000 debug loglevel=7";
/OK3568_Linux_fs/kernel/arch/arc/boot/dts/
H A Dnsimosci_hs.dts18 /* bootargs = "console=tty0 consoleblank=0"; */
20bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 conso…
H A Dnsimosci.dts18 /* bootargs = "console=tty0 consoleblank=0"; */
20bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 conso…
/OK3568_Linux_fs/buildroot/boot/boot-wrapper-aarch64/
H A DConfig.in29 string "Kernel bootargs"
32 Kernel bootargs to embed inside the image generated by the
/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A Dsetup.c59 void __init h8300_fdt_init(void *fdt, char *bootargs) in h8300_fdt_init() argument
64 strcpy(command_line, bootargs); in h8300_fdt_init()

12345678910>>...29