Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dimage-android.c1035 static struct boot_img_hdr_v34 *
1039 struct boot_img_hdr_v34 *boot_hdr; in extract_boot_image_v34_header()
1043 blk_cnt = BLK_CNT(sizeof(struct boot_img_hdr_v34), dev_desc->blksz); in extract_boot_image_v34_header()
1044 boot_hdr = (struct boot_img_hdr_v34 *)malloc(blk_cnt * dev_desc->blksz); in extract_boot_image_v34_header()
1124 int populate_boot_info(const struct boot_img_hdr_v34 *boot_hdr, in populate_boot_info()
1126 const struct boot_img_hdr_v34 *init_boot_hdr, in populate_boot_info()
1261 struct boot_img_hdr_v34 *iboot_hdr = NULL; in populate_andr_img_hdr()
1262 struct boot_img_hdr_v34 *boot_hdr = NULL; in populate_andr_img_hdr()
/rk3399_rockchip-uboot/include/
H A Dandroid_image.h151 struct boot_img_hdr_v34 { struct
H A Dimage.h1384 int populate_boot_info(const struct boot_img_hdr_v34 *boot_hdr,
1386 const struct boot_img_hdr_v34 *init_boot_hdr,