summaryrefslogtreecommitdiff
path: root/fdtget.c
Commit message (Expand)AuthorAgeFilesLines
* Support 'r' format for printing raw bytes with fdtgetRafał Miłecki2021-12-091-0/+5
* fdtget: Fix signedness comparisons warningsAndre Przywara2021-06-211-2/+8
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-211-15/+1
* libfdt: Add helpers for accessing unaligned wordsDavid Gibson2018-06-261-1/+1
* Consolidate utilfdt_read_len() variantsDavid Gibson2018-06-071-1/+1
* Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn2018-01-271-3/+1
* fdtget: Split out cell list display into a new functionSimon Glass2017-08-211-15/+34
* fdtget: Use @return to document the return valueNicolas Iooss2017-03-061-1/+1
* Fix assorted sparse warningsDavid Gibson2017-03-061-1/+1
* fdtget.c: Fix memory leakJean-Christophe Dubois2016-07-241-1/+7
* util: drop "long" from usage helpersMike Frysinger2013-05-241-3/+3
* dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpersMike Frysinger2013-05-241-33/+27
* Revert "utilfdt_read: pass back up the length of data read"Jon Loeliger2013-04-221-1/+1
* utilfdt_read: pass back up the length of data readMike Frysinger2013-04-211-1/+1
* fdtget: Add -d to provide a default valueSimon Glass2012-03-071-3/+17
* fdtget: Add -l to list the subnodes of a nodeSimon Glass2012-03-071-12/+84
* fdtget: Add -p to list the properties of a nodeSimon Glass2012-03-071-6/+60
* fdtget: Fix multiple arg bug and add test for itSimon Glass2012-03-071-3/+3
* Trivial style fixupDavid Gibson2012-02-031-2/+2
* Add fdtget utility to read property values from a device treeSimon Glass2012-01-211-0/+226