aboutsummaryrefslogtreecommitdiff
path: root/util.h
AgeCommit message (Expand)Author
2017-03-06Clean up gcc attributesDavid Gibson
2017-02-28Add printf format attributesDavid Gibson
2017-02-28Correct some broken printf() like format mismatchesDavid Gibson
2016-05-25util: Add xasprintf portable asprintf variantPantelis Antoniou
2015-01-13dtc: Use va_end to match corresponding va_startColin Ian King
2013-10-28Use stdbool more widelyDavid Gibson
2013-05-24util: add common ARRAY_SIZE defineMike Frysinger
2013-05-24util: drop "long" from usage helpersMike Frysinger
2013-05-24dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpersMike Frysinger
2013-05-24fdtdump: make usage a bit more friendlyMike Frysinger
2013-04-22utilfdt_read: pass back up the length of data readMike Frysinger
2013-04-22Revert "utilfdt_read: pass back up the length of data read"Jon Loeliger
2013-04-21util_version: new helper for displaying version infoMike Frysinger
2013-04-21die: constify format string argMike Frysinger
2013-04-21utilfdt_read: pass back up the length of data readMike Frysinger
2013-01-27Move property-printing into utilSimon Glass
2013-01-27Adjust util_is_printable_string() comment and fix testSimon Glass
2012-01-21Add fdtget utility to read property values from a device treeSimon Glass
2011-09-22Add fdt read/write utility functionsSimon Glass
2011-09-09dtc: Refactor character literal parsing codeAnton Staaf
2011-07-17Split out is_printable_string() into util.cSimon Glass
2010-01-14dtc: Simpler interface to source file managementDavid Gibson
2009-01-07dtc: Move some functions to util.[ch]David Gibson
2008-10-03Implement and use an xstrdup() functionJon Loeliger