Home
last modified time | relevance | path

Searched refs:load_addr (Results 1 – 25 of 69) sorted by relevance

123

/u-boot/tools/
A Dgpimage-common.c35 uint32_t gph_load_addr = gph->load_addr; in gph_verify_header()
48 uint32_t gph_size = gph->size, gph_load_addr = gph->load_addr; in gph_print_header()
66 void gph_set_header(struct gp_header *gph, uint32_t size, uint32_t load_addr, in gph_set_header() argument
70 gph->load_addr = load_addr; in gph_set_header()
72 to_be32(&gph->size, &gph->load_addr); in gph_set_header()
A Dgpheader.h27 uint32_t load_addr; member
33 int valid_gph_load_addr(uint32_t load_addr);
36 void gph_set_header(struct gp_header *gph, uint32_t size, uint32_t load_addr,
/u-boot/cmd/
A Dqfw.c55 ulong load_addr; in qemu_fwcfg_do_load() local
59 load_addr = env ? in qemu_fwcfg_do_load()
73 load_addr = hextoul(argv[0], NULL); in qemu_fwcfg_do_load()
76 load_addr = hextoul(argv[0], NULL); in qemu_fwcfg_do_load()
79 if (!load_addr || !initrd_addr) { in qemu_fwcfg_do_load()
84 return qemu_fwcfg_setup_kernel(qfw_dev, load_addr, initrd_addr); in qemu_fwcfg_do_load()
A Dseama.c58 uintptr_t load_addr; in do_seama_load_image() local
71 load_addr = hextoul(argv[1], NULL); in do_seama_load_image()
72 if (!load_addr) { in do_seama_load_image()
132 (u_char *)load_addr); in do_seama_load_image()
139 start = (u32 *)load_addr; in do_seama_load_image()
/u-boot/arch/arm/mach-keystone/
A Dcmd_mon.c18 u32 addr, dpsc_base = 0x1E80000, freq, load_addr, size; in do_mon_install() local
37 load_addr = image_get_load(header); in do_mon_install()
39 memcpy((void *)load_addr, (void *)(addr + sizeof(struct legacy_img_hdr)), in do_mon_install()
45 rcode = mon_install(load_addr, dpsc_base, freq, ecrypt_bm_addr); in do_mon_install()
47 load_addr, freq, rcode); in do_mon_install()
/u-boot/common/spl/
A Dspl_legacy.c53 spl_image->load_addr = image_get_load(header); in spl_parse_legacy_header()
59 spl_image->load_addr = image_get_load(header) - in spl_parse_legacy_header()
76 spl_image->name, spl_image->load_addr, spl_image->size); in spl_parse_legacy_header()
78 spl_parse_legacy_validate(spl_image->load_addr, spl_image->size); in spl_parse_legacy_header()
132 (void *)(unsigned long)spl_image->load_addr); in spl_load_legacy_img()
142 dataptr, spl_image->load_addr); in spl_load_legacy_img()
151 ret = lzmaBuffToBuffDecompress((void *)spl_image->load_addr, in spl_load_legacy_img()
A Dspl_fit.c231 ulong load_addr; in spl_load_fit_image() local
254 if (fit_image_get_load(fit, node, &load_addr)) { in spl_load_fit_image()
255 if (!image_info->load_addr) { in spl_load_fit_image()
260 load_addr = image_info->load_addr; in spl_load_fit_image()
321 load_ptr = map_sysmem(load_addr, length); in spl_load_fit_image()
336 image_info->load_addr = load_addr; in spl_load_fit_image()
371 image_info.load_addr = spl_image->load_addr + spl_image->size; in spl_fit_append_fdt()
427 image_info.load_addr = (ulong)tmpbuffer; in spl_fit_append_fdt()
440 (void *)image_info.load_addr); in spl_fit_append_fdt()
609 .load_addr = 0, in spl_fit_load_fpga()
[all …]
A Dspl_ubi.c51 volumes[0].load_addr = (void *)CONFIG_SYS_LOAD_ADDR; in spl_ubi_load_image()
53 volumes[1].load_addr = (void *)CONFIG_SYS_SPL_ARGS_ADDR; in spl_ubi_load_image()
57 header = (struct legacy_img_hdr *)volumes[0].load_addr; in spl_ubi_load_image()
74 volumes[0].load_addr = (void *)header; in spl_ubi_load_image()
A Dspl_xip.c20 spl_image->load_addr = CONFIG_SYS_LOAD_ADDR; in spl_xip()
23 spl_image->load_addr); in spl_xip()
A Dspl_sata.c45 (void *)spl_image->load_addr); in spl_sata_load_image_raw()
50 memmove((void *)spl_image->load_addr, in spl_sata_load_image_raw()
51 (void *)spl_image->load_addr + image_offset, in spl_sata_load_image_raw()
A Dspl.c253 spl_image->load_addr = u_boot_pos; in spl_set_header_raw_uboot()
256 spl_image->load_addr = CONFIG_TEXT_BASE; in spl_set_header_raw_uboot()
306 spl_image->load_addr = fw_data; in spl_load_fit_image()
312 spl_image->name, spl_image->load_addr, spl_image->size); in spl_load_fit_image()
325 fdt_hack = spl_image->load_addr + spl_image->size; in spl_load_fit_image()
410 spl_image->load_addr = start; in spl_parse_image_header()
415 spl_image->load_addr, spl_image->size); in spl_parse_image_header()
424 spl_image->load_addr = CONFIG_SYS_LOAD_ADDR; in spl_parse_image_header()
429 spl_image->load_addr, spl_image->size); in spl_parse_image_header()
A Dspl_onenand.c34 spl_image->size, (void *)spl_image->load_addr); in spl_onenand_load_image()
/u-boot/boot/
A Dvbe_simple_fw.c48 ulong offset, size, blknum, addr, len, load_addr, num_blks; in vbe_simple_read_bootflow_fw() local
107 &load_addr, &len); in vbe_simple_read_bootflow_fw()
111 log_debug("loaded to %lx\n", load_addr); in vbe_simple_read_bootflow_fw()
114 if (load_addr + len > addr + size) { in vbe_simple_read_bootflow_fw()
119 base = ALIGN_DOWN(load_addr, desc->blksz); in vbe_simple_read_bootflow_fw()
125 full_size = load_addr + len - base; in vbe_simple_read_bootflow_fw()
146 bflow->buf = map_sysmem(load_addr, len); in vbe_simple_read_bootflow_fw()
/u-boot/arch/x86/cpu/apollolake/
A Dspl.c39 spl_image->load_addr = spl_image->entry_point; in rom_load_image()
61 spl_image->load_addr); in rom_load_image()
63 memcpy((void *)spl_image->load_addr, (void *)spl_pos, spl_size); in rom_load_image()
122 spl_image->load_addr = spl_image->entry_point; in spl_fast_spi_load_image()
128 (void *)spl_image->load_addr); in spl_fast_spi_load_image()
/u-boot/configs/
A Dtotal_compute_defconfig22load_addr} ${boot_start} ${boot_size}; bootm ${load_addr} ${load_addr} ${fdt_addr_r}; else; …
/u-boot/board/synopsys/axs10x/
A Dheaderize-axs.py129 load_addr = 0x81000000
130 crc_store_adr = load_addr - 0x8
134 "crc32 " + hex(load_addr) + " " + hex(load_size) + " " + hex(crc_calc_adr)
158 "fatload mmc 0:1 " + hex(load_addr) + " " + headerised_filename + " && " + \
162 … "sf write " + hex(load_addr) + " " + hex(spi_flash_offset) + " " + hex(load_size) + " && " + \
/u-boot/board/synopsys/hsdk/
A Dheaderize-hsdk.py111 load_addr = 0x81000000
112 crc_store_adr = load_addr - 0x8
116 "crc32 " + hex(load_addr) + " " + hex(load_size) + " " + hex(crc_calc_adr)
130 "fatload mmc 0:1 " + hex(load_addr) + " " + headerised_filename + " && " + \
135 "sf write " + hex(load_addr) + " 0x0 " + hex(load_size) + " && " + \
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-fpa3.h214 cvmx_fpa3_load_data_t load_addr; in cvmx_fpa3_alloc() local
216 load_addr.u64 = 0; in cvmx_fpa3_alloc()
217 load_addr.seg = CVMX_MIPS_SPACE_XKPHYS; in cvmx_fpa3_alloc()
218 load_addr.io = 1; in cvmx_fpa3_alloc()
219 load_addr.did = 0x29; /* Device ID. Indicates FPA. */ in cvmx_fpa3_alloc()
220 load_addr.node = aura.node; in cvmx_fpa3_alloc()
221 load_addr.red = 0; /* Perform RED on allocation. in cvmx_fpa3_alloc()
224 load_addr.aura = aura.laura; in cvmx_fpa3_alloc()
226 address = cvmx_read64_uint64(load_addr.u64); in cvmx_fpa3_alloc()
A Dcvmx-pow.h913 cvmx_pow_load_addr_t load_addr; in cvmx_pow_get_current_tag() local
937 load_addr.u64 = 0; in cvmx_pow_get_current_tag()
951 load_addr.u64 = 0; in cvmx_pow_get_current_tag()
953 load_addr.sstatus.is_io = 1; in cvmx_pow_get_current_tag()
956 load_addr.sstatus.get_cur = 1; in cvmx_pow_get_current_tag()
974 cvmx_pow_load_addr_t load_addr; in cvmx_pow_get_current_wqp() local
988 load_addr.u64 = 0; in cvmx_pow_get_current_wqp()
1000 load_addr.u64 = 0; in cvmx_pow_get_current_wqp()
1002 load_addr.sstatus.is_io = 1; in cvmx_pow_get_current_wqp()
1005 load_addr.sstatus.get_cur = 1; in cvmx_pow_get_current_wqp()
[all …]
/u-boot/arch/x86/lib/
A Dtpl.c88 spl_image->load_addr = CONFIG_SPL_TEXT_BASE; in spl_board_load_image()
92 debug("Loading to %lx\n", spl_image->load_addr); in spl_board_load_image()
A Dspl.c215 spl_image->load_addr = CONFIG_TEXT_BASE; in spl_board_load_image()
221 memcpy((void *)spl_image->load_addr, in spl_board_load_image()
225 debug("Loading to %lx\n", spl_image->load_addr); in spl_board_load_image()
/u-boot/common/
A Dqfw.c108 int qemu_fwcfg_setup_kernel(struct udevice *qfw_dev, ulong load_addr, in qemu_fwcfg_setup_kernel() argument
122 data_addr = map_sysmem(load_addr, 0); in qemu_fwcfg_setup_kernel()
159 printf("loading kernel to address %lx size %x", load_addr, in qemu_fwcfg_setup_kernel()
/u-boot/test/
A Dcompression.c538 const ulong load_addr = 0x1000; in run_bootm_test() local
546 err = image_decomp(comp_type, load_addr, image_start, in run_bootm_test()
547 IH_TYPE_KERNEL, map_sysmem(load_addr, 0), in run_bootm_test()
551 err = image_decomp(comp_type, load_addr, image_start, in run_bootm_test()
552 IH_TYPE_KERNEL, map_sysmem(load_addr, 0), in run_bootm_test()
562 err = image_decomp(comp_type, load_addr, image_start, in run_bootm_test()
563 IH_TYPE_KERNEL, map_sysmem(load_addr, 0), in run_bootm_test()
/u-boot/arch/mips/lib/
A Dspl.c18 flush_cache((unsigned long)spl_image->load_addr, spl_image->size); in jump_to_image_no_args()
/u-boot/arch/arm/mach-tegra/tegra20/
A Dbct.h28 u32 load_addr; member

Completed in 48 milliseconds

123