aboutsummaryrefslogtreecommitdiffstats
path: root/fdtput.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-09Support 'r' format for printing raw bytes with fdtgetRafał Miłecki1-0/+2
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring1-15/+1
2018-06-07Consolidate utilfdt_read_len() variantsDavid Gibson1-1/+1
2017-10-26Remove leading underscores from identifiersDavid Gibson1-3/+3
2017-03-06fdtput: Remove star from value_len documentationNicolas Iooss1-1/+1
2017-03-06Fix assorted sparse warningsDavid Gibson1-1/+1
2016-07-24fdtput.c: Fix memory leak.Jean-Christophe Dubois1-1/+6
2015-01-27fdtput: add delete node and property functionWang Long1-3/+82
2014-03-03Consistently use xrealloc instead of reallocHeinrich Schuchardt1-6/+1
2013-05-29fdtput: expand fdt if value does not fitSrinivas Kandagatla1-15/+59
2013-05-24util: drop "long" from usage helpersMike Frysinger1-4/+4
2013-05-24dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpersMike Frysinger1-34/+29
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-07-12fdtput: Add -p option to create subnodes along entire pathSimon Glass1-4/+55
2012-07-12fdtput: Adjust report_error() to use name, namelen paramsSimon Glass1-7/+18
2012-07-12fdtput: Add -c option to create nodesSimon Glass1-1/+51
2012-07-12fdtput: Prepare to support multiple operationsSimon Glass1-11/+26
2012-07-11fdtput: Fix nit in help messageSimon Glass1-1/+1
2012-01-21Add fdtput utility to write property values to a device treeSimon Glass1-0/+235