Home
last modified time | relevance | path

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

/external/dtc/tests/
Dpylibfdt_tests.py57 import libfdt
58 from libfdt import FdtException, QUIET_NOTFOUND, QUIET_ALL
69 return 'pylibfdt error %d: %s' % (-err_code, libfdt.fdt_strerror(-err_code))
80 return libfdt.Fdt(open(fname).read())
113 self.assertEquals(type(libfdt), types.ModuleType)
118 fdt = libfdt.Fdt('a string')
119 self.assertEquals(e.exception.err, -libfdt.BADMAGIC)
127 self.assertEquals(e.exception.err, -libfdt.NOTFOUND)
129 -libfdt.NOTFOUND)
140 -libfdt.NOTFOUND)
[all …]
/external/dtc/
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
27 tools. Allowing libfdt to be used under the terms of the BSD license
30 This does mean that libfdt code could be "stolen" - say, included in a
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
[all …]
DREADME2 working with device tree source and binary files and also libfdt, a
22 >>> import libfdt
23 >>> fdt = libfdt.Fdt(open('test_tree1.dtb').read())
41 $ python -c "import libfdt; help(libfdt)"
61 To install both libfdt and pylibfdt you can use:
72 More work remains to support all of libfdt, including access to numeric
78 The following list is for discussion about dtc and libfdt implementation
DMakefile18 CPPFLAGS = -I libfdt -I .
127 all: $(BIN) libfdt
162 LIBFDT_objdir = libfdt
163 LIBFDT_srcdir = libfdt
164 LIBFDT_archive = $(LIBFDT_objdir)/libfdt.a
165 LIBFDT_lib = $(LIBFDT_objdir)/libfdt-$(DTC_VERSION).$(SHAREDLIB_EXT)
169 include $(LIBFDT_srcdir)/Makefile.libfdt
171 .PHONY: libfdt
172 libfdt: $(LIBFDT_archive) $(LIBFDT_lib) target
201 ln -sf $(LIBFDT_soname) $(DESTDIR)$(LIBDIR)/libfdt.$(SHAREDLIB_EXT)
DAndroid.bp2 "libfdt"
DAndroid.mk26 libfdt
/external/dtc/pylibfdt/
DMakefile.pylibfdt5 $(PYLIBFDT_srcdir)/libfdt.i
24 PYLIBFDT_cleanfiles = libfdt_wrap.c libfdt.py libfdt.pyc _libfdt.so
D.gitignore1 libfdt.py
2 libfdt.pyc
Dlibfdt.i53 %module libfdt
64 # Error codes, corresponding to FDT_ERR_... in libfdt.h
433 %include <../libfdt/libfdt.h>
/external/dtc/libfdt/
DMakefile.libfdt6 LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1
7 LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
DTODO3 - Complete libfdt.h documenting comments
DAndroid.bp2 name: "libfdt",
/external/dtc/Documentation/
Dmanual.txt21 III - libfdt
291 using the libfdt code.
644 III - libfdt