summaryrefslogtreecommitdiff
path: root/dtc-lexer.l
AgeCommit message (Expand)Author
2022-05-31ANDROID: Merge upstream ed310803ea89 (v1.6.1) Pierre-Clément Tosi
2022-01-25dtc: introduce label relative path references Ahmad Fatoum
2021-06-08Make handling of cpp line information more tolerant David Gibson
2020-07-09Update dtc to 1.6.0 Steve Muckle
2020-01-16Remove redundant YYLOC global declaration Dirk Mueller
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tags Rob Herring
2018-09-25Merge nodes with local target label references Fredrik Markstrom
2018-05-04dtc: add ability to make nodes conditional on them being referenced Maxime Ripard
2017-04-25Update to dtc-1.4.4 SzuWei Lin
2017-03-06Clean up gcc attributes David Gibson
2017-02-28Add printf format attributes David Gibson
2017-02-17Reset master to upstream SzuWei Lin
2016-12-12dtc: Fix memory leak in character literal parsing Gabriel Smith
2016-12-09dtc: Plugin and fixup support Pantelis Antoniou
2016-02-23Make it build under Android Chris Phoenix
2016-02-22dtc: Plugin and fixup support Pantelis Antoniou
2016-01-04Fix some bugs in processing of line directives David Gibson
2016-01-03Gracefully handle bad octal literals David Gibson
2014-09-26dtc: Delete the unused start condition INCLUDE Wang Long
2014-05-09Fix bug with references to root node David Gibson
2014-01-04Move character literal processing to the lexer David Gibson
2014-01-03Move integer literal processing back to the lexer David Gibson
2013-12-25Pass 'unsigned char' type to isdigit()/isspace()/isprint() functions Serge Lamikhov-Center
2013-10-28Use stdbool more widely David Gibson
2013-06-03dtc: ensure #line directives don't consume data from the next line Stephen Warren
2012-09-28dtc: cpp co-existence: add support for #line directives Stephen Warren
2012-09-28dtc: cpp co-existence: allow names starting with # to be escaped Stephen Warren
2012-09-06dtc: Add ability to delete nodes and properties Stephen Warren
2012-04-09dtc: Basic integer expressions Stephen Warren
2011-10-11dtc: Add support for variable sized elements Anton Staaf
2011-09-22dtc: Support character literals in cell lists Anton Staaf
2010-11-13Allow nodes to be referenced by path at the top level. John Bonesio
2010-09-21Add merging of labelled subnodes. This patch allows the following David Gibson
2010-04-30dtc: Add -Wredundant-decls (resend) David Gibson
2010-02-08Modification of lexer and parser, improving dtc portability. Lukasz Wojcik
2010-01-14dtc: Cleanup line number tracking, add column number tracking David Gibson
2010-01-14dtc: Simpler interface to source file management David Gibson
2008-10-03Remove support for the legacy DTS source file format. Jon Loeliger
2008-10-03Use flex's YY_USER_ACTION feature to avoid code duplication Jon Loeliger
2008-10-03Implement and use an xstrdup() function Jon Loeliger
2008-07-31dtc: Remove unused lexer function David Gibson
2008-07-14dtc: Clean up lexing of include files David Gibson
2008-06-19dtc: Add support for binary includes. David Gibson
2008-03-23dtc: Remove ugly include stack abuse David Gibson
2008-03-23dtc: Make dtc_open_file() die() if unable to open requested file David Gibson
2008-03-23dtc: Fix error reporting in push_input_file() David Gibson
2008-01-10Preserve scanner state when /include/ing. Scott Wood
2008-01-07Convert malloc() uses to xmalloc(). Scott Wood
2008-01-04Look for include files in the directory of the including file. Scott Wood
2007-12-07dtc: Reinstate full old-style reference-to-path for v0 dts files David Gibson