aboutsummaryrefslogtreecommitdiff
path: root/util.h
AgeCommit message (Expand)Author
2022-01-25util: introduce xstrndup helperAhmad Fatoum
2021-12-09Support 'r' format for printing raw bytes with fdtgetRafał Miłecki
2021-02-07util: limit gnu_printf format attribute to gcc >= 4.4.0Jonathan Gray
2020-07-22dtc: Include stdlib.h in util.hAndrei Ziureaev
2019-11-21Avoid gnu_printf attribute when using ClangEd Maste
2019-10-14util: use gnu_printf format attributeMarc-André Lureau
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring
2019-05-21Fix typos in various documentation and source filesThomas Huth
2018-11-25util: Add xa{v}sprintf_append functionsRob Herring
2018-06-07Use size_t for blob lengths in utilfdt_read*David Gibson
2018-06-07Consolidate utilfdt_read_len() variantsDavid Gibson
2017-10-26Remove leading underscores from identifiersDavid Gibson
2017-10-26Replace FDT_VERSION() with stringify()David Gibson
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