summaryrefslogtreecommitdiff
path: root/fdtput.c
Commit message (Expand)AuthorAgeFilesLines
* Support 'r' format for printing raw bytes with fdtgetRafał Miłecki2021-12-091-0/+2
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-211-15/+1
* Consolidate utilfdt_read_len() variantsDavid Gibson2018-06-071-1/+1
* Remove leading underscores from identifiersDavid Gibson2017-10-261-3/+3
* fdtput: Remove star from value_len documentationNicolas Iooss2017-03-061-1/+1
* Fix assorted sparse warningsDavid Gibson2017-03-061-1/+1
* fdtput.c: Fix memory leak.Jean-Christophe Dubois2016-07-241-1/+6
* fdtput: add delete node and property functionWang Long2015-01-271-3/+82
* Consistently use xrealloc instead of reallocHeinrich Schuchardt2014-03-031-6/+1
* fdtput: expand fdt if value does not fitSrinivas Kandagatla2013-05-291-15/+59
* util: drop "long" from usage helpersMike Frysinger2013-05-241-4/+4
* dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpersMike Frysinger2013-05-241-34/+29
* 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
* fdtput: Add -p option to create subnodes along entire pathSimon Glass2012-07-121-4/+55
* fdtput: Adjust report_error() to use name, namelen paramsSimon Glass2012-07-121-7/+18
* fdtput: Add -c option to create nodesSimon Glass2012-07-121-1/+51
* fdtput: Prepare to support multiple operationsSimon Glass2012-07-121-11/+26
* fdtput: Fix nit in help messageSimon Glass2012-07-111-1/+1
* Add fdtput utility to write property values to a device treeSimon Glass2012-01-211-0/+235