Searched refs:load_address (Results 1 – 15 of 15) sorted by relevance
| /u-boot/doc/mvebu/cmd/ |
| A D | bubt.txt | 24 into the DRAM, and place it at <load_address> 28 # fatload usb 0 <load_address> <file_name> 61 - NAND: # nand write <load_address> 0 <ATF Size> 62 - SPI: # sf write <load_address> 0 <ATF Size> 63 - SD/eMMC: # mmc write <load_address> [0|1] <ATF Size>/<block_size>
|
| /u-boot/cmd/ |
| A D | armflash.c | 18 u32 load_address; member 106 afi->regions[0].load_address = in parse_bank() 149 afi->regions[j].load_address = in parse_bank() 204 } else if (afi->regions[i].load_address) { in load_image() 205 to = afi->regions[i].load_address; in load_image() 249 afi->regions[j].load_address, in print_images()
|
| /u-boot/tools/ |
| A D | stm32image.c | 28 uint32_t load_address; member 112 le32_to_cpu(stm32hdr->load_address)); in stm32image_print_header() 130 stm32hdr->load_address = cpu_to_le32(params->addr); in stm32image_set_header()
|
| A D | renesas_spkgimage.h | 62 uint32_t load_address; member
|
| A D | zynqmpimage.h | 104 uint64_t load_address; /* 0x18 */ member
|
| A D | renesas_spkgimage.c | 201 printf("Load address\t: 0x%08x\n", le32_to_cpu(h->load_address)); in spkgimage_print_header() 260 .load_address = cpu_to_le32(params->addr), in spkgimage_vrec_header()
|
| A D | zynqmpimage.c | 167 (unsigned long long)le64_to_cpu(ph->load_address)); in print_partition() 168 if (ph->load_address != ph->entry_point) in print_partition()
|
| A D | zynqmpbif.c | 329 .load_address = cpu_to_le64(bf->load), in bif_add_part()
|
| /u-boot/arch/x86/lib/ |
| A D | bootm.c | 119 ulong load_address; in boot_prep_linux() local 122 base_ptr = (char *)load_zimage(data, len, &load_address); in boot_prep_linux() 127 images->os.load = load_address; in boot_prep_linux()
|
| A D | zimage.c | 77 ulong load_address; member 436 state.load_address = state.bzimage_addr; in do_zboot_start() 460 &state.load_address); in do_zboot_load() 468 env_set_hex("zbootaddr", state.load_address)) in do_zboot_load() 499 state.load_address, state.base_ptr); in do_zboot_info() 515 entry = state.load_address; in do_zboot_go()
|
| /u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
| A D | stm32prog.h | 69 u32 load_address; member 87 u32 load_address; member
|
| /u-boot/doc/ |
| A D | README.mediatek | 206 # fatload mmc 0:1 <load_address> <path_to_kernel_uImage> for eMMC 207 # fatload mmc 1:1 <load_address> <path_to_kernel_uImage> for SD 211 # bootm <load_address>
|
| /u-boot/doc/imx/habv4/guides/ |
| A D | mx8m_spl_secure_boot.txt | 82 The *load_address is CONFIG_SPL_LOAD_FIT_ADDRESS, the fitImage is loaded 87 ------- +-----------------------------+ <-- *load_address 95 | | | from *load_address |
|
| A D | mx6_mx7_spl_secure_boot.txt | 63 ------- +-----------------------------+ <-- *load_address
|
| A D | mx6_mx7_secure_boot.txt | 341 ------- +-----------------------------+ <-- *load_address
|
Completed in 27 milliseconds