summaryrefslogtreecommitdiff
path: root/dtc-parser.y
Commit message (Expand)AuthorAgeFilesLines
* Make name_node() xstrdup its name argumentDavid Gibson2023-03-011-0/+2
* Make build_property() xstrdup its name argumentDavid Gibson2023-03-011-0/+3
* dtc: Warning rather than error on possible truncation of cell valuesDavid Gibson2022-11-211-3/+8
* dtc: introduce label relative path referencesAhmad Fatoum2022-01-251-0/+13
* dtc: Avoid UB when shiftingAndrei Ziureaev2020-07-151-2/+2
* support byacc in addition to bisonEthan Sommer2019-11-031-0/+4
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-211-16/+1
* annotations: add positionsJulia Lawall2018-11-191-5/+8
* Revert "annotations: add positions"David Gibson2018-11-141-8/+5
* annotations: add positionsJulia Lawall2018-11-131-5/+8
* Merge nodes with local target label referencesFredrik Markstrom2018-09-251-8/+31
* parser: add TYPE_STRING marker to path referencesRob Herring2018-08-011-0/+1
* Preserve datatype information when parsing dtsGrant Likely2018-06-041-5/+10
* dtc: add ability to make nodes conditional on them being referencedMaxime Ripard2018-05-041-0/+17
* Correct overlay syntactic sugar for generating target-path fragmentsDavid Gibson2018-03-061-11/+11
* Fix ambiguous grammar for devicetree ruleGrant Likely2017-11-211-6/+11
* overlay: Add syntactic sugar version of overlaysPantelis Antoniou2017-09-281-3/+17
* dtc: Fix NULL pointer use in dtlabel + dtref caseStephen Boyd2017-01-311-3/+3
* Rename boot_infoDavid Gibson2016-12-091-3/+3
* dtc: Clean up /dts-v1/ and /plugin/ handling in grammarDavid Gibson2016-12-091-18/+17
* dtc: Plugin and fixup supportPantelis Antoniou2016-12-091-3/+25
* Alter grammar to allow multiple /dts-v1/ tagsDavid Gibson2016-05-271-3/+8
* Prevent crash on modulo by zeroDavid Gibson2016-01-121-1/+9
* Prevent crash on division by zeroDavid Gibson2016-01-031-1/+9
* dtc: parser: Add label while overriding nodesNikhil Devshatwar2015-02-231-0/+12
* Remove references to unused DT_BASE tokenDavid Gibson2014-02-151-2/+0
* Clean up parser error messagesDavid Gibson2014-01-041-26/+18
* Correct locations in parser error messaesDavid Gibson2014-01-041-14/+12
* Die on failed /incbin/ seeksDavid Gibson2014-01-041-4/+3
* Move character literal processing to the lexerDavid Gibson2014-01-041-33/+1
* Move integer literal processing back to the lexerDavid Gibson2014-01-031-32/+10
* Make srcpos_{v,}error() more widely usefulDavid Gibson2014-01-011-1/+1
* Use stdbool more widelyDavid Gibson2013-10-281-2/+2
* dtc: Add ability to delete nodes and propertiesStephen Warren2012-09-061-0/+21
* dtc: Basic integer expressionsStephen Warren2012-04-091-24/+132
* dtc: Add support for variable sized elementsAnton Staaf2011-10-111-22/+48
* dtc: Support character literals in cell listsAnton Staaf2011-09-221-0/+32
* Allow nodes to be referenced by path at the top level.John Bonesio2010-11-131-3/+2
* Create new and use new print_error that uses printf style formatting.John Bonesio2010-10-201-10/+18
* Add merging of labelled subnodes. This patch allows the followingDavid Gibson2010-09-211-12/+16
* Allow device tree to be modified by additonal device tree sectionsGrant Likely2010-02-251-1/+13
* dtc: Allow multiple labels on nodes and propertiesDavid Gibson2010-02-241-20/+23
* dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson2010-02-191-1/+2
* Modification of lexer and parser, improving dtc portability.Lukasz Wojcik2010-02-081-2/+2
* dtc: Simpler interface to source file managementDavid Gibson2010-01-141-10/+8
* Use yylloc instead of yylocDavid Gibson2009-11-111-1/+1
* Remove support for the legacy DTS source file format.Jon Loeliger2008-10-031-46/+0
* Enhance source position implementation.Jon Loeliger2008-10-031-21/+8
* dtc: Use stdint.h types throughout dtcDavid Gibson2008-07-141-2/+2
* dtc: Add support for binary includes.David Gibson2008-06-191-0/+31