No description
Find a file
Mike McTernan cca1ca7b21 Improve fuzzer coverage.
Add a corpus file with sample properties and quirky features like
aliases and memory reservation regions.
Call more functions that are used to inspect properties (adding coverage
for our main use-cases).

fdt_ro.c function coverage from 40% to 100%.
fdt_strerror.c function coverage from 0% to 100%.

Also remove standalone AFL main function as no longer needed.

Bug: 242028005
Test: Run fuzzer with 128 jobs for 1 hour.
Test: check coverage using haiku corpus + new additions.
Change-Id: I3c5843ed0ac62704571ed0a62fe2758416cf0a6f
2022-09-12 08:39:34 +00:00
Documentation ANDROID: Merge upstream ed310803ea (v1.6.1) 2022-05-31 09:16:03 +01:00
fuzzing Improve fuzzer coverage. 2022-09-12 08:39:34 +00:00
libfdt Add Trusty rules.mk for libfdt am: 159d7b1955 am: cd8c7ed97d 2022-09-08 15:55:41 +00:00
pylibfdt pylibfdt: add FdtRo.get_path() 2022-04-20 12:55:14 +10:00
scripts dtc: Add GPLv2 SPDX tags to files missing license text 2019-06-21 21:06:10 +10:00
tests Clean up license texts. 2022-08-11 11:53:15 -07:00
.cirrus.yml CI: Cirrus: bump used FreeBSD from 12.1 to 13.0 2021-11-01 14:02:44 +11:00
.editorconfig Add .editorconfig 2019-10-09 22:41:44 +11:00
.gitignore Fix 'make check' target so it builds. 2022-07-25 06:41:04 +01:00
.travis.yml travis.yml: Run tests on the non-x86 builders, too 2019-12-04 16:54:04 +11:00
Android.bp Clean up license texts. 2022-08-11 11:53:15 -07:00
BSD-2-Clause README.license: Update to reflect SPDX tag usage 2019-06-21 21:06:10 +10:00
checks.c Handle integer overflow in check_property_phandle_args() 2021-12-29 17:04:18 +11:00
CONTRIBUTING.md Add description of Signed-off-by lines 2022-07-29 12:55:15 +10:00
convert-dtsv0-lexer.l convert-dtsv0: Fix signedness comparisons warning 2020-10-13 15:48:40 +11:00
data.c dtc: Fix signedness comparisons warnings: Wrap (-1) 2020-10-13 15:58:53 +11:00
dtc-lexer.l ANDROID: Merge upstream ed310803ea (v1.6.1) 2022-05-31 09:16:03 +01:00
dtc-parser.y ANDROID: Merge upstream ed310803ea (v1.6.1) 2022-05-31 09:16:03 +01:00
dtc.c dtc: Fix signedness comparisons warnings: reservednum 2021-06-15 12:48:25 +10:00
dtc.h asm: Use .asciz and .ascii instead of .string 2021-09-25 16:11:41 +10:00
dtdiff dtc: Add GPLv2 SPDX tags to files missing license text 2019-06-21 21:06:10 +10:00
fdtdump.c fdtdump: fix -Werror=int-to-pointer-cast 2021-08-26 10:58:26 +10:00
fdtget.c Support 'r' format for printing raw bytes with fdtget 2021-12-09 17:48:58 +11:00
fdtoverlay.c fdtoverlay: Return non-zero exit code if overlays can't be applied 2019-10-11 15:58:18 +11:00
fdtput.c Support 'r' format for printing raw bytes with fdtget 2021-12-09 17:48:58 +11:00
flattree.c flattree: Use '\n', not ';' to separate asm pseudo-ops 2021-09-27 11:54:56 +10:00
fstree.c fstree: replace lstat with stat 2019-10-14 17:07:10 +11:00
GPL Update the GPL2 text to the latest revision 2019-05-21 09:58:37 +10:00
LGPL Clean up license texts. 2022-08-11 11:53:15 -07:00
LICENSE Clean up license texts. 2022-08-11 11:53:15 -07:00
livetree.c dtc: introduce label relative path references 2022-01-25 17:10:47 +11:00
Makefile ANDROID: Merge upstream c2ccf8a77d (v1.6.1) 2022-07-29 11:19:47 +01:00
Makefile.convert-dtsv0 dtc: Add GPLv2 SPDX tags to files missing license text 2019-06-21 21:06:10 +10:00
Makefile.dtc dtc: Replace GPLv2 boilerplate/reference with SPDX tags 2019-06-21 21:06:10 +10:00
Makefile.utils dtc: Add GPLv2 SPDX tags to files missing license text 2019-06-21 21:06:10 +10:00
MANIFEST.in pylibfdt: fix swig build in install 2022-02-04 18:52:36 +11:00
meson.build Allow static building with meson 2022-07-27 16:38:45 +10:00
meson_options.txt Allow static building with meson 2022-07-27 16:38:45 +10:00
METADATA Add package info into METADATA. 2022-08-13 12:58:53 +01:00
MODULE_LICENSE_BSD Clean up license texts. 2022-08-11 11:53:15 -07:00
MODULE_LICENSE_GPL Add metadata 2017-12-07 15:13:38 -08:00
MODULE_LICENSE_LGPL Clean up license texts. 2022-08-11 11:53:15 -07:00
OWNERS OWNERS: Add mikemcternan@ 2022-08-05 16:12:46 +00:00
README.license README.license: Update to reflect SPDX tag usage 2019-06-21 21:06:10 +10:00
README.md Split out information for contributors to CONTRIBUTING.md 2022-07-28 16:25:56 +10:00
README.version Reset master to upstream 2017-02-17 11:16:16 +08:00
setup.py pylibfdt: fix swig build in install 2022-02-04 18:52:36 +11:00
srcpos.c srcpos: increase MAX_SRCFILE_DEPTH 2021-01-13 12:05:26 +11:00
srcpos.h dtc: Replace GPLv2 boilerplate/reference with SPDX tags 2019-06-21 21:06:10 +10:00
TODO dtc: Update TODO files 2007-12-19 08:20:26 -06:00
treesource.c treesource: Maintain phandle label/path on output 2021-10-11 16:20:53 +11:00
util.c ANDROID: Merge upstream ed310803ea (v1.6.1) 2022-05-31 09:16:03 +01:00
util.h util: introduce xstrndup helper 2022-01-25 17:10:47 +11:00
version_gen.h.in build-sys: add meson build 2020-10-21 14:36:07 +11:00
version_non_gen.h Update dtc to 1.6.0 2020-07-09 14:54:01 -07:00
yamltree.c yamltree: Remove marker ordering dependency 2021-06-08 11:53:19 +10:00

Device Tree Compiler and libfdt

The source tree contains the Device Tree Compiler (dtc) toolchain for working with device tree source and binary files and also libfdt, a utility library for reading and manipulating the binary format.

dtc and libfdt are maintained by:

Python library

A Python library wrapping libfdt is also available. To build this you will need to install swig and Python development files. On Debian distributions:

$ sudo apt-get install swig python3-dev

The library provides an Fdt class which you can use like this:

$ PYTHONPATH=../pylibfdt python3
>>> import libfdt
>>> fdt = libfdt.Fdt(open('test_tree1.dtb', mode='rb').read())
>>> node = fdt.path_offset('/subnode@1')
>>> print(node)
124
>>> prop_offset = fdt.first_property_offset(node)
>>> prop = fdt.get_property_by_offset(prop_offset)
>>> print('%s=%s' % (prop.name, prop.as_str()))
compatible=subnode1
>>> node2 = fdt.path_offset('/')
>>> print(fdt.getprop(node2, 'compatible').as_str())
test_tree1

You will find tests in tests/pylibfdt_tests.py showing how to use each method. Help is available using the Python help command, e.g.:

$ cd pylibfdt
$ python3 -c "import libfdt; help(libfdt)"

If you add new features, please check code coverage:

$ sudo apt-get install python3-coverage
$ cd tests
# It's just 'coverage' on most other distributions
$ python3-coverage run pylibfdt_tests.py
$ python3-coverage html
# Open 'htmlcov/index.html' in your browser

The library can be installed with pip from a local source tree:

$ pip install . [--user|--prefix=/path/to/install_dir]

Or directly from a remote git repo:

$ pip install git+git://git.kernel.org/pub/scm/utils/dtc/dtc.git@main

The install depends on libfdt shared library being installed on the host system first. Generally, using --user or --prefix is not necessary and pip will use the default location for the Python installation which varies if the user is root or not.

You can also install everything via make if you like, but pip is recommended.

To install both libfdt and pylibfdt you can use:

$ make install [PREFIX=/path/to/install_dir]

To disable building the python library, even if swig and Python are available, use:

$ make NO_PYTHON=1

More work remains to support all of libfdt, including access to numeric values.

Mailing lists