aboutsummaryrefslogtreecommitdiffstats
path: root/fdtget.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-09Support 'r' format for printing raw bytes with fdtgetRafał Miłecki1-0/+5
2021-06-21fdtget: Fix signedness comparisons warningsAndre Przywara1-2/+8
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring1-15/+1
2018-06-26libfdt: Add helpers for accessing unaligned wordsDavid Gibson1-1/+1
2018-06-07Consolidate utilfdt_read_len() variantsDavid Gibson1-1/+1
2018-01-27Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn1-3/+1
2017-08-21fdtget: Split out cell list display into a new functionSimon Glass1-15/+34
2017-03-06fdtget: Use @return to document the return valueNicolas Iooss1-1/+1
2017-03-06Fix assorted sparse warningsDavid Gibson1-1/+1
2016-07-24fdtget.c: Fix memory leakJean-Christophe Dubois1-1/+7
2013-05-24util: drop "long" from usage helpersMike Frysinger1-3/+3
2013-05-24dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpersMike Frysinger1-33/+27
2013-04-22Revert "utilfdt_read: pass back up the length of data read"Jon Loeliger1-1/+1
2013-04-21utilfdt_read: pass back up the length of data readMike Frysinger1-1/+1
2012-03-07fdtget: Add -d to provide a default valueSimon Glass1-3/+17
2012-03-07fdtget: Add -l to list the subnodes of a nodeSimon Glass1-12/+84
2012-03-07fdtget: Add -p to list the properties of a nodeSimon Glass1-6/+60
2012-03-07fdtget: Fix multiple arg bug and add test for itSimon Glass1-3/+3
2012-02-03Trivial style fixupDavid Gibson1-2/+2
2012-01-21Add fdtget utility to read property values from a device treeSimon Glass1-0/+226