Searched refs:bootline (Results 1 – 4 of 4) sorted by relevance
99 char *bootline; /* Text of the bootline */ in do_bootvx() local209 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()
54 VxWorks bootline56 When using 'bootvx', the kernel bootline must be prepared by U-Boot at a58 via "bootaddr" environment variable. To check where the bootline should be64 location pointed by "bootaddr" as the kernel bootline. If "bootargs" is not65 there, command 'bootvx' can construct a valid bootline using the following70 handle bootline fix up for the kernel dtb automatically.73 application for VxWorks takes care of the kernel bootline preparation.
276 char *bootline; in do_bootvx_fdt() local293 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()
615 bootvx constructs a valid bootline using the following
Completed in 24 milliseconds