Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/dtc/
H A DREADME.license1 Licensing and contribution policy of dtc and libfdt
5 libfdt which comprises the files in the libfdt/ subdirectory. These
7 dtc does not incoporate or rely on libfdt for its operation, nor vice
17 libfdt, however, is GPL/BSD dual-licensed. That is, it may be used
20 given in the copyright banners of each of the libfdt source files.
24 I made the decision to license libfdt in this way because I want to
32 back to the libfdt mainline. While I hope that doesn't happen, I
33 believe the goal of allowing libfdt to be widely used is more
34 important than avoiding that. libfdt is quite small, and hardly
43 libfdt into such environments and so difficult to suitably word a
[all …]
H A DMakefile18 CPPFLAGS = -I libfdt -I .
118 all: $(BIN) libfdt
134 LIBFDT_objdir = libfdt
135 LIBFDT_srcdir = libfdt
136 LIBFDT_archive = $(LIBFDT_objdir)/libfdt.a
137 LIBFDT_lib = $(LIBFDT_objdir)/libfdt-$(DTC_VERSION).$(SHAREDLIB_EXT)
141 include $(LIBFDT_srcdir)/Makefile.libfdt
143 .PHONY: libfdt
144 libfdt: $(LIBFDT_archive) $(LIBFDT_lib) target
173 ln -sf $(LIBFDT_soname) $(DESTDIR)$(LIBDIR)/libfdt.$(SHAREDLIB_EXT)
H A DREADME2 working with device tree source and binary files and also libfdt, a
12 The following list is for discussion about dtc and libfdt implementation
/freebsd-12.1/stand/
H A Dfdt.mk6 CFLAGS+= -I${SYSDIR}/contrib/libfdt
8 LIBFDT= ${BOOTOBJ}/fdt/libfdt.a
/freebsd-12.1/contrib/dtc/libfdt/
H A DMakefile.libfdt6 LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1
7 LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
H A DTODO3 - Complete libfdt.h documenting comments
/freebsd-12.1/stand/fdt/
H A DMakefile5 .PATH: ${SYSDIR}/contrib/libfdt/
16 CFLAGS+= -I${SYSDIR}/contrib/libfdt/ -I${LDRSRC}
/freebsd-12.1/sys/conf/
H A DMakefile.i38633 INCLUDES+= -I$S/contrib/libfdt
H A DMakefile.arm6428 INCLUDES+= -I$S/contrib/libfdt
H A DMakefile.amd6434 INCLUDES+= -I$S/contrib/libfdt
H A DMakefile.powerpc36 INCLUDES+= -I$S/contrib/libfdt
H A DMakefile.riscv29 INCLUDES+= -I$S/contrib/libfdt
H A DMakefile.mips31 INCLUDES+= -I$S/contrib/libfdt
H A DMakefile.arm33 INCLUDES+= -I$S/contrib/libfdt -I$S/gnu/dts/include
H A Dfiles578 contrib/libfdt/fdt.c optional fdt
579 contrib/libfdt/fdt_ro.c optional fdt
580 contrib/libfdt/fdt_rw.c optional fdt
581 contrib/libfdt/fdt_strerror.c optional fdt
582 contrib/libfdt/fdt_sw.c optional fdt
583 contrib/libfdt/fdt_wip.c optional fdt
/freebsd-12.1/gnu/usr.bin/dtc/
H A DMakefile6 _LIBFDTDIR= ${.CURDIR}/../../../sys/contrib/libfdt
/freebsd-12.1/contrib/dtc/Documentation/
H A Dmanual.txt21 III - libfdt
291 using the libfdt code.
644 III - libfdt