Home
last modified time | relevance | path

Searched refs:boot_img_hdr_v34 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dimage-android.c1061 static struct boot_img_hdr_v34 *
1065 struct boot_img_hdr_v34 *boot_hdr; in extract_boot_image_v34_header()
1069 blk_cnt = BLK_CNT(sizeof(struct boot_img_hdr_v34), dev_desc->blksz); in extract_boot_image_v34_header()
1070 boot_hdr = (struct boot_img_hdr_v34 *)malloc(blk_cnt * dev_desc->blksz); in extract_boot_image_v34_header()
1141 int populate_boot_info(const struct boot_img_hdr_v34 *boot_hdr, in populate_boot_info()
1143 const struct boot_img_hdr_v34 *init_boot_hdr, in populate_boot_info()
1260 struct boot_img_hdr_v34 *iboot_hdr = NULL; in populate_andr_img_hdr()
1261 struct boot_img_hdr_v34 *boot_hdr = NULL; in populate_andr_img_hdr()
/OK3568_Linux_fs/u-boot/include/
H A Dandroid_image.h149 struct boot_img_hdr_v34 { struct
H A Dimage.h1376 int populate_boot_info(const struct boot_img_hdr_v34 *boot_hdr,
1378 const struct boot_img_hdr_v34 *init_boot_hdr,