Home
last modified time | relevance | path

Searched refs:fdt_header (Results 1 – 16 of 16) sorted by relevance

/u-boot/cmd/
A Dfdt.c30 static int fdt_valid(struct fdt_header **blobp);
38 struct fdt_header *working_fdt;
125 struct fdt_header *blob; in do_fdt()
141 blob = (struct fdt_header *)gd->fdt_blob; in do_fdt()
199 struct fdt_header *newaddr; in do_fdt()
209 working_fdt = (struct fdt_header *)simple_strtoul(argv[2], NULL, 16); in do_fdt()
213 newaddr = (struct fdt_header *)simple_strtoul(argv[3],NULL,16); in do_fdt()
662 struct fdt_header *blob; in do_fdt()
671 blob = (struct fdt_header *)gd->fdt_blob; in do_fdt()
696 struct fdt_header *blob; in do_fdt()
[all …]
A Dpxe_utils.c347 struct fdt_header *working_fdt; in label_boot_fdtoverlay()
371 struct fdt_header *blob; in label_boot_fdtoverlay()
/u-boot/include/linux/
A Dlibfdt.h11 extern struct fdt_header *working_fdt; /* Pointer to the working fdt */
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dppa.c65 size_t fw_length, fdt_header_len = sizeof(struct fdt_header); in ppa_init()
71 struct fdt_header *fitp; in ppa_init()
164 struct fdt_header fit; in ppa_init()
/u-boot/scripts/dtc/libfdt/
A Dfdt.h12 struct fdt_header { struct
A Dlibfdt.h204 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
219 struct fdt_header *fdth = (struct fdt_header *)fdt; \
A Dfdt_rw.c18 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8)) in fdt_blocks_misordered_()
399 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8); in fdt_packblocks_()
452 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size in fdt_open_into()
A Dfdt_sw.c114 const int hdrsize = FDT_ALIGN(sizeof(struct fdt_header), in fdt_create_with_flags()
/u-boot/common/
A Dimage-android-dt.c77 static void android_dt_print_fdt_info(const struct fdt_header *fdt) in android_dt_print_fdt_info()
131 const struct fdt_header *fdt; in android_dt_print_contents()
A Dimage-android.c355 const struct fdt_header *fdt; in android_image_get_dtb_by_index()
443 static bool android_image_print_dtb_info(const struct fdt_header *fdt, in android_image_print_dtb_info()
515 const struct fdt_header *fdt; in android_image_print_dtb_contents()
A Dbootstage.c272 static int add_bootstages_devicetree(struct fdt_header *blob) in add_bootstages_devicetree()
/u-boot/lib/efi_selftest/
A Defi_selftest_fdt.c57 struct fdt_header *header = (struct fdt_header *)fdt; in get_property()
A Ddtbdump.c295 struct fdt_header *dtb; in do_load()
356 dtb = (struct fdt_header *)(uintptr_t)addr; in do_load()
379 dtb = (struct fdt_header *)(uintptr_t)addr; in do_load()
430 struct fdt_header *dtb; in do_save()
/u-boot/scripts/dtc/
A Dflattree.c328 static void make_fdt_header(struct fdt_header *fdt, in make_fdt_header()
368 struct fdt_header fdt; in dt_to_blob()
818 struct fdt_header *fdt; in dt_from_blob()
861 fdt = (struct fdt_header *)blob; in dt_from_blob()
/u-boot/tools/
A Dfdtgrep.c432 struct fdt_header *fdt; in dump_fdt_regions()
438 fdt = (struct fdt_header *)out; in dump_fdt_regions()
441 struct_start = FDT_ALIGN(sizeof(struct fdt_header), in dump_fdt_regions()
/u-boot/arch/arm/mach-imx/
A Dspl_imx_romapi.c214 if (p - pfit < sizeof(struct fdt_header)) { in spl_romapi_load_image_stream()

Completed in 32 milliseconds