Searched refs:bootaddr (Results 1 – 3 of 3) sorted by relevance
/u-boot/cmd/ |
A D | elf.c | 98 unsigned long bootaddr = 0; /* Address to put the bootline */ in do_bootvx() local 195 bootaddr = base + X86_BOOT_LINE_OFFSET; in do_bootvx() 202 if (!bootaddr) in do_bootvx() 203 bootaddr = simple_strtoul(tmp, NULL, 16); 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() 265 printf("## Using bootline (@ 0x%lx): %s\n", bootaddr, (char *)bootaddr); in do_bootvx()
|
/u-boot/disk/ |
A D | part_iso.c | 57 unsigned long newblkaddr,blkaddr,lastsect,bootaddr; in part_get_info_iso_verb() local 106 bootaddr = get_unaligned_le32(pbr->pointer); in part_get_info_iso_verb() 107 PRINTF(" Boot Entry at: %08lX\n",bootaddr); in part_get_info_iso_verb() 108 if (iso_dread(dev_desc, bootaddr, 1, (ulong *)tmpbuf) != 1) { in part_get_info_iso_verb() 111 bootaddr, dev_desc->devnum, part_num); in part_get_info_iso_verb()
|
/u-boot/doc/ |
A D | README.vxworks | 58 via "bootaddr" environment variable. To check where the bootline should be 60 parameter called BOOT_LINE_ADRS. Assign its value to "bootaddr". A typical 61 value for "bootaddr" on an x86 board is 0x101200. 64 location pointed by "bootaddr" as the kernel bootline. If "bootargs" is not
|
Completed in 4 milliseconds