summaryrefslogtreecommitdiff
path: root/tools/fdtgrep.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22tools: fdtgrep: Use unsigned chars for arraysSamuel Dionne-Riel1-1/+1
2020-05-15tools: ftdgrep: use /* fallthrough */ as neededHeinrich Schuchardt1-4/+7
2020-04-26libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada1-0/+1
2020-01-24tools: ftdgrep: correct the find regions loop in do_fdtgrepPatrick Delaunay1-2/+4
2018-06-19fdtgrep: Separate out checking of two allocationsSimon Glass1-4/+7
2018-06-19fdtgrep: Fix logic of free() in do_fdtgrep()Simon Glass1-2/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-28tools: include necessary headers explicitlyMasahiro Yamada1-0/+3
2018-01-28libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.cMasahiro Yamada1-1/+1
2017-11-06Do not attempt to use the systemwide libfdtJan Kundrát1-2/+2
2017-06-12fdtgrep: Deal with NULL data passed to check_type_include()Simon Glass1-11/+14
2017-04-13fdtgrep: Cope with the /aliases node being lastSimon Glass1-3/+0
2016-10-07Various, accumulated typos collected from around the tree.Robert P. J. Day1-1/+1
2016-03-15fdtgrep: Improve error handling with invalid device treeSimon Glass1-4/+10
2015-11-04fdtgrep: Simplify the alias generation codeSimon Glass1-22/+10
2015-07-22fdt: Add fdtgrep toolSimon Glass1-0/+1234