| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_nor.c | 22 const struct image_header *header; in spl_nor_load_image() 28 header = (const struct image_header *)CONFIG_SYS_OS_BASE; in spl_nor_load_image() 39 sizeof(struct image_header)), in spl_nor_load_image() 58 (const struct image_header *)CONFIG_SYS_UBOOT_BASE); in spl_nor_load_image() 63 (void *)(CONFIG_SYS_UBOOT_BASE + sizeof(struct image_header)), in spl_nor_load_image()
|
| H A D | spl_ram.c | 33 struct image_header *header; 35 header = (struct image_header *)CONFIG_SPL_LOAD_FIT_ADDRESS; 64 header = (struct image_header *) 65 (CONFIG_SYS_TEXT_BASE - sizeof(struct image_header));
|
| H A D | spl_ubi.c | 18 struct image_header *header; in spl_ubi_load_image() 57 header = (struct image_header *)volumes[0].load_addr; in spl_ubi_load_image() 65 header = (struct image_header *) in spl_ubi_load_image() 66 (CONFIG_SYS_TEXT_BASE - sizeof(struct image_header)); in spl_ubi_load_image()
|
| H A D | spl_ext.c | 17 struct image_header *header; in spl_load_image_ext() 21 header = (struct image_header *)(CONFIG_SYS_TEXT_BASE - in spl_load_image_ext() 22 sizeof(struct image_header)); in spl_load_image_ext() 44 err = ext4fs_read((char *)header, 0, sizeof(struct image_header), &actlen); in spl_load_image_ext()
|
| H A D | spl_fat.c | 61 struct image_header *header; 67 header = (struct image_header *)(CONFIG_SYS_TEXT_BASE - 68 sizeof(struct image_header)); 70 err = file_fat_read(filename, header, sizeof(struct image_header));
|
| H A D | spl_rknand.c | 56 struct image_header *header; 80 header = (struct image_header *)(CONFIG_SYS_TEXT_BASE - 81 sizeof(struct image_header));
|
| H A D | spl_spi.c | 27 struct image_header *header) in spi_load_image_os() 77 struct image_header *header; 95 header = (struct image_header *)(CONFIG_SYS_TEXT_BASE);
|
| H A D | spl_mtd_blk.c | 106 struct image_header *header; 125 header = (struct image_header *)(CONFIG_SYS_TEXT_BASE - 126 sizeof(struct image_header));
|
| H A D | spl_onenand.c | 20 struct image_header *header; in spl_onenand_load_image() 26 header = (struct image_header *)(CONFIG_SYS_TEXT_BASE); in spl_onenand_load_image()
|
| H A D | spl_nand.c | 59 int offset, struct image_header *header) 111 struct image_header *header; 123 header = (struct image_header *)(CONFIG_SYS_TEXT_BASE);
|
| H A D | spl_mmc.c | 25 ulong sector, struct image_header *header) in mmc_load_legacy() 61 struct image_header *header; 64 header = (struct image_header *)(CONFIG_SYS_TEXT_BASE - 65 sizeof(struct image_header));
|
| H A D | spl_net.c | 31 struct image_header *header = (struct image_header *)load_addr;
|
| H A D | spl_ymodem.c | 94 image_get_magic((struct image_header *)buf) == FDT_MAGIC) { in spl_ymodem_load_image() 113 (struct image_header *)buf); in spl_ymodem_load_image()
|
| H A D | spl_xip.c | 25 return(spl_parse_image_header(spl_image, (const struct image_header *) in spl_xip()
|
| H A D | spl.c | 156 const struct image_header *header) in spl_parse_image_header() 160 u32 header_size = sizeof(struct image_header); in spl_parse_image_header()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/ |
| H A D | cmd_mon.c | 21 struct image_header *header; in do_mon_install() 31 header = (struct image_header *)addr; in do_mon_install() 40 memcpy((void *)load_addr, (void *)(addr + sizeof(struct image_header)), in do_mon_install()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | opal-flash.c | 115 static struct image_header_t image_header; variable 391 if (count < sizeof(image_header)) { in alloc_image_buf() 396 memcpy(&image_header, (void *)buffer, sizeof(image_header)); in alloc_image_buf() 397 image_data.size = be32_to_cpu(image_header.size); in alloc_image_buf()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | boot_fit.c | 60 struct image_header *header; in locate_dtb_in_fit() 67 header = (struct image_header *)fit; in locate_dtb_in_fit()
|
| H A D | splash_source.c | 309 struct image_header *img_header; in splash_load_fit() 312 const size_t header_size = sizeof(struct image_header); in splash_load_fit() 319 img_header = (struct image_header *)bmp_load_addr; in splash_load_fit()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | spl_spi_sunxi.c | 279 struct image_header *header; in spl_spi_load_image() 280 header = (struct image_header *)(CONFIG_SYS_TEXT_BASE); in spl_spi_load_image()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/ |
| H A D | aic94xx_sds.h | 91 struct image_info image_header; member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spl.h | 115 const struct image_header *header);
|
| H A D | image.h | 311 typedef struct image_header { struct
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | source_file_format.txt | 26 Single binary header 'struct image_header' is not flexible enough to cover all
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 2410 (_, image_header, _, _) = self._parse_image(ImageHandler(image.name)) 2412 image_header.required_libavb_version_minor)
|