aboutsummaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Expand)Author
2023-10-11ANDROID: Generate version_gen.h in Soong and BazelPierre-Clément Tosi
2022-05-31ANDROID: Merge upstream ed310803ea89 (v1.6.1)Pierre-Clément Tosi
2022-01-25util: introduce xstrndup helperAhmad Fatoum
2021-12-09Support 'r' format for printing raw bytes with fdtgetRafał Miłecki
2020-07-09Update dtc to 1.6.0Steve Muckle
2019-11-07Use correct inttypes.h format specifierDavid Gibson
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring
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-04-25Update to dtc-1.4.4android-wear-o-preview-4android-wear-o-preview-3android-o-preview-2SzuWei Lin
2017-03-06Fix assorted sparse warningsDavid Gibson
2017-02-17Reset master to upstreamSzuWei Lin
2016-05-25util: Add xasprintf portable asprintf variantPantelis Antoniou
2016-02-23Make it build under AndroidChris Phoenix
2016-01-03Fix crash on nul character in string escape sequenceDavid Gibson
2015-07-09fdtdump: Fix bug printing bytestrings with negative valuesDavid Gibson
2014-06-18Tweak code to display cell valuesSimon Glass
2014-03-02Remove dead code in util.cHeinrich Schuchardt
2014-02-01dtc: fix some more -Wshadow warningsFlorian Fainelli
2013-12-25Pass 'unsigned char' type to isdigit()/isspace()/isprint() functionsSerge Lamikhov-Center
2013-10-28Use stdbool more widelyDavid Gibson
2013-10-01util: Fix out of bounds memory accessSerge Lamikhov-Center
2013-05-24util: drop "long" from 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-21utilfdt_read: pass back up the length of data readMike Frysinger
2013-04-21utilfdt_read_err: use xmalloc funcsMike Frysinger
2013-01-27Move property-printing into utilSimon Glass
2013-01-06Fix util_is_printable_stringPantelis Antoniou
2012-02-03Fix uninitialized access bug in utilfdt_decode_typeDavid Gibson
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-03-03dtc: Correct headers in util.cDavid Gibson
2010-01-14dtc: Simpler interface to source file managementDavid Gibson
2008-10-03Implement and use an xstrdup() functionJon Loeliger