Home
last modified time | relevance | path

Searched refs:resource_img_hdr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dspl_resource_img.h69 struct resource_img_hdr { struct
88 int spl_resource_image_check_header(const struct resource_img_hdr *hdr); argument
91 spl_resource_image_get_dtb_entry(const struct resource_img_hdr *hdr);
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dspl_resource_img.c10 int spl_resource_image_check_header(const struct resource_img_hdr *hdr) in spl_resource_image_check_header()
34 resource_img_hdr *hdr) in spl_resource_image_get_dtb_entry()
H A Dresource_img.c76 struct resource_img_hdr { struct
97 static int resource_check_header(struct resource_img_hdr *hdr) in resource_check_header() argument
154 struct resource_img_hdr *hdr = resc_hdr; in resource_setup_list()
257 struct resource_img_hdr *hdr; in resource_setup_blk_list()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_rkfw.c419 struct resource_img_hdr *head = in rkfw_load_kernel()
420 (struct resource_img_hdr *)(CONFIG_SPL_FDT_ADDR + 0x100000); in rkfw_load_kernel()