aboutsummaryrefslogtreecommitdiff
path: root/util.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-22utilfdt_read: pass back up the length of data readMike Frysinger1-0/+13
2013-04-22Revert "utilfdt_read: pass back up the length of data read"Jon Loeliger1-4/+2
2013-04-21util_version: new helper for displaying version infoMike Frysinger1-0/+5
2013-04-21die: constify format string argMike Frysinger1-1/+1
2013-04-21utilfdt_read: pass back up the length of data readMike Frysinger1-2/+4
2013-01-27Move property-printing into utilSimon Glass1-0/+14
2013-01-27Adjust util_is_printable_string() comment and fix testSimon Glass1-3/+5
2012-01-21Add fdtget utility to read property values from a device treeSimon Glass1-0/+10
2011-09-22Add fdt read/write utility functionsSimon Glass1-0/+68
2011-09-09dtc: Refactor character literal parsing codeAnton Staaf1-0/+8
2011-07-17Split out is_printable_string() into util.cSimon Glass1-0/+11
2010-01-14dtc: Simpler interface to source file managementDavid Gibson1-0/+1
2009-01-07dtc: Move some functions to util.[ch]David Gibson1-0/+35
2008-10-03Implement and use an xstrdup() functionJon Loeliger1-0/+20