Home
last modified time | relevance | path

Searched refs:bootline (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Delf.c206 char *bootline; /* Text of the bootline */ in do_bootvx() local
272 bootline = env_get("bootargs"); in do_bootvx()
273 if (bootline) { in do_bootvx()
274 memcpy((void *)bootaddr, bootline, in do_bootvx()
275 max(strlen(bootline), (size_t)255)); in do_bootvx()
276 flush_cache(bootaddr, max(strlen(bootline), in do_bootvx()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.vxworks42 VxWorks bootline
44 When using 'bootvx', the kernel bootline must be prepared by U-Boot at a
46 via "bootaddr" environment variable. To check where the bootline should be
52 location pointed by "bootaddr" as the kernel bootline. If "bootargs" is not
53 there, command 'bootvx' can construct a valid bootline using the following
58 handle bootline fix up for the kernel dtb automatically.
/OK3568_Linux_fs/u-boot/common/
H A Dbootm_os.c267 char *bootline; in do_bootvx_fdt() local
284 bootline = env_get("bootargs"); in do_bootvx_fdt()
285 if (bootline) { in do_bootvx_fdt()
288 bootline, in do_bootvx_fdt()
289 strlen(bootline) + 1, 1); in do_bootvx_fdt()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbcm963xx_nvram.h35 char bootline[256]; member
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dfbcon.rst261 Unfortunately, if your bootline includes a vga=xxx parameter that sets the
/OK3568_Linux_fs/u-boot/
H A DREADME640 bootvx constructs a valid bootline using the following