Searched refs:bootline (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/doc/ |
H A D | README.vxworks | 41 VxWorks bootline 43 When using 'bootvx', the kernel bootline must be prepared by U-Boot at a 45 via "bootaddr" environment variable. To check where the bootline should be 51 location pointed by "bootaddr" as the kernel bootline. If "bootargs" is not 52 there, command 'bootvx' can construct a valid bootline using the following 57 handle bootline fix up for the kernel dtb automatically. 60 application for VxWorks takes care of the kernel bootline preparation.
|
/openbmc/u-boot/cmd/ |
H A D | elf.c | 333 char *bootline; /* Text of the bootline */ in do_bootvx() local 443 bootline = env_get("bootargs"); in do_bootvx() 444 if (!bootline) { in do_bootvx() 494 bootline = build_buf; in do_bootvx() 497 memcpy((void *)bootaddr, bootline, max(strlen(bootline), (size_t)255)); in do_bootvx() 498 flush_cache(bootaddr, max(strlen(bootline), (size_t)255)); in do_bootvx()
|
/openbmc/u-boot/common/ |
H A D | bootm_os.c | 267 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()
|
/openbmc/linux/include/linux/ |
H A D | bcm963xx_nvram.h | 35 char bootline[256]; member
|
/openbmc/linux/Documentation/fb/ |
H A D | fbcon.rst | 261 Unfortunately, if your bootline includes a vga=xxx parameter that sets the
|
/openbmc/u-boot/ |
H A D | README | 628 bootvx constructs a valid bootline using the following
|