summaryrefslogtreecommitdiffstats
path: root/tools/fdtgrep.c
Commit message (Expand)AuthorAgeFilesLines
* tools: fdtgrep: Use unsigned chars for arraysSamuel Dionne-Riel2021-03-221-1/+1
* tools: ftdgrep: use /* fallthrough */ as neededHeinrich Schuchardt2020-05-151-4/+7
* libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada2020-04-261-0/+1
* tools: ftdgrep: correct the find regions loop in do_fdtgrepPatrick Delaunay2020-01-241-2/+4
* fdtgrep: Separate out checking of two allocationsSimon Glass2018-06-191-4/+7
* fdtgrep: Fix logic of free() in do_fdtgrep()Simon Glass2018-06-191-2/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* tools: include necessary headers explicitlyMasahiro Yamada2018-01-281-0/+3
* libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.cMasahiro Yamada2018-01-281-1/+1
* Do not attempt to use the systemwide libfdtJan Kundrát2017-11-061-2/+2
* fdtgrep: Deal with NULL data passed to check_type_include()Simon Glass2017-06-121-11/+14
* fdtgrep: Cope with the /aliases node being lastSimon Glass2017-04-131-3/+0
* Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-061-1/+1
* fdtgrep: Improve error handling with invalid device treeSimon Glass2016-03-141-4/+10
* fdtgrep: Simplify the alias generation codeSimon Glass2015-11-041-22/+10
* fdt: Add fdtgrep toolSimon Glass2015-07-211-0/+1234