Searched refs:bootline (Results 1 – 4 of 4) sorted by relevance
250 char *bootline; /* Text of the bootline */ in do_bootvx() local360 bootline = env_get("bootargs"); in do_bootvx()361 if (!bootline) { in do_bootvx()411 bootline = build_buf; in do_bootvx()414 memcpy((void *)bootaddr, bootline, max(strlen(bootline), (size_t)255)); in do_bootvx()415 flush_cache(bootaddr, max(strlen(bootline), (size_t)255)); in do_bootvx()
41 VxWorks bootline43 When using 'bootvx', the kernel bootline must be prepared by U-Boot at a45 via "bootaddr" environment variable. To check where the bootline should be51 location pointed by "bootaddr" as the kernel bootline. If "bootargs" is not52 there, command 'bootvx' can construct a valid bootline using the following57 handle bootline fix up for the kernel dtb automatically.60 application for VxWorks takes care of the kernel bootline preparation.
267 char *bootline; in do_bootvx_fdt() local284 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()
647 bootvx constructs a valid bootline using the following