Searched refs:libfdt (Results 1 – 13 of 13) sorted by relevance
/external/dtc/tests/ |
D | pylibfdt_tests.py | 57 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/ |
D | README.license | 1 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 …]
|
D | README | 2 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
|
D | Makefile | 18 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)
|
D | Android.bp | 2 "libfdt"
|
D | Android.mk | 26 libfdt
|
/external/dtc/pylibfdt/ |
D | Makefile.pylibfdt | 5 $(PYLIBFDT_srcdir)/libfdt.i 24 PYLIBFDT_cleanfiles = libfdt_wrap.c libfdt.py libfdt.pyc _libfdt.so
|
D | .gitignore | 1 libfdt.py 2 libfdt.pyc
|
D | libfdt.i | 53 %module libfdt 64 # Error codes, corresponding to FDT_ERR_... in libfdt.h 433 %include <../libfdt/libfdt.h>
|
/external/dtc/libfdt/ |
D | Makefile.libfdt | 6 LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1 7 LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
|
D | TODO | 3 - Complete libfdt.h documenting comments
|
D | Android.bp | 2 name: "libfdt",
|
/external/dtc/Documentation/ |
D | manual.txt | 21 III - libfdt 291 using the libfdt code. 644 III - libfdt
|