Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dfdt.c30 static int fdt_valid(struct fdt_header **blobp);
38 struct fdt_header *working_fdt;
91 struct fdt_header *blob; in do_fdt()
107 blob = (struct fdt_header *)gd->fdt_blob; in do_fdt()
163 struct fdt_header *newaddr; in do_fdt()
173 working_fdt = (struct fdt_header *)simple_strtoul(argv[2], NULL, 16); in do_fdt()
177 newaddr = (struct fdt_header *)simple_strtoul(argv[3],NULL,16); in do_fdt()
620 struct fdt_header *blob; in do_fdt()
629 blob = (struct fdt_header *)gd->fdt_blob; in do_fdt()
654 struct fdt_header *blob; in do_fdt()
[all …]
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dppa.c62 size_t fw_length, fdt_header_len = sizeof(struct fdt_header); in ppa_init()
68 struct fdt_header *fitp; in ppa_init()
162 struct fdt_header fit; in ppa_init()
/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt.h57 struct fdt_header { struct
H A Dfdt_sw.c92 if (bufsize < sizeof(struct fdt_header)) in fdt_create()
102 fdt_set_off_mem_rsvmap(fdt, FDT_ALIGN(sizeof(struct fdt_header), in fdt_create()
H A Dlibfdt.h216 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
231 struct fdt_header *fdth = (struct fdt_header *)fdt; \
H A Dfdt_rw.c61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8)) in _fdt_blocks_misordered()
412 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8); in _fdt_packblocks()
465 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size in fdt_open_into()
/rk3399_rockchip-uboot/common/
H A Dimage-android-dt.c78 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()
H A Dbootstage.c250 static int add_bootstages_devicetree(struct fdt_header *blob) in add_bootstages_devicetree()
/rk3399_rockchip-uboot/include/linux/
H A Dlibfdt.h310 extern struct fdt_header *working_fdt; /* Pointer to the working fdt */
/rk3399_rockchip-uboot/scripts/dtc/
H 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()
/rk3399_rockchip-uboot/board/raspberrypi/rpi/
H A Drpi.c397 struct fdt_header *passed_fdt = rpi_passed_fdt(); in set_boot_args()
/rk3399_rockchip-uboot/tools/
H A Dfdtgrep.c429 struct fdt_header *fdt; in dump_fdt_regions()
435 fdt = (struct fdt_header *)out; in dump_fdt_regions()
438 struct_start = FDT_ALIGN(sizeof(struct fdt_header), in dump_fdt_regions()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_boot_image.c286 blkcnt = BLK_CNT(sizeof(struct fdt_header), info->bl_len); in spl_load_fit()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit.c160 blk_num = DIV_ROUND_UP(sizeof(struct fdt_header), dev_desc->blksz); in fit_get_blob()