Home
last modified time | relevance | path

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

/u-boot/cmd/
A Delf.c99 char *bootline; /* Text of the bootline */ in do_bootvx() local
209 bootline = env_get("bootargs"); in do_bootvx()
210 if (!bootline) { in do_bootvx()
260 bootline = build_buf; in do_bootvx()
263 memcpy((void *)bootaddr, bootline, max(strlen(bootline), (size_t)255)); in do_bootvx()
264 flush_cache(bootaddr, max(strlen(bootline), (size_t)255)); in do_bootvx()
/u-boot/doc/
A DREADME.vxworks54 VxWorks bootline
56 When using 'bootvx', the kernel bootline must be prepared by U-Boot at a
58 via "bootaddr" environment variable. To check where the bootline should be
64 location pointed by "bootaddr" as the kernel bootline. If "bootargs" is not
65 there, command 'bootvx' can construct a valid bootline using the following
70 handle bootline fix up for the kernel dtb automatically.
73 application for VxWorks takes care of the kernel bootline preparation.
/u-boot/common/
A Dbootm_os.c276 char *bootline; in do_bootvx_fdt() local
293 bootline = env_get("bootargs"); in do_bootvx_fdt()
294 if (bootline) { in do_bootvx_fdt()
297 bootline, in do_bootvx_fdt()
298 strlen(bootline) + 1, 1); in do_bootvx_fdt()
/u-boot/
A DREADME615 bootvx constructs a valid bootline using the following

Completed in 24 milliseconds