aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-06fix MinGW format attributeRosen Penev1-1/+3
2023-02-27Add -Wsuggest-attribute=format warning, correct warnings thus generatedDavid Gibson1-1/+1
2022-01-25util: introduce xstrndup helperAhmad Fatoum1-0/+1
2021-12-09Support 'r' format for printing raw bytes with fdtgetRafał Miłecki1-1/+2
2021-02-07util: limit gnu_printf format attribute to gcc >= 4.4.0Jonathan Gray1-3/+3
2020-07-22dtc: Include stdlib.h in util.hAndrei Ziureaev1-0/+1
2019-11-21Avoid gnu_printf attribute when using ClangEd Maste1-0/+4
2019-10-14util: use gnu_printf format attributeMarc-André Lureau1-1/+1
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring1-15/+1
2019-05-21Fix typos in various documentation and source filesThomas Huth1-2/+2
2018-11-25util: Add xa{v}sprintf_append functionsRob Herring1-0/+2
2018-06-07Use size_t for blob lengths in utilfdt_read*David Gibson1-2/+2
2018-06-07Consolidate utilfdt_read_len() variantsDavid Gibson1-16/+4
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