aboutsummaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Expand)Author
2020-10-13dtc: Fix signedness comparisons warnings: Wrap (-1)Andre Przywara
2020-10-13dtc: Fix signedness comparisons warnings: change typesAndre Przywara
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring
2018-08-31Kill bogus TYPE_BLOB marker typeGreg Kurz
2018-06-04Preserve datatype information when parsing dtsGrant Likely
2017-03-06Fix assorted sparse warningsDavid Gibson
2017-03-06dtc: Don't abuse struct fdt_reserve_entryDavid Gibson
2014-08-08Properly handle embedded nul delimited string listsJack Miller
2013-10-28Use stdbool more widelyDavid Gibson
2011-10-11dtc: Add data_append_integer functionAnton Staaf
2011-09-09dtc: Refactor character literal parsing codeAnton Staaf
2008-08-13dtc: Make many functions 'static'David Gibson
2008-07-14dtc: Use the same endian-conversion functions as libfdtDavid Gibson
2008-07-14dtc: Use stdint.h types throughout dtcDavid Gibson
2008-06-19dtc: Add support for binary includes.David Gibson
2008-03-23dtc: Cleanup \nnn and \xNN string escape handlingDavid Gibson
2008-03-23dtc: Abolish asize field of struct dataDavid Gibson
2007-12-05dtc: Implement path referencesDavid Gibson
2007-12-04dtc: Add many const qualificationsDavid Gibson
2007-11-26dtc: Merge refs and labels into single "markers" list (v2)David Gibson
2007-10-22dtc: data.c doesn't need to include dtc-parser.tab.hDavid Gibson
2007-10-16dtc: Improve support for string escapesDavid Gibson
2007-09-27dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson
2007-09-18dtc: Whitespace cleanupDavid Gibson
2007-07-07dtc: store labels in ascending orderMilton Miller
2007-07-07dtc: implement labels on property dataMilton Miller
2007-07-07dtc: clean up grow_data_for()Milton Miller
2007-02-16Moved data_convert_cell() out of data.c to the parser.Jon Loeliger
2007-02-15Add support for decimal, octal and binary based cell values.Jon Loeliger
2007-02-08Allow multipart property valuesDavid Gibson
2006-06-24Remove dead code.Jon Loeliger
2005-10-24Rework tracking of reserve entries during processing. This is initial workDavid Gibson
2005-10-17Oops avoid using case range gcc extension.David Gibson
2005-08-29Remove an unused function, mark a bunch of other functions and variablesDavid Gibson
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson
2005-06-16Rudimentary phandle reference support.David Gibson
2005-06-08Initial commitDavid Gibson