aboutsummaryrefslogtreecommitdiff
path: root/util.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Remove leading underscores from identifiersDavid Gibson1-3/+3
2017-10-26Replace FDT_VERSION() with stringify()David Gibson1-0/+3
2017-03-06Clean up gcc attributesDavid Gibson1-16/+14
2017-02-28Add printf format attributesDavid Gibson1-1/+13
2017-02-28Correct some broken printf() like format mismatchesDavid Gibson1-1/+1
2016-05-25util: Add xasprintf portable asprintf variantPantelis Antoniou1-0/+1
2015-01-13dtc: Use va_end to match corresponding va_startColin Ian King1-0/+1
2013-10-28Use stdbool more widelyDavid Gibson1-1/+2
2013-05-24util: add common ARRAY_SIZE defineMike Frysinger1-0/+2
2013-05-24util: drop "long" from usage helpersMike Frysinger1-9/+9
2013-05-24dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpersMike Frysinger1-1/+1
2013-05-24fdtdump: make usage a bit more friendlyMike Frysinger1-0/+61
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