/u-boot-v2022.01-rc1/common/ |
A D | image-android.c | 125 int android_image_check_header(const struct andr_img_hdr *hdr) in android_image_check_header() 130 ulong android_image_get_end(const struct andr_img_hdr *hdr) in android_image_get_end() 153 ulong android_image_get_kload(const struct andr_img_hdr *hdr) in android_image_get_kload() 158 ulong android_image_get_kcomp(const struct andr_img_hdr *hdr) in android_image_get_kcomp() 170 int android_image_get_ramdisk(const struct andr_img_hdr *hdr, in android_image_get_ramdisk() 189 int android_image_get_second(const struct andr_img_hdr *hdr, in android_image_get_second() 229 const struct andr_img_hdr *hdr; in android_image_get_dtbo() local 278 const struct andr_img_hdr *hdr; in android_image_get_dtb_img_addr() local 331 const struct andr_img_hdr *hdr; in android_image_get_dtb_by_index() local 396 void android_print_contents(const struct andr_img_hdr *hdr) in android_print_contents() [all …]
|
A D | bloblist.c | 60 static ulong bloblist_blob_end_ofs(struct bloblist_hdr *hdr, in bloblist_blob_end_ofs() 88 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_findrec() local 105 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_addrec() local 227 static int bloblist_resize_rec(struct bloblist_hdr *hdr, in bloblist_resize_rec() 271 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_resize() local 302 struct bloblist_hdr *hdr; in bloblist_new() local 324 struct bloblist_hdr *hdr; in bloblist_check() local 347 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_finish() local 356 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_get_stats() local 382 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_show_list() local [all …]
|
A D | image-android-dt.c | 21 const struct dt_table_header *hdr; in android_dt_check_header() local 44 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
|
A D | image.c | 228 int image_check_hcrc(const image_header_t *hdr) in image_check_hcrc() 243 int image_check_dcrc(const image_header_t *hdr) in image_check_dcrc() 265 ulong image_multi_count(const image_header_t *hdr) in image_multi_count() 298 void image_multi_getimg(const image_header_t *hdr, ulong idx, in image_multi_getimg() 334 static void image_print_type(const image_header_t *hdr) in image_print_type() 360 const image_header_t *hdr = (const image_header_t *)ptr; in image_print_contents() local
|
/u-boot-v2022.01-rc1/test/ |
A D | bloblist.c | 41 struct bloblist_hdr *hdr; in clear_bloblist() local 70 struct bloblist_hdr *hdr; in bloblist_test_init() local 95 struct bloblist_hdr *hdr; in bloblist_test_blob() local 166 struct bloblist_hdr *hdr; in bloblist_test_bad_blob() local 182 struct bloblist_hdr *hdr; in bloblist_test_checksum() local 246 struct bloblist_hdr *hdr; in bloblist_test_cmd_info() local 272 struct bloblist_hdr *hdr; in bloblist_test_cmd_list() local 299 struct bloblist_hdr *hdr; in bloblist_test_align() local 395 struct bloblist_hdr *hdr; in bloblist_test_grow() local 448 struct bloblist_hdr *hdr; in bloblist_test_shrink() local [all …]
|
/u-boot-v2022.01-rc1/drivers/firmware/ |
A D | ti_sci.h | 130 struct ti_sci_msg_hdr hdr; member 146 struct ti_sci_msg_hdr hdr; member 162 struct ti_sci_msg_hdr hdr; member 179 struct ti_sci_msg_hdr hdr; member 213 struct ti_sci_msg_hdr hdr; member 232 struct ti_sci_msg_hdr hdr; member 250 struct ti_sci_msg_hdr hdr; member 274 struct ti_sci_msg_hdr hdr; member 317 struct ti_sci_msg_hdr hdr; member 338 struct ti_sci_msg_hdr hdr; member [all …]
|
/u-boot-v2022.01-rc1/arch/x86/include/asm/ |
A D | hob.h | 71 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 in get_next_hob() 158 static inline bool end_of_hob(const struct hob_header *hdr) in end_of_hob() 174 static inline void *get_guid_hob_data(const struct hob_header *hdr) in get_guid_hob_data() 190 static inline u16 get_guid_hob_data_size(const struct hob_header *hdr) in get_guid_hob_data_size()
|
/u-boot-v2022.01-rc1/tools/ |
A D | lpc32xximage.c | 85 struct nand_page_0_boot_header *hdr = in lpc32xximage_verify_header() local 123 static void print_hdr_byte(struct nand_page_0_boot_header *hdr, int ofs) in print_hdr_byte() 130 struct nand_page_0_boot_header *hdr = in lpc32xximage_print_header() local 142 struct nand_page_0_boot_header *hdr = in lpc32xximage_set_header() local
|
A D | vybridimage.c | 64 struct nand_page_0_boot_header *hdr = in vybridimage_verify_header() local 98 struct nand_page_0_boot_header *hdr = in vybridimage_set_header() local 131 static void vybridimage_print_hdr_field(struct nand_page_0_boot_header *hdr, in vybridimage_print_hdr_field() 139 struct nand_page_0_boot_header *hdr = in vybridimage_print_header() local
|
A D | default_image.c | 50 image_header_t *hdr = &header; in image_verify_header() local 98 image_header_t * hdr = (image_header_t *)ptr; in image_set_header() local 144 const image_header_t *hdr = (const image_header_t *)ptr; in image_extract_subimage() local
|
/u-boot-v2022.01-rc1/drivers/firmware/scmi/ |
A D | smt.c | 70 struct scmi_smt_header *hdr = (void *)smt->buf; in scmi_write_msg_to_smt() local 107 struct scmi_smt_header *hdr = (void *)smt->buf; in scmi_read_resp_from_smt() local 136 struct scmi_smt_header *hdr = (void *)smt->buf; in scmi_clear_smt_channel() local
|
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
|
/u-boot-v2022.01-rc1/arch/x86/lib/fsp/ |
A D | fsp_dram.c | 23 const struct hob_header *hdr; in fsp_scan_for_ram_size() local 46 const struct hob_header *hdr; in dram_init_banksize() local 123 const struct hob_header *hdr; in install_e820_map() local
|
A D | fsp_support.c | 14 const struct hob_header *hdr; in fsp_get_usable_lowmem_top() local 76 const struct hob_header *hdr; in fsp_get_usable_highmem_top() local 105 const struct hob_header *hdr; in fsp_get_reserved_mem_from_guid() local
|
/u-boot-v2022.01-rc1/cmd/ |
A D | acpi.c | 23 static void dump_hdr(struct acpi_table_header *hdr) in dump_hdr() 57 struct acpi_table_header *hdr; in find_table() local 78 struct acpi_table_header *hdr; in dump_table_name() local 108 struct acpi_table_header *hdr; in list_rsdt() local
|
/u-boot-v2022.01-rc1/arch/x86/lib/ |
A D | hob.c | 20 const struct hob_header *hdr; in hob_get_next_hob() local 46 const struct hob_header *hdr; in hob_get_next_guid_hob() local
|
A D | zimage.c | 124 static int kernel_magic_ok(struct setup_header *hdr) in kernel_magic_ok() 137 static int get_boot_protocol(struct setup_header *hdr, bool verbose) in get_boot_protocol() 151 static int setup_device_tree(struct setup_header *hdr, const void *fdt_blob) in setup_device_tree() 186 struct setup_header *hdr = ¶ms->hdr; in get_kernel_version() local 214 struct setup_header *hdr = ¶ms->hdr; in load_zimage() local 313 struct setup_header *hdr = &setup_base->hdr; in setup_zimage() local 590 static void show_loader(struct setup_header *hdr) in show_loader() 619 struct setup_header *hdr; in zimage_dump() local
|
/u-boot-v2022.01-rc1/arch/arm/mach-bcm283x/ |
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 45 struct bcm2835_mbox_hdr hdr; member
|
/u-boot-v2022.01-rc1/common/spl/ |
A D | spl_legacy.c | 70 static inline int spl_image_get_comp(const struct image_header *hdr) in spl_image_get_comp() 83 struct image_header hdr; in spl_load_legacy_img() local
|
/u-boot-v2022.01-rc1/board/raspberrypi/rpi/ |
A D | rpi.c | 39 struct bcm2835_mbox_hdr hdr; member 45 struct bcm2835_mbox_hdr hdr; member 51 struct bcm2835_mbox_hdr hdr; member 57 struct bcm2835_mbox_hdr hdr; member 63 struct bcm2835_mbox_hdr hdr; member
|
/u-boot-v2022.01-rc1/cmd/x86/ |
A D | hob.c | 72 static void show_hob_details(const struct hob_header *hdr) in show_hob_details() 94 const struct hob_header *hdr; in do_hob() local
|
/u-boot-v2022.01-rc1/lib/optee/ |
A D | optee.c | 24 static int optee_verify_image(struct optee_header *hdr, unsigned long image_len) in optee_verify_image() 44 struct optee_header *hdr = (struct optee_header *)image_addr; in optee_verify_bootm_image() local
|
/u-boot-v2022.01-rc1/board/freescale/common/ |
A D | fsl_validate.c | 144 struct fsl_secboot_img_hdr *hdr; in get_ie_info_addr() local 226 struct fsl_secboot_img_hdr *hdr = &img->hdr; in read_validate_srk_tbl() local 264 struct fsl_secboot_img_hdr *hdr = &img->hdr; in read_validate_single_key() local 292 struct fsl_secboot_img_hdr *hdr = &img->hdr; in read_validate_ie_tbl() local 685 struct fsl_secboot_img_hdr *hdr = &img->hdr; in read_validate_esbc_client_header() local 885 struct fsl_secboot_img_hdr *hdr; in fsl_secboot_validate() local
|
/u-boot-v2022.01-rc1/drivers/pci_endpoint/ |
A D | sandbox-pci_ep.c | 20 struct pci_ep_header hdr; member 41 struct pci_ep_header *hdr) in sandbox_write_header() 54 struct pci_ep_header *hdr) in sandbox_read_header()
|
/u-boot-v2022.01-rc1/include/tee/ |
A D | optee.h | 33 optee_image_get_entry_point(const struct image_header *hdr) in optee_image_get_entry_point() 41 optee_image_get_load_addr(const struct image_header *hdr) in optee_image_get_load_addr()
|