Searched refs:libfdt (Results 1 - 36 of 36) sorted by relevance

/linux-4.1.27/include/linux/
H A Dlibfdt.h5 #include "../../scripts/dtc/libfdt/fdt.h"
6 #include "../../scripts/dtc/libfdt/libfdt.h"
/linux-4.1.27/drivers/of/
H A DMakefile20 CFLAGS_fdt.o = -I$(src)/../../scripts/dtc/libfdt
21 CFLAGS_fdt_address.o = -I$(src)/../../scripts/dtc/libfdt
H A Dfdt_address.c16 #include <linux/libfdt.h>
H A Dfdt.c23 #include <linux/libfdt.h>
/linux-4.1.27/arch/mips/cavium-octeon/
H A DMakefile12 CFLAGS_octeon-platform.o = -I$(src)/../../../scripts/dtc/libfdt
13 CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
H A Docteon-platform.c22 #include <linux/libfdt.h>
H A Dsetup.c29 #include <linux/libfdt.h>
/linux-4.1.27/arch/mips/mti-sead3/
H A DMakefile19 CFLAGS_sead3-setup.o = -I$(src)/../../../scripts/dtc/libfdt
H A Dsead3-setup.c10 #include <linux/libfdt.h>
/linux-4.1.27/arch/arm/boot/compressed/
H A DMakefile79 # Borrowed libfdt files for the ATAG compatibility mode
81 libfdt := fdt_rw.c fdt_ro.c fdt_wip.c fdt.c macro
82 libfdt_hdrs := fdt.h libfdt.h libfdt_internal.h
84 libfdt_objs := $(addsuffix .o, $(basename $(libfdt)))
86 $(addprefix $(obj)/,$(libfdt) $(libfdt_hdrs)): $(obj)/%: $(srctree)/scripts/dtc/libfdt/%
103 lib1funcs.S ashldi3.S bswapsdi2.S $(libfdt) $(libfdt_hdrs) \
H A Datags_to_fdt.c2 #include <libfdt.h>
106 * < 0 -> error from libfdt
/linux-4.1.27/scripts/dtc/
H A DMakefile12 HOSTCFLAGS_DTC := -I$(src) -I$(src)/libfdt
H A Dfdtget.c33 #include <libfdt.h>
152 int nextoffset; /* next node offset from libfdt */ list_subnodes()
H A Dfdtput.c27 #include <libfdt.h>
H A Dutil.c35 #include "libfdt.h"
/linux-4.1.27/scripts/dtc/libfdt/
H A Dfdt_empty_tree.c2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
H A Dfdt_strerror.c2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
H A Dfdt_wip.c2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
H A Dlibfdt_internal.h4 * libfdt - Flat Device Tree manipulation
7 * libfdt is dual licensed: you can use it either under the terms of
H A Dfdt.c2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
H A Dfdt_sw.c2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
H A Dfdt_ro.c2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
H A Dfdt_rw.c2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
H A Dlibfdt.h4 * libfdt - Flat Device Tree manipulation
7 * libfdt is dual licensed: you can use it either under the terms of
113 /* "Can't happen" error indicating a bug in libfdt */
115 /* FDT_ERR_INTERNAL: libfdt has failed an internal assertion.
117 * libfdt itself. */
/linux-4.1.27/arch/powerpc/boot/
H A DMakefile70 libfdt := fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c macro
71 libfdtheader := fdt.h libfdt.h libfdt_internal.h
73 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o): \
77 $(libfdt) libfdt-wrapper.c \
126 obj-plat: $(libfdt)
149 $(addprefix $(obj)/,$(libfdt) $(libfdtheader)): $(obj)/%: $(srctree)/scripts/dtc/libfdt/%
163 $(libfdt) $(libfdtheader) \
175 $(obj-libfdt): $(obj)/%.o: $(srctree)/scripts/dtc/libfdt/%.c FORCE
H A Depapr.c20 #include <libfdt.h>
H A Dtreeboot-iss4xx.c33 #include "libfdt.h"
H A Dsimpleboot.c22 #include <libfdt.h>
H A Dtreeboot-currituck.c35 #include "libfdt.h"
H A Dtreeboot-akebono.c37 #include "libfdt.h"
H A Dlibfdt-wrapper.c27 #include <libfdt.h>
/linux-4.1.27/drivers/firmware/efi/libstub/
H A DMakefile27 CFLAGS_fdt.o += -I$(srctree)/scripts/dtc/libfdt/
H A Dfdt.c14 #include <linux/libfdt.h>
/linux-4.1.27/arch/powerpc/kernel/
H A DMakefile5 CFLAGS_prom.o = -I$(src)/../../../scripts/dtc/libfdt
H A Dprom.c36 #include <linux/libfdt.h>
/linux-4.1.27/lib/
H A DMakefile163 $(eval CFLAGS_$(file) = -I$(src)/../scripts/dtc/libfdt))

Completed in 787 milliseconds