Home
last modified time | relevance | path

Searched refs:fdt_open_into (Results 1 – 17 of 17) sorted by relevance

/u-boot/arch/riscv/lib/
A Dfdt_fixup.c53 err = fdt_open_into(dst, dst, fdt_totalsize(dst) + 1024); in riscv_fdt_copy_resv_mem_node()
147 err = fdt_open_into(blob, blob, size + 32); in arch_fixup_fdt()
/u-boot/scripts/dtc/libfdt/
A Dfdt_empty_tree.c37 return fdt_open_into(buf, buf, bufsize); in fdt_create_empty_tree()
A Dlibfdt.h1448 int fdt_open_into(const void *fdt, void *buf, int bufsize);
A Dfdt_rw.c416 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into() function
/u-boot/test/optee/
A Dcmd_ut_optee.c124 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_optee()
142 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE)); in do_ut_optee()
/u-boot/test/overlay/
A Dcmd_ut_overlay.c251 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_overlay()
259 ut_assertok(fdt_open_into(fdt_overlay, fdt_overlay_copy, in do_ut_overlay()
268 ut_assertok(fdt_open_into(fdt_overlay_stacked, fdt_overlay_stacked_copy, in do_ut_overlay()
/u-boot/test/dm/
A Dfdtdec.c27 ut_assertok(fdt_open_into(gd->fdt_blob, blob, blob_sz)); in dm_test_fdtdec_set_carveout()
78 ut_assertok(fdt_open_into(gd->fdt_blob, blob, blob_sz)); in dm_test_fdtdec_add_reserved_memory()
/u-boot/tools/
A Dfit_common.c95 ret = fdt_open_into(ptr, ptr, sbuf->st_size); in mmap_fdt()
A Dmkeficapsule.c217 ret = fdt_open_into(dptr, dptr, dtb.st_size); in add_public_key()
A Dfit_image.c582 ret = fdt_open_into(old_fdt, fdt, size); in fit_import_data()
/u-boot/lib/
A Dfdtdec_test.c251 CHECK(fdt_open_into(fdt, fdt, FDT_SIZE)); in make_fdt_carveout()
/u-boot/cmd/
A Dfdt.c176 err = fdt_open_into(blob, blob, len); in do_fdt()
234 err = fdt_open_into(working_fdt, newaddr, len); in do_fdt()
/u-boot/arch/sandbox/cpu/
A Dstate.c36 ret = fdt_open_into(blob, buf, size); in state_ensure_space()
/u-boot/common/
A Dimage-fdt.c228 err = fdt_open_into(fdt_blob, of_start, of_len); in boot_relocate_fdt()
A Dfdt_support.c749 return fdt_open_into(fdt, fdt, newlen); in fdt_increase_size()
A Dimage-fit.c2365 err = fdt_open_into(base, base, len + ovlen); in boot_get_fdt_fit()
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped525 err = check_err(fdt_open_into(self._fdt, fdt, size), quiet)

Completed in 30 milliseconds