summaryrefslogtreecommitdiff
path: root/util.h
Commit message (Expand)AuthorAgeFilesLines
* util: add common ARRAY_SIZE defineMike Frysinger2013-05-241-0/+2
* util: drop "long" from usage helpersMike Frysinger2013-05-241-9/+9
* dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpersMike Frysinger2013-05-241-1/+1
* fdtdump: make usage a bit more friendlyMike Frysinger2013-05-241-0/+61
* utilfdt_read: pass back up the length of data readMike Frysinger2013-04-221-0/+13
* Revert "utilfdt_read: pass back up the length of data read"Jon Loeliger2013-04-221-4/+2
* util_version: new helper for displaying version infoMike Frysinger2013-04-211-0/+5
* die: constify format string argMike Frysinger2013-04-211-1/+1
* utilfdt_read: pass back up the length of data readMike Frysinger2013-04-211-2/+4
* Move property-printing into utilSimon Glass2013-01-271-0/+14
* Adjust util_is_printable_string() comment and fix testSimon Glass2013-01-271-3/+5
* Add fdtget utility to read property values from a device treeSimon Glass2012-01-211-0/+10
* Add fdt read/write utility functionsSimon Glass2011-09-221-0/+68
* dtc: Refactor character literal parsing codeAnton Staaf2011-09-091-0/+8
* Split out is_printable_string() into util.cSimon Glass2011-07-171-0/+11
* dtc: Simpler interface to source file managementDavid Gibson2010-01-141-0/+1
* dtc: Move some functions to util.[ch]David Gibson2009-01-071-0/+35
* Implement and use an xstrdup() functionJon Loeliger2008-10-031-0/+20