summaryrefslogtreecommitdiffstats
path: root/util.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-24util: drop "long" from usage helpersMike Frysinger1-3/+3
2013-05-24fdtdump: make usage a bit more friendlyMike Frysinger1-0/+54
2013-04-22utilfdt_read: pass back up the length of data readMike Frysinger1-3/+16
2013-04-22Revert "utilfdt_read: pass back up the length of data read"Jon Loeliger1-5/+3
2013-04-21util_version: new helper for displaying version infoMike Frysinger1-0/+7
2013-04-21utilfdt_read: pass back up the length of data readMike Frysinger1-3/+5
2013-04-21utilfdt_read_err: use xmalloc funcsMike Frysinger1-2/+2
2013-01-27Move property-printing into utilSimon Glass1-0/+37
2013-01-06Fix util_is_printable_stringPantelis Antoniou1-7/+13
2012-02-03Fix uninitialized access bug in utilfdt_decode_typeDavid Gibson1-1/+4
2011-09-22Add fdt read/write utility functionsSimon Glass1-0/+142
2011-09-09dtc: Refactor character literal parsing codeAnton Staaf1-0/+99
2011-07-17Split out is_printable_string() into util.cSimon Glass1-0/+28
2010-03-03dtc: Correct headers in util.cDavid Gibson1-1/+6
2010-01-14dtc: Simpler interface to source file managementDavid Gibson1-0/+24
2008-10-03Implement and use an xstrdup() functionJon Loeliger1-0/+30