summaryrefslogtreecommitdiff
path: root/util.h
Commit message (Expand)AuthorAgeFilesLines
* Add -Wsuggest-attribute=format warning, correct warnings thus generatedDavid Gibson2023-02-271-1/+1
* util: introduce xstrndup helperAhmad Fatoum2022-01-251-0/+1
* Support 'r' format for printing raw bytes with fdtgetRafał Miłecki2021-12-091-1/+2
* util: limit gnu_printf format attribute to gcc >= 4.4.0Jonathan Gray2021-02-071-3/+3
* dtc: Include stdlib.h in util.hAndrei Ziureaev2020-07-221-0/+1
* Avoid gnu_printf attribute when using ClangEd Maste2019-11-211-0/+4
* util: use gnu_printf format attributeMarc-André Lureau2019-10-141-1/+1
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-211-15/+1
* Fix typos in various documentation and source filesThomas Huth2019-05-211-2/+2
* util: Add xa{v}sprintf_append functionsRob Herring2018-11-251-0/+2
* Use size_t for blob lengths in utilfdt_read*David Gibson2018-06-071-2/+2
* Consolidate utilfdt_read_len() variantsDavid Gibson2018-06-071-16/+4
* Remove leading underscores from identifiersDavid Gibson2017-10-261-3/+3
* Replace FDT_VERSION() with stringify()David Gibson2017-10-261-0/+3
* Clean up gcc attributesDavid Gibson2017-03-061-16/+14
* Add printf format attributesDavid Gibson2017-02-281-1/+13
* Correct some broken printf() like format mismatchesDavid Gibson2017-02-281-1/+1
* util: Add xasprintf portable asprintf variantPantelis Antoniou2016-05-251-0/+1
* dtc: Use va_end to match corresponding va_startColin Ian King2015-01-131-0/+1
* Use stdbool more widelyDavid Gibson2013-10-281-1/+2
* 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