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