Searched refs:fdt_header (Results 1 – 16 of 16) sorted by relevance
| /u-boot/cmd/ |
| A D | fdt.c | 30 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 D | pxe_utils.c | 347 struct fdt_header *working_fdt; in label_boot_fdtoverlay() 371 struct fdt_header *blob; in label_boot_fdtoverlay()
|
| /u-boot/include/linux/ |
| A D | libfdt.h | 11 extern struct fdt_header *working_fdt; /* Pointer to the working fdt */
|
| /u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| A D | ppa.c | 65 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 D | fdt.h | 12 struct fdt_header { struct
|
| A D | libfdt.h | 204 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field)) 219 struct fdt_header *fdth = (struct fdt_header *)fdt; \
|
| A D | fdt_rw.c | 18 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 D | fdt_sw.c | 114 const int hdrsize = FDT_ALIGN(sizeof(struct fdt_header), in fdt_create_with_flags()
|
| /u-boot/common/ |
| A D | image-android-dt.c | 77 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 D | image-android.c | 355 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 D | bootstage.c | 272 static int add_bootstages_devicetree(struct fdt_header *blob) in add_bootstages_devicetree()
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_fdt.c | 57 struct fdt_header *header = (struct fdt_header *)fdt; in get_property()
|
| A D | dtbdump.c | 295 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 D | flattree.c | 328 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 D | fdtgrep.c | 432 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 D | spl_imx_romapi.c | 214 if (p - pfit < sizeof(struct fdt_header)) { in spl_romapi_load_image_stream()
|
Completed in 24 milliseconds