Home
last modified time | relevance | path

Searched refs:load_address (Results 1 – 13 of 13) sorted by relevance

/u-boot/arch/x86/lib/
A Dbootm.c119 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()
153 int boot_linux_kernel(ulong setup_base, ulong load_address, bool image_64bit) in boot_linux_kernel() argument
171 return cpu_jump_to_64bit(setup_base, load_address); in boot_linux_kernel()
190 :: [kernel_entry]"a"(load_address), in boot_linux_kernel()
A Dzimage.c72 ulong load_address; member
423 state.load_address = state.bzimage_addr; in do_zboot_start()
447 &state.load_address); in do_zboot_load()
455 env_set_hex("zbootaddr", state.load_address)) in do_zboot_load()
486 state.load_address, state.base_ptr); in do_zboot_info()
499 ret = boot_linux_kernel((ulong)state.base_ptr, state.load_address, in do_zboot_go()
/u-boot/doc/mvebu/cmd/
A Dbubt.txt25 into the DRAM, and place it at <load_address>
29 # fatload usb 0 <load_address> <file_name>
52 - NAND: # nand write <load_address> 0 <ATF Size>
53 - SPI: # sf write <load_address> 0 <ATF Size>
54 - SD/eMMC: # mmc write <load_address> [0|1] <ATF Size>/<block_size>
/u-boot/cmd/
A Darmflash.c18 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 Dstm32image.c28 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 Dzynqmpimage.h104 uint64_t load_address; /* 0x18 */ member
A Dzynqmpimage.c167 (unsigned long long)le64_to_cpu(ph->load_address)); in print_partition()
168 if (ph->load_address != ph->entry_point) in print_partition()
A Dzynqmpbif.c329 .load_address = cpu_to_le64(bf->load), in bif_add_part()
/u-boot/arch/x86/include/asm/
A Dbootm.h25 int boot_linux_kernel(ulong setup_base, ulong load_address, bool image_64bit);
/u-boot/doc/
A DREADME.mediatek206 # 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/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.h54 u32 load_address; member
/u-boot/doc/imx/habv4/guides/
A Dmx6_mx7_spl_secure_boot.txt63 ------- +-----------------------------+ <-- *load_address
A Dmx6_mx7_secure_boot.txt317 ------- +-----------------------------+ <-- *load_address

Completed in 18 milliseconds