aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fdtgrep.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Remove duplicate newlinesMarek Vasut2024-07-151-1/+0
* fdtgrep: Allow propagating properties up to supernodesSimon Glass2023-12-311-1/+17
* fdtgrep: Move property checking into a functionSimon Glass2023-12-311-13/+35
* fdtgrep: Simplify code to inverting the matchSimon Glass2023-12-311-8/+2
* fdtgrep: Tidy up comment for h_include()Simon Glass2023-12-311-3/+9
* fdtgrep: Correct references to fdt_find_regions()Simon Glass2023-12-311-3/+3
* fdtgrep: Correct ordering of flagsSimon Glass2023-12-311-7/+7
* fdtgrep: Tidy up a few type warnings and commentsSimon Glass2023-12-311-9/+10
* tools: fdtgrep: Fix handle leakMikhail Ilin2022-12-081-2/+6
* fdtgrep: Correct alignment of struct sectionSimon Glass2021-12-171-2/+1
* 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