aboutsummaryrefslogtreecommitdiff
path: root/dtc-parser.y
AgeCommit message (Expand)Author
2024-03-26Upgrade dtc to v1.7.0HEADmastermainSadaf Ebrahimi
2022-11-21dtc: Warning rather than error on possible truncation of cell valuesDavid Gibson
2022-05-31ANDROID: Merge upstream ed310803ea89 (v1.6.1)Pierre-Clément Tosi
2022-01-25dtc: introduce label relative path referencesAhmad Fatoum
2020-07-15dtc: Avoid UB when shiftingAndrei Ziureaev
2020-07-09Update dtc to 1.6.0Steve Muckle
2019-11-03support byacc in addition to bisonEthan Sommer
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring
2018-11-19annotations: add positionsJulia Lawall
2018-11-14Revert "annotations: add positions"David Gibson
2018-11-13annotations: add positionsJulia Lawall
2018-09-25Merge nodes with local target label referencesFredrik Markstrom
2018-08-01parser: add TYPE_STRING marker to path referencesRob Herring
2018-06-04Preserve datatype information when parsing dtsGrant Likely
2018-05-04dtc: add ability to make nodes conditional on them being referencedMaxime Ripard
2018-03-06Correct overlay syntactic sugar for generating target-path fragmentsDavid Gibson
2017-11-21Fix ambiguous grammar for devicetree ruleGrant Likely
2017-09-28overlay: Add syntactic sugar version of overlaysPantelis Antoniou
2017-02-17overlay: Add syntactic sugar version of overlaysPantelis Antoniou
2017-01-31dtc: Fix NULL pointer use in dtlabel + dtref caseStephen Boyd
2016-12-09Rename boot_infoDavid Gibson
2016-12-09dtc: Clean up /dts-v1/ and /plugin/ handling in grammarDavid Gibson
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou
2016-05-27Alter grammar to allow multiple /dts-v1/ tagsDavid Gibson
2016-01-12Prevent crash on modulo by zeroDavid Gibson
2016-01-03Prevent crash on division by zeroDavid Gibson
2015-02-23dtc: parser: Add label while overriding nodesNikhil Devshatwar
2014-02-15Remove references to unused DT_BASE tokenDavid Gibson
2014-01-04Clean up parser error messagesDavid Gibson
2014-01-04Correct locations in parser error messaesDavid Gibson
2014-01-04Die on failed /incbin/ seeksDavid Gibson
2014-01-04Move character literal processing to the lexerDavid Gibson
2014-01-03Move integer literal processing back to the lexerDavid Gibson
2014-01-01Make srcpos_{v,}error() more widely usefulDavid Gibson
2013-10-28Use stdbool more widelyDavid Gibson
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren
2012-04-09dtc: Basic integer expressionsStephen Warren
2011-10-11dtc: Add support for variable sized elementsAnton Staaf
2011-09-22dtc: Support character literals in cell listsAnton Staaf
2010-11-13Allow nodes to be referenced by path at the top level.John Bonesio
2010-10-20Create new and use new print_error that uses printf style formatting.John Bonesio
2010-09-21Add merging of labelled subnodes. This patch allows the followingDavid Gibson
2010-02-25Allow device tree to be modified by additonal device tree sectionsGrant Likely
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson
2010-02-19dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson
2010-02-08Modification of lexer and parser, improving dtc portability.Lukasz Wojcik
2010-01-14dtc: Simpler interface to source file managementDavid Gibson
2009-11-11Use yylloc instead of yylocDavid Gibson
2008-10-03Remove support for the legacy DTS source file format.Jon Loeliger
2008-10-03Enhance source position implementation.Jon Loeliger