aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-25util: introduce xstrndup helperAhmad Fatoum1-0/+11
2021-12-09Support 'r' format for printing raw bytes with fdtgetRafał Miłecki1-2/+2
2019-11-07Use correct inttypes.h format specifierDavid Gibson1-1/+2
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring1-15/+1
2018-11-25util: Add xa{v}sprintf_append functionsRob Herring1-21/+39
2018-06-07Use size_t for blob lengths in utilfdt_read*David Gibson1-3/+3
2018-06-07Consolidate utilfdt_read_len() variantsDavid Gibson1-16/+5
2017-03-06Fix assorted sparse warningsDavid Gibson1-5/+6
2016-05-25util: Add xasprintf portable asprintf variantPantelis Antoniou1-0/+30
2016-01-03Fix crash on nul character in string escape sequenceDavid Gibson1-1/+0
2015-07-09fdtdump: Fix bug printing bytestrings with negative valuesDavid Gibson1-1/+1
2014-06-18Tweak code to display cell valuesSimon Glass1-3/+3
2014-03-02Remove dead code in util.cHeinrich Schuchardt1-4/+0
2014-02-01dtc: fix some more -Wshadow warningsFlorian Fainelli1-3/+3
2013-12-25Pass 'unsigned char' type to isdigit()/isspace()/isprint() functionsSerge Lamikhov-Center1-1/+1
2013-10-28Use stdbool more widelyDavid Gibson1-1/+1
2013-10-01util: Fix out of bounds memory accessSerge Lamikhov-Center1-1/+1
2013-05-24util: drop "long" from usage helpersMike Frysinger1-3/+3
2013-05-24fdtdump: make usage a bit more friendlyMike Frysinger1-0/+54
2013-04-22utilfdt_read: pass back up the length of data readMike Frysinger1-3/+16
2013-04-22Revert "utilfdt_read: pass back up the length of data read"Jon Loeliger1-5/+3
2013-04-21util_version: new helper for displaying version infoMike Frysinger1-0/+7
2013-04-21utilfdt_read: pass back up the length of data readMike Frysinger1-3/+5
2013-04-21utilfdt_read_err: use xmalloc funcsMike Frysinger1-2/+2
2013-01-27Move property-printing into utilSimon Glass1-0/+37
2013-01-06Fix util_is_printable_stringPantelis Antoniou1-7/+13
2012-02-03Fix uninitialized access bug in utilfdt_decode_typeDavid Gibson1-1/+4
2011-09-22Add fdt read/write utility functionsSimon Glass1-0/+142
2011-09-09dtc: Refactor character literal parsing codeAnton Staaf1-0/+99
2011-07-17Split out is_printable_string() into util.cSimon Glass1-0/+28
2010-03-03dtc: Correct headers in util.cDavid Gibson1-1/+6
2010-01-14dtc: Simpler interface to source file managementDavid Gibson1-0/+24
2008-10-03Implement and use an xstrdup() functionJon Loeliger1-0/+30