Home
last modified time | relevance | path

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

12345

/rk3399_rockchip-uboot/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.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_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
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/configs/
H A Daxm_defconfig18bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}::off\0…
/rk3399_rockchip-uboot/arch/sh/lib/
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()
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()
/rk3399_rockchip-uboot/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}
H A Ddevelop-common.txt5 nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${toolchain}/${arch}
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c1419 const char *bootargs; in bootargs_add_dtb_dtbo() local
1429 bootargs = fdt_getprop(fdt, noffset, arr_bootargs[i], NULL); in bootargs_add_dtb_dtbo()
1430 if (!bootargs) in bootargs_add_dtb_dtbo()
1434 msg, arr_bootargs[i], bootargs); in bootargs_add_dtb_dtbo()
1443 env_update_filter("bootargs", bootargs, "root="); in bootargs_add_dtb_dtbo()
1445 env_update("bootargs", bootargs); in bootargs_add_dtb_dtbo()
1453 const char *bootargs; in board_fdt_chosen_bootargs() local
1487 bootargs = env_get("bootargs"); in board_fdt_chosen_bootargs()
1489 printf("## bootargs(merged): %s\n\n", bootargs); in board_fdt_chosen_bootargs()
1491 return (char *)bootargs; in board_fdt_chosen_bootargs()
[all …]
/rk3399_rockchip-uboot/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.lynxkdi54 "fcc2_ether_addr" parameter in the "bootargs" environment
57 ==> setenv bootargs fcc2_ether_addr=00:11:22:33:44:55:66
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
/rk3399_rockchip-uboot/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";
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/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 …]
/rk3399_rockchip-uboot/arch/xtensa/dts/
H A Dkc705.dts8bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
H A Dml605.dts8bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
H A Dkc705_nommu.dts8bootargs = "earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
H A Dml605_nommu.dts8bootargs = "earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
/rk3399_rockchip-uboot/board/samsung/common/bootscripts/
H A Dbootzimg.cmd2 setenv boot_kernel "setenv bootargs \"${console} root=/dev/mmcblk${mmcrootdev}p${mmcrootpart} rootf…
/rk3399_rockchip-uboot/board/samsung/common/
H A Ddfu_sample_env.txt1 mmcboot=setenv bootargs root=/dev/mmcblk${mmcdev}p${mmcrootpart} ${rootfstype} rootwait ${console};…
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dexynos4210-origen.dts19 bootargs ="";
/rk3399_rockchip-uboot/tools/kermit/
H A Dflash_param49 out setenv bootargs console=/dev/ttyS0,115200 root=/dev/nfs nfsroot=192.168.1.26:/eric_root_devel i…

12345