38 Commits (bdc5c8793a13abb8846d115b7923df87605d05bd)

Author SHA1 Message Date
David Gibson e3cde0613b Add -Wsuggest-attribute=format warning, correct warnings thus generated 2 years ago
Ahmad Fatoum 651410e54c util: introduce xstrndup helper 3 years ago
Rafał Miłecki 17739b7ef5 Support 'r' format for printing raw bytes with fdtget 3 years ago
Jonathan Gray f527c867a8 util: limit gnu_printf format attribute to gcc >= 4.4.0 4 years ago
Andrei Ziureaev 3d522abc75 dtc: Include stdlib.h in util.h 4 years ago
Ed Maste 34c82275ba Avoid gnu_printf attribute when using Clang 5 years ago
Marc-André Lureau 588a29ff2e util: use gnu_printf format attribute 5 years ago
Rob Herring acfe84f2c4 dtc: Replace GPLv2 boilerplate/reference with SPDX tags 5 years ago
Thomas Huth 825146d13d Fix typos in various documentation and source files 5 years ago
Rob Herring a1eff70c02 util: Add xa{v}sprintf_append functions 6 years ago
David Gibson fb9c6abdda Use size_t for blob lengths in utilfdt_read* 6 years ago
David Gibson 6473a21d8b Consolidate utilfdt_read_len() variants 6 years ago
David Gibson 3b62fdaebf Remove leading underscores from identifiers 7 years ago
David Gibson 2d45d1c5c6 Replace FDT_VERSION() with stringify() 7 years ago
David Gibson 672ac09ea0 Clean up gcc attributes 8 years ago
David Gibson 34a9886a17 Add printf format attributes 8 years ago
David Gibson f72508e2b6 Correct some broken printf() like format mismatches 8 years ago
Pantelis Antoniou 9dc404958e util: Add xasprintf portable asprintf variant 9 years ago
Colin Ian King 5ef2f7c2fa dtc: Use va_end to match corresponding va_start 10 years ago
David Gibson 17625371ee Use stdbool more widely 11 years ago
Mike Frysinger 4ad49c3a9c util: add common ARRAY_SIZE define 12 years ago
Mike Frysinger b9e80656f2 util: drop "long" from usage helpers 12 years ago
Mike Frysinger 03449b84c8 dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpers 12 years ago
Mike Frysinger be8d1c82cb fdtdump: make usage a bit more friendly 12 years ago
Mike Frysinger a6d55e039f utilfdt_read: pass back up the length of data read 12 years ago
Jon Loeliger 5543b88d5e Revert "utilfdt_read: pass back up the length of data read" 12 years ago
Mike Frysinger 31be4ce7ca util_version: new helper for displaying version info 12 years ago
Mike Frysinger 97c122eacc die: constify format string arg 12 years ago
Mike Frysinger cc2c178727 utilfdt_read: pass back up the length of data read 12 years ago
Simon Glass d20391d6ff Move property-printing into util 12 years ago
Simon Glass 8055d77a5b Adjust util_is_printable_string() comment and fix test 12 years ago
Simon Glass 68d057f20d Add fdtget utility to read property values from a device tree 13 years ago
Simon Glass 36204fdf74 Add fdt read/write utility functions 13 years ago
Anton Staaf b43335a238 dtc: Refactor character literal parsing code 13 years ago
Simon Glass 492f9d5de7 Split out is_printable_string() into util.c 13 years ago
David Gibson d68cb36b0b dtc: Simpler interface to source file management 15 years ago
David Gibson b2b4990bbf dtc: Move some functions to util.[ch] 16 years ago
Jon Loeliger 879e4d2590 Implement and use an xstrdup() function 16 years ago