Searched defs:hdr_addr (Results 1 – 6 of 6) sorted by relevance
/u-boot/common/ |
A D | image-android-dt.c | 19 bool android_dt_check_header(ulong hdr_addr) in android_dt_check_header() 41 bool android_dt_get_fdt_by_index(ulong hdr_addr, u32 index, ulong *addr, in android_dt_get_fdt_by_index() 103 void android_dt_print_contents(ulong hdr_addr) in android_dt_print_contents()
|
A D | image-android.c | 227 bool android_image_get_dtbo(ulong hdr_addr, ulong *addr, u32 *size) in android_image_get_dtbo() 276 static bool android_image_get_dtb_img_addr(ulong hdr_addr, ulong *addr) in android_image_get_dtb_img_addr() 328 bool android_image_get_dtb_by_index(ulong hdr_addr, u32 index, ulong *addr, in android_image_get_dtb_by_index() 486 bool android_image_print_dtb_contents(ulong hdr_addr) in android_image_print_dtb_contents()
|
/u-boot/board/freescale/common/ |
A D | fsl_chain_of_trust.c | 97 void spl_validate_uboot(uint32_t hdr_addr, uintptr_t img_addr) in spl_validate_uboot() 146 uint32_t hdr_addr; in jump_to_image_no_args() local
|
/u-boot/drivers/net/pfe_eth/ |
A D | pfe_firmware.c | 215 void *hdr_addr = malloc(CONFIG_SYS_LS_PFE_ESBC_LENGTH); in pfe_spi_flash_init() local
|
/u-boot/cmd/ |
A D | adtimg.c | 25 ulong hdr_addr; in do_adtimg_addr() local
|
/u-boot/drivers/fastboot/ |
A D | fb_mmc.c | 346 uintptr_t hdr_addr; /* boot image header address */ in fb_mmc_update_zimage() local
|
Completed in 8 milliseconds