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

1234

/linux-master/scripts/dtc/
H A Dupdate-dtc-source.sh39 fdt_wip.c libfdt.h libfdt_env.h libfdt_internal.h"
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
[all...]
H A DMakefile12 # The upstream project builds libfdt as a separate library. We are choosing to
13 # instead directly link the libfdt object files into fdtoverlay.
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_addresses.o fdt_overlay.o
15 libfdt = $(addprefix libfdt/,$(libfdt-objs)) macro
16 fdtoverlay-objs := $(libfdt) fdtoverlay.o util.o
19 HOST_EXTRACFLAGS += -I $(srctree)/$(src)/libfdt
/linux-master/arch/mips/loongson64/
H A Dsetup.c10 #include <linux/libfdt.h>
/linux-master/scripts/dtc/libfdt/
H A Dfdt_empty_tree.c3 * libfdt - Flat Device Tree manipulation
9 #include <libfdt.h>
H A Dfdt_strerror.c3 * libfdt - Flat Device Tree manipulation
10 #include <libfdt.h>
H A Dfdt_wip.c3 * libfdt - Flat Device Tree manipulation
9 #include <libfdt.h>
H A Dfdt_addresses.c3 * libfdt - Flat Device Tree manipulation
10 #include <libfdt.h>
/linux-master/arch/riscv/kernel/
H A Dsoc.c6 #include <linux/libfdt.h>
/linux-master/arch/mips/mti-malta/
H A DMakefile17 CFLAGS_malta-dtshim.o = -I$(src)/../../../scripts/dtc/libfdt
/linux-master/arch/riscv/kernel/pi/
H A Dfdt_early.c4 #include <linux/libfdt.h>
H A Dcmdline_early.c4 #include <linux/libfdt.h>
H A DMakefile7 -I$(srctree)/scripts/dtc/libfdt -fno-stack-protector \
/linux-master/arch/powerpc/boot/
H A Depapr.c17 #include <libfdt.h>
H A Dopal.c9 #include <libfdt.h>
H A Dsimpleboot.c19 #include <libfdt.h>
H A DMakefile131 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)
[all...]
/linux-master/arch/mips/include/asm/
H A Dmachine.h10 #include <linux/libfdt.h>
H A Dbootinfo.h118 #include <linux/libfdt.h>
/linux-master/arch/arm64/kernel/pi/
H A Dkaslr_early.c8 #include <linux/libfdt.h>
H A DMakefile8 -I$(srctree)/scripts/dtc/libfdt -fno-stack-protector \
/linux-master/arch/powerpc/kexec/
H A Dfile_load.c20 #include <linux/libfdt.h>
/linux-master/drivers/firmware/efi/libstub/
H A Driscv.c7 #include <linux/libfdt.h>
H A DMakefile34 cflags-$(CONFIG_EFI_PARAMS_FROM_FDT) += -I$(srctree)/scripts/dtc/libfdt
75 # include the stub's libfdt dependencies from lib/ when needed
76 libfdt-deps := fdt_rw.c fdt_ro.c fdt_wip.c fdt.c \
80 $(patsubst %.c,lib-%.o,$(libfdt-deps))
/linux-master/arch/mips/boot/compressed/
H A Ddecompress.c16 #include <linux/libfdt.h>
/linux-master/drivers/firmware/efi/
H A Dfdtparams.c8 #include <linux/libfdt.h>

Completed in 225 milliseconds

1234