| /rk3399_rockchip-uboot/common/ |
| H A D | image-android.c | 39 struct andr_img_hdr *hdr = NULL; in android_version_init() local 104 struct andr_img_hdr *hdr = NULL; in android_image_init_resource() local 142 static ulong android_image_get_kernel_addr(const struct andr_img_hdr *hdr) in android_image_get_kernel_addr() 179 void android_image_set_comp(struct andr_img_hdr *hdr, u32 comp) in android_image_set_comp() 184 u32 android_image_get_comp(const struct andr_img_hdr *hdr) in android_image_get_comp() 189 int android_image_parse_kernel_comp(const struct andr_img_hdr *hdr) in android_image_parse_kernel_comp() 210 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify, in android_image_get_kernel() 265 int android_image_check_header(const struct andr_img_hdr *hdr) in android_image_check_header() 270 ulong android_image_get_end(const struct andr_img_hdr *hdr) in android_image_get_end() 299 u32 android_image_get_ksize(const struct andr_img_hdr *hdr) in android_image_get_ksize() [all …]
|
| H A D | image-android-dt.c | 22 const struct dt_table_header *hdr; in android_dt_check_header() local 45 const struct dt_table_header *hdr; in android_dt_get_fdt_by_index() local 105 const struct dt_table_header *hdr; in android_dt_print_contents() local 166 const struct dt_table_header *hdr; in android_dt_get_count() local
|
| H A D | zm.c | 328 zsbhdr(int type, char *hdr) in zsbhdr() 361 zsbh32(char *hdr, int type) in zsbh32() 382 zshhdr(int type, char *hdr) in zshhdr() 670 zgethdr(char *hdr, int eflag, size_t *Rxpos) in zgethdr() 788 zrbhdr(char *hdr) in zrbhdr() 821 zrbhdr32(char *hdr) in zrbhdr32() 863 zrhhdr(char *hdr) in zrhhdr() 971 rclhdr(char *hdr) in rclhdr()
|
| H A D | image.c | 198 uint32_t image_get_load(const image_header_t *hdr) in image_get_load() 206 uint32_t image_get_ep(const image_header_t *hdr) in image_get_ep() 216 int image_check_hcrc(const image_header_t *hdr) in image_check_hcrc() 231 int image_check_dcrc(const image_header_t *hdr) in image_check_dcrc() 253 ulong image_multi_count(const image_header_t *hdr) in image_multi_count() 286 void image_multi_getimg(const image_header_t *hdr, ulong idx, in image_multi_getimg() 322 static void image_print_type(const image_header_t *hdr) in image_print_type() 348 const image_header_t *hdr = (const image_header_t *)ptr; in image_print_contents() local 887 const image_header_t *hdr; in genimg_get_format() local
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | lpc32xximage.c | 86 struct nand_page_0_boot_header *hdr = in lpc32xximage_verify_header() local 124 static void print_hdr_byte(struct nand_page_0_boot_header *hdr, int ofs) in print_hdr_byte() 131 struct nand_page_0_boot_header *hdr = in lpc32xximage_print_header() local 143 struct nand_page_0_boot_header *hdr = in lpc32xximage_set_header() local
|
| H A D | vybridimage.c | 65 struct nand_page_0_boot_header *hdr = in vybridimage_verify_header() local 99 struct nand_page_0_boot_header *hdr = in vybridimage_set_header() local 132 static void vybridimage_print_hdr_field(struct nand_page_0_boot_header *hdr, in vybridimage_print_hdr_field() 140 struct nand_page_0_boot_header *hdr = in vybridimage_print_header() local
|
| H A D | default_image.c | 48 image_header_t *hdr = &header; in image_verify_header() local 94 image_header_t * hdr = (image_header_t *)ptr; in image_set_header() local 130 const image_header_t *hdr = (const image_header_t *)ptr; in image_extract_subimage() local
|
| /rk3399_rockchip-uboot/drivers/firmware/scmi/ |
| H A D | smt.c | 65 struct scmi_smt_header *hdr = (void *)smt->buf; in scmi_write_msg_to_smt() local 102 struct scmi_smt_header *hdr = (void *)smt->buf; in scmi_read_resp_from_smt() local 131 struct scmi_smt_header *hdr = (void *)smt->buf; in scmi_clear_smt_channel() local
|
| H A D | smt.h | 49 struct scmi_smt_header *hdr = (void *)smt->buf; in scmi_smt_channel_is_free() local 56 struct scmi_smt_header *hdr = (void *)smt->buf; in scmi_smt_channel_reports_error() local 63 struct scmi_smt_header *hdr = (void *)smt->buf; in scmi_smt_get_channel() local 70 struct scmi_smt_header *hdr = (void *)smt->buf; in scmi_smt_put_channel() local
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/fsp/ |
| H A D | fsp_hob.h | 36 struct hob_header hdr; member 104 struct hob_header hdr; member 124 struct hob_header hdr; member 140 static inline const struct hob_header *get_next_hob(const struct hob_header *hdr) in get_next_hob() 157 static inline bool end_of_hob(const struct hob_header *hdr) in end_of_hob() 173 static inline void *get_guid_hob_data(const struct hob_header *hdr) in get_guid_hob_data() 189 static inline u16 get_guid_hob_data_size(const struct hob_header *hdr) in get_guid_hob_data_size()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_boot_image.c | 20 static int android_check_header(const struct andr_img_hdr *hdr) in android_check_header() 94 static ulong android_size(struct andr_img_hdr *hdr) in android_size() 152 struct andr_img_hdr *hdr = (void *)CONFIG_SPL_BOOT_IMAGE_BUF; in spl_hash_android() local 203 struct andr_img_hdr *hdr = (void *)CONFIG_SPL_BOOT_IMAGE_BUF; in spl_hash_android() local
|
| H A D | spl_rkfw.c | 39 struct tag_tboot_header_2k *hdr) in open_image() 89 static int check_image(struct tag_tboot_header_2k *hdr) in check_image() 98 struct tag_tboot_header_2k *hdr, in load_image() 173 struct tag_tboot_header_2k hdr; in rkfw_load_trust() local 216 struct tag_second_loader_hdr hdr; in rkfw_load_trust() local 258 struct tag_second_loader_hdr hdr; in rkfw_load_uboot() local 304 struct andr_img_hdr *hdr; in rkfw_load_kernel() local
|
| H A D | spl_decomp.c | 157 static int un_lzma(const image_header_t *hdr, int *err_algo) in un_lzma() 180 static int decompress_image(const image_header_t *hdr, int *err_algo) in decompress_image() 190 const image_header_t *hdr; in board_init_r() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | spl_resource_img.c | 10 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 D | uimage.c | 56 image_header_t *hdr; in uimage_get_hdr() local 78 image_header_t *hdr; in uimage_load_bootables() local 126 int uimage_sysmem_reserve_each(image_header_t *hdr, u32 *ramdisk_sz) in uimage_sysmem_reserve_each() 191 image_header_t *hdr; in uimage_init_resource() local
|
| H A D | resource_img.c | 98 static int resource_check_header(struct resource_img_hdr *hdr) in resource_check_header() 227 struct resource_img_hdr *hdr = resc_hdr; in resource_setup_list() local 250 int resource_setup_ram_list(struct blk_desc *desc, void *hdr) in resource_setup_ram_list() 267 struct resource_img_hdr *hdr; in resource_setup_blk_list() local 323 char hdr[512]; in resource_init() local 394 char hdr[512]; in resource_scan() local
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tftp_update.c | 107 static void update_cleanup(void *fit, struct update_header *hdr) in update_cleanup() 131 static int update_populate_image(void *fit, struct update_header *hdr) in update_populate_image() 218 static void *update_download_hdr(struct update_header *hdr) in update_download_hdr() 249 static int hdr_checksum_verify(void *fit, struct update_header *hdr) in hdr_checksum_verify() 273 static void print_hdr_local(struct update_header *hdr, in print_hdr_local() 293 static int hdr_param_verify(void *fit, struct update_header *hdr, in hdr_param_verify() 363 static int update_verify_hdr(void *fit, struct update_header *hdr, in update_verify_hdr() 402 static int update_local_info(void *fit, struct update_header *hdr) in update_local_info() 426 static int update_ignore_image(void *fit, struct update_header *hdr, in update_ignore_image() 528 static int update_write_gpt(void *fit, struct update_header *hdr) in update_write_gpt() [all …]
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | zimage.c | 72 static int kernel_magic_ok(struct setup_header *hdr) in kernel_magic_ok() 85 static int get_boot_protocol(struct setup_header *hdr) in get_boot_protocol() 106 struct setup_header *hdr = ¶ms->hdr; in load_zimage() local 210 struct setup_header *hdr = &setup_base->hdr; in setup_zimage() local
|
| /rk3399_rockchip-uboot/arch/x86/lib/fsp/ |
| H A D | fsp_dram.c | 18 const struct hob_header *hdr; in dram_init() local 68 const struct hob_header *hdr; in install_e820_map() local
|
| H A D | fsp_support.c | 220 const struct hob_header *hdr; in fsp_get_usable_lowmem_top() local 282 const struct hob_header *hdr; in fsp_get_usable_highmem_top() local 311 const struct hob_header *hdr; in fsp_get_reserved_mem_from_guid() local 366 const struct hob_header *hdr; in fsp_get_next_hob() local 384 const struct hob_header *hdr; in fsp_get_next_guid_hob() local
|
| H A D | cmd_fsp.c | 30 struct fsp_header *hdr = find_fsp_header(); in do_hdr() local 58 const struct hob_header *hdr; in do_hob() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-bcm283x/ |
| H A D | msg.c | 13 struct bcm2835_mbox_hdr hdr; member 19 struct bcm2835_mbox_hdr hdr; member 25 struct bcm2835_mbox_hdr hdr; member 31 struct bcm2835_mbox_hdr hdr; member
|
| /rk3399_rockchip-uboot/board/raspberrypi/rpi/ |
| H A D | rpi.c | 35 struct bcm2835_mbox_hdr hdr; member 41 struct bcm2835_mbox_hdr hdr; member 47 struct bcm2835_mbox_hdr hdr; member 53 struct bcm2835_mbox_hdr hdr; member 59 struct bcm2835_mbox_hdr hdr; member
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | fsl_validate.c | 142 struct fsl_secboot_img_hdr *hdr; in get_ie_info_addr() local 224 struct fsl_secboot_img_hdr *hdr = &img->hdr; in read_validate_srk_tbl() local 262 struct fsl_secboot_img_hdr *hdr = &img->hdr; in read_validate_single_key() local 290 struct fsl_secboot_img_hdr *hdr = &img->hdr; in read_validate_ie_tbl() local 666 struct fsl_secboot_img_hdr *hdr = &img->hdr; in read_validate_esbc_client_header() local 866 struct fsl_secboot_img_hdr *hdr; in fsl_secboot_validate() local
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image-android-dt.h | 43 #define dt_for_each_entry(entry, hdr, idx) \ argument
|