index
:
platform/external/dtc
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fdtget.c
Age
Commit message (
Expand
)
Author
2021-12-09
Support 'r' format for printing raw bytes with fdtget
Rafał Miłecki
2021-06-21
fdtget: Fix signedness comparisons warnings
Andre Przywara
2019-06-21
dtc: Replace GPLv2 boilerplate/reference with SPDX tags
Rob Herring
2018-06-26
libfdt: Add helpers for accessing unaligned words
David Gibson
2018-06-07
Consolidate utilfdt_read_len() variants
David Gibson
2018-01-27
Add limited read-only support for older (V2 and V3) device tree to libfdt.
Nathan Whitehorn
2017-08-21
fdtget: Split out cell list display into a new function
Simon Glass
2017-03-06
fdtget: Use @return to document the return value
Nicolas Iooss
2017-03-06
Fix assorted sparse warnings
David Gibson
2016-07-24
fdtget.c: Fix memory leak
Jean-Christophe Dubois
2013-05-24
util: drop "long" from usage helpers
Mike Frysinger
2013-05-24
dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpers
Mike Frysinger
2013-04-22
Revert "utilfdt_read: pass back up the length of data read"
Jon Loeliger
2013-04-21
utilfdt_read: pass back up the length of data read
Mike Frysinger
2012-03-07
fdtget: Add -d to provide a default value
Simon Glass
2012-03-07
fdtget: Add -l to list the subnodes of a node
Simon Glass
2012-03-07
fdtget: Add -p to list the properties of a node
Simon Glass
2012-03-07
fdtget: Fix multiple arg bug and add test for it
Simon Glass
2012-02-03
Trivial style fixup
David Gibson
2012-01-21
Add fdtget utility to read property values from a device tree
Simon Glass