/openbmc/linux/scripts/dtc/ |
H A D | update-dtc-source.sh | 63 cp ${DTC_UPSTREAM_PATH}/libfdt/${f} libfdt/${f} 64 git add libfdt/${f} 67 sed -i -- 's/#include <libfdt_env.h>/#include "libfdt_env.h"/g' ./libfdt/libfdt.h 68 sed -i -- 's/#include <fdt.h>/#include "fdt.h"/g' ./libfdt/libfdt.h 69 git add ./libfdt/libfdt.h
|
H A D | Makefile | 14 libfdt-objs := fdt.o fdt_ro.o fdt_wip.o fdt_sw.o fdt_rw.o fdt_strerror.o fdt_empty_tree.o fdt_addre… 15 libfdt = $(addprefix libfdt/,$(libfdt-objs)) macro 16 fdtoverlay-objs := $(libfdt) fdtoverlay.o util.o 19 HOST_EXTRACFLAGS += -I $(srctree)/$(src)/libfdt
|
/openbmc/u-boot/scripts/dtc/ |
H A D | update-dtc-source.sh | 62 cp ${DTC_UPSTREAM_PATH}/libfdt/${f} libfdt/${f} 63 git add libfdt/${f} 66 sed -i -- 's/#include <libfdt_env.h>/#include "libfdt_env.h"/g' ./libfdt/libfdt.h 67 sed -i -- 's/#include <fdt.h>/#include "fdt.h"/g' ./libfdt/libfdt.h 68 git add ./libfdt/libfdt.h
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0019-libfdt-Undefine-__wordsize-if-already-defined.patch | 4 Subject: [PATCH] libfdt: Undefine __wordsize if already defined 13 opensrc/helpers/libfdt/libfdt_env.h | 4 ++++ 16 diff --git a/opensrc/helpers/libfdt/libfdt_env.h b/opensrc/helpers/libfdt/libfdt_env.h 18 --- a/opensrc/helpers/libfdt/libfdt_env.h 19 +++ b/opensrc/helpers/libfdt/libfdt_env.h
|
/openbmc/u-boot/scripts/dtc/pylibfdt/ |
H A D | Makefile | 6 LIBFDT_srcdir = $(abspath $(srctree)/$(src)/../libfdt) 8 include $(LIBFDT_srcdir)/Makefile.libfdt 14 $(obj)/libfdt.i 31 clean-files += libfdt.i _libfdt.so libfdt.py libfdt_wrap.c
|
H A D | .gitignore | 2 /libfdt.py 3 /libfdt.pyc
|
/openbmc/u-boot/tools/dtoc/ |
H A D | fdt.py | 12 import libfdt 13 from libfdt import QUIET_NOTFOUND 29 (errnum, libfdt.fdt_strerror(errnum), msg)) 206 (libfdt.NOSPACE,)) == -libfdt.NOSPACE: 303 if offset != -libfdt.FDT_ERR_NOTFOUND: 435 (libfdt.NOSPACE,)) 436 if offset != -libfdt.NOSPACE: 473 self._fdt_obj = libfdt.Fdt(fd.read()) 486 fdt._fdt_obj = libfdt.Fdt(bytearray(data))
|
H A D | test_fdt | 23 import libfdt 115 fdt.CheckErr(-libfdt.NOTFOUND, 'hello') 151 with self.assertRaises(libfdt.FdtException): 352 with self.assertRaises(libfdt.FdtException) as e: 360 with self.assertRaises(libfdt.FdtException) as e: 388 with self.assertRaises(libfdt.FdtException) as e:
|
H A D | test_fdt.py | 23 import libfdt 115 fdt.CheckErr(-libfdt.NOTFOUND, 'hello') 151 with self.assertRaises(libfdt.FdtException): 352 with self.assertRaises(libfdt.FdtException) as e: 360 with self.assertRaises(libfdt.FdtException) as e: 388 with self.assertRaises(libfdt.FdtException) as e:
|
/openbmc/u-boot/lib/libfdt/ |
H A D | test_libfdt.py | 9 import libfdt 14 print libfdt.fdt_path_offset(fdt, "/aliases")
|
H A D | README | 1 The libfdt functionality was written by David Gibson. The original 4 URL: git://ozlabs.org/home/dgibson/git/libfdt.git
|
H A D | Makefile | 25 ccflags-y := -I$(srctree)/scripts/dtc/libfdt
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | Makefile.libfdt | 6 LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1 7 LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | Makefile | 131 libfdt := fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c macro 132 libfdtheader := fdt.h libfdt.h libfdt_internal.h 134 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 139 $(libfdt) libfdt-wrapper.c \ 195 obj-plat: $(libfdt) 215 $(addprefix $(obj)/,$(libfdt) $(libfdtheader)): $(obj)/%: $(srctree)/scripts/dtc/libfdt/% 225 $(zlib-decomp-) $(libfdt) $(libfdtheader) \ 237 $(obj-libfdt): $(obj)/%.o: $(srctree)/scripts/dtc/libfdt/%.c FORCE
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-dtc_1.7.2.bb | 14 LIC_FILES_CHKSUM = "file://pylibfdt/libfdt.i;beginline=1;endline=6;md5=afda088c974174a29108c8d80b5d… 20 PYPA_WHEEL = "${S}/dist/libfdt-1.6.2*.whl"
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/hafnium/hafnium/ |
H A D | 0001-work-around-visibility-issue.patch | 8 have issues due to libfdt and others not being specified. Due to the 28 "libfdt",
|
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/ |
H A D | TestMbox.test_series_merge_on_head.2.skip | 30 …LIC_FILES_CHKSUM = "file://pylibfdt/libfdt.i;beginline=1;endline=6;md5=afda088c974174a29108c8d80b5… 38 PYPA_WHEEL = "${S}/dist/libfdt-1.6.2*.whl"
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | Makefile | 34 cflags-$(CONFIG_EFI_PARAMS_FROM_FDT) += -I$(srctree)/scripts/dtc/libfdt 76 libfdt-deps := fdt_rw.c fdt_ro.c fdt_wip.c fdt.c \ 80 $(patsubst %.c,lib-%.o,$(libfdt-deps))
|
/openbmc/qemu/configs/targets/ |
H A D | rx-softmmu.mak | 3 # all boards require libfdt
|
H A D | loongarch64-softmmu.mak | 6 # all boards require libfdt
|
H A D | ppc64-softmmu.mak | 7 # all boards require libfdt
|
/openbmc/u-boot/tools/ |
H A D | Makefile | 71 LIBFDT_OBJS := $(addprefix libfdt/, $(patsubst %.c, %.o, $(LIBFDT_SRCS_SYNCED))) \ 72 $(addprefix lib/libfdt/, $(patsubst %.c, %.o, $(LIBFDT_SRCS_UNSYNCED))) 257 -I$(srctree)/scripts/dtc/libfdt \
|
/openbmc/linux/arch/mips/mti-malta/ |
H A D | Makefile | 17 CFLAGS_malta-dtshim.o = -I$(src)/../../../scripts/dtc/libfdt
|
/openbmc/u-boot/lib/ |
H A D | Makefile | 15 obj-$(CONFIG_FIT) += libfdt/ 69 obj-$(CONFIG_$(SPL_TPL_)OF_LIBFDT) += libfdt/
|
/openbmc/qemu/hw/core/ |
H A D | Kconfig | 9 # fail the build if libfdt not found
|