Searched refs:image (Results 1 – 9 of 9) sorted by relevance
| /common/spl/ |
| A D | spl_reloc.c | 59 uint need_size = image->size + image->fdt_size; in setup_layout() 64 buf_size, image->size, image->fdt_size, need_size); in setup_layout() 83 image->fdt_buf = image->buf + image->size; in setup_layout() 113 dst = map_sysmem(image->load_addr, image->size); in rcode_reloc_and_jump() 134 unc_len = image->size; in rcode_reloc_and_jump() 135 for (src = image->buf, end = (void *)src + image->size, in rcode_reloc_and_jump() 143 if (image->fdt_size) in rcode_reloc_and_jump() 144 memcpy(image->fdt_start, image->fdt_buf, image->fdt_size); in rcode_reloc_and_jump() 166 image->entry_point, image, image->size, image->load_addr); in spl_reloc_jump() 169 image->rcode_buf - map_sysmem(image->load_addr, image->size)); in spl_reloc_jump() [all …]
|
| A D | spl_imx_container.c | 150 struct boot_img_t *image = read_auth_image(spl_image, info, in read_auth_container() local 154 if (!image) { in read_auth_container() 160 spl_image->load_addr = image->dst; in read_auth_container() 161 spl_image->entry_point = image->entry; in read_auth_container()
|
| A D | Kconfig | 17 If you want to build SPL as well as the normal image, say Y. 40 hex "Maximum size of SPL image" 46 Specifies the maximum length of the U-Boot SPL image. 78 hex "Maximum size of the SPL image, excluding BSS" 340 boot media to find a suitable image. 350 boot media to find a suitable image. 602 hex "U-Boot main hardware partition image offset" 1083 PEB part of the UBI image. 1192 enough ram to load the image. 1337 Enable booting of an image already loaded in RAM. The image has to [all …]
|
| A D | Kconfig.tpl | 5 hex "Maximum size of TPL image" 8 Specifies the maximum length of the U-Boot TPL image. 17 the same binman image as the TPL. These can be declared with the 34 image, so binman can update TPL with the locations of everything. 180 for detected accidental image corruption. For secure applications you 261 Enable booting of an image in RAM. The image can be preloaded or 265 bool "Support booting from preloaded image in RAM" 268 Enable booting of an image already loaded in RAM. The image has to
|
| A D | spl_upl.c | 53 if (!alist_add(&upl->image, img)) in _upl_add_image() 140 log_debug("UPL: Writing handoff - image_count=%d\n", upl->image.count); in spl_write_upl_handoff()
|
| A D | Kconfig.vpl | 45 for detected accidental image corruption. For secure applications you 224 hex "Maximum size of VPL image" 227 Specifies the maximum length of the U-Boot VPL image. 289 the same binman image as the VPL. These can be declared with the 306 image, so binman can update VPL with the locations of everything.
|
| A D | Kconfig.nxp | 40 bool "Arch init code will be built for a very small image" 43 bool "Clean dcache and invalidate icache after loading the image"
|
| A D | spl_fit.c | 518 void *blob, struct spl_image_info *image) in spl_fit_record_loadable() argument 530 ret = fdt_record_loadable(blob, index, name, image->load_addr, in spl_fit_record_loadable() 531 image->size, image->entry_point, in spl_fit_record_loadable()
|
| A D | spl.c | 112 int __weak bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup() argument 117 int __weak booti_setup(ulong image, ulong *relocated_addr, ulong *size, bool force_reloc) in booti_setup() argument
|
Completed in 35 milliseconds