aboutsummaryrefslogtreecommitdiff
path: root/dtc-parser.y
AgeCommit message (Expand)AuthorFilesLines
2017-01-31dtc: Fix NULL pointer use in dtlabel + dtref caseStephen Boyd1-3/+3
2016-12-09Rename boot_infoDavid Gibson1-3/+3
2016-12-09dtc: Clean up /dts-v1/ and /plugin/ handling in grammarDavid Gibson1-18/+17
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou1-3/+25
2016-05-27Alter grammar to allow multiple /dts-v1/ tagsDavid Gibson1-3/+8
2016-01-12Prevent crash on modulo by zeroDavid Gibson1-1/+9
2016-01-03Prevent crash on division by zeroDavid Gibson1-1/+9
2015-02-23dtc: parser: Add label while overriding nodesNikhil Devshatwar1-0/+12
2014-02-15Remove references to unused DT_BASE tokenDavid Gibson1-2/+0
2014-01-04Clean up parser error messagesDavid Gibson1-26/+18
2014-01-04Correct locations in parser error messaesDavid Gibson1-14/+12
2014-01-04Die on failed /incbin/ seeksDavid Gibson1-4/+3
2014-01-04Move character literal processing to the lexerDavid Gibson1-33/+1
2014-01-03Move integer literal processing back to the lexerDavid Gibson1-32/+10
2014-01-01Make srcpos_{v,}error() more widely usefulDavid Gibson1-1/+1
2013-10-28Use stdbool more widelyDavid Gibson1-2/+2
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren1-0/+21
2012-04-09dtc: Basic integer expressionsStephen Warren1-24/+132
2011-10-11dtc: Add support for variable sized elementsAnton Staaf1-22/+48
2011-09-22dtc: Support character literals in cell listsAnton Staaf1-0/+32
2010-11-13Allow nodes to be referenced by path at the top level.John Bonesio1-3/+2
2010-10-20Create new and use new print_error that uses printf style formatting.John Bonesio1-10/+18
2010-09-21Add merging of labelled subnodes. This patch allows the followingDavid Gibson1-12/+16
2010-02-25Allow device tree to be modified by additonal device tree sectionsGrant Likely1-1/+13
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson1-20/+23
2010-02-19dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson1-1/+2
2010-02-08Modification of lexer and parser, improving dtc portability.Lukasz Wojcik1-2/+2
2010-01-14dtc: Simpler interface to source file managementDavid Gibson1-10/+8
2009-11-11Use yylloc instead of yylocDavid Gibson1-1/+1
2008-10-03Remove support for the legacy DTS source file format.Jon Loeliger1-46/+0
2008-10-03Enhance source position implementation.Jon Loeliger1-21/+8
2008-07-14dtc: Use stdint.h types throughout dtcDavid Gibson1-2/+2
2008-06-19dtc: Add support for binary includes.David Gibson1-0/+31
2008-05-19dtc: Rework handling of boot_cpuid_physDavid Gibson1-2/+2
2008-03-23dtc: Make eval_literal() staticDavid Gibson1-3/+3
2008-01-07Remove \n from yyerror() call.Scott Wood1-1/+1
2008-01-04Return a non-zero exit code if an error occurs during dts parsing.Scott Wood1-0/+2
2008-01-04Look for include files in the directory of the including file.Scott Wood1-1/+1
2008-01-04Add yyerrorf() for formatted error messages.Scott Wood1-3/+13
2007-12-05dtc: Implement path referencesDavid Gibson1-0/+4
2007-12-05dtc: Generate useful error message for properties after subnodesDavid Gibson1-0/+5
2007-11-26dtc: Merge refs and labels into single "markers" list (v2)David Gibson1-5/+6
2007-11-08dtc: Switch dtc to C-style literalsDavid Gibson1-2/+36
2007-11-08dtc: Simplify lexing/parsing of literals vs. node/property namesDavid Gibson1-68/+56
2007-11-05dtc: Don't force alignment of cell list dataDavid Gibson1-2/+1
2007-10-25DTC: Remove the need for the GLR Parser.Jon Loeliger1-3/+2
2007-10-23DTC: Remove an unneeded %token definition.Jon Loeliger1-1/+0
2007-10-23DTC: Minor grammar rule shuffle.Jon Loeliger1-31/+31
2007-10-22Reformat grammar rules to not mix language syntax and yacc syntax.Jon Loeliger1-34/+118
2007-09-18dtc: Whitespace cleanupDavid Gibson1-6/+6