summaryrefslogtreecommitdiff
path: root/dtc-parser.y
Commit message (Expand)AuthorAgeFilesLines
* Re-implement "," in property definitions as a bytestring operatorDavid Gibson2014-03-031-23/+14
* Implement path references in terms of bytestring expressionsDavid Gibson2014-03-031-4/+5
* Implement labels within property values as bytestring expressionsDavid Gibson2014-03-031-10/+28
* Implement arrays as expressionsDavid Gibson2014-03-031-31/+29
* Integrate /incbin/ with expanded expressionsDavid Gibson2014-03-031-41/+15
* Add string and bytestring expression typesDavid Gibson2014-03-031-13/+45
* Add type information to expression treesDavid Gibson2014-03-031-8/+11
* Add srcpos information to expressionsDavid Gibson2014-03-031-26/+26
* First cut at expression treesDavid Gibson2014-03-031-76/+97
* 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
* dtc: Rework handling of boot_cpuid_physDavid Gibson2008-05-191-2/+2
* dtc: Make eval_literal() staticDavid Gibson2008-03-231-3/+3
* Remove \n from yyerror() call.Scott Wood2008-01-071-1/+1
* Return a non-zero exit code if an error occurs during dts parsing.Scott Wood2008-01-041-0/+2
* Look for include files in the directory of the including file.Scott Wood2008-01-041-1/+1
* Add yyerrorf() for formatted error messages.Scott Wood2008-01-041-3/+13
* dtc: Implement path referencesDavid Gibson2007-12-051-0/+4
* dtc: Generate useful error message for properties after subnodesDavid Gibson2007-12-051-0/+5
* dtc: Merge refs and labels into single "markers" list (v2)David Gibson2007-11-261-5/+6
* dtc: Switch dtc to C-style literalsDavid Gibson2007-11-081-2/+36
* dtc: Simplify lexing/parsing of literals vs. node/property namesDavid Gibson2007-11-081-68/+56
* dtc: Don't force alignment of cell list dataDavid Gibson2007-11-051-2/+1
* DTC: Remove the need for the GLR Parser.Jon Loeliger2007-10-251-3/+2
* DTC: Remove an unneeded %token definition.Jon Loeliger2007-10-231-1/+0
* DTC: Minor grammar rule shuffle.Jon Loeliger2007-10-231-31/+31
* Reformat grammar rules to not mix language syntax and yacc syntax.Jon Loeliger2007-10-221-34/+118