summaryrefslogtreecommitdiff
path: root/dtc-parser.y
Commit message (Expand)AuthorAgeFilesLines
* 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
* dtc: Whitespace cleanupDavid Gibson2007-09-181-6/+6
* dtc: implement labels on property dataMilton Miller2007-07-071-0/+4
* dtc: implement labels on memory reserve slotsMilton Miller2007-07-071-4/+4
* dtc: complain about unparsed digits in cell listsMilton Miller2007-07-071-3/+11
* dtc: move declaration of yyerrorMilton Miller2007-07-071-1/+0
* DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger2007-03-261-1/+8
* Moved data_convert_cell() out of data.c to the parser.Jon Loeliger2007-02-161-3/+27
* Add support for decimal, octal and binary based cell values.Jon Loeliger2007-02-151-2/+14
* Allow multipart property valuesDavid Gibson2007-02-081-3/+10
* Rework tracking of reserve entries during processing. This is initial workDavid Gibson2005-10-241-10/+7
* Rudimentary support for reporting the line number of syntax errors.David Gibson2005-10-191-3/+4
* Support for specifying memreserve ranges in the source format, based onDavid Gibson2005-07-151-4/+35
* Use u8 instead of uint8_t, as we do with the other size types.David Gibson2005-07-111-1/+1
* Remove build_empty_property(). It wasn't useful.David Gibson2005-06-171-1/+1
* Rudimentary phandle reference support.David Gibson2005-06-161-0/+4
* Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson2005-06-161-6/+19
* Initial commitDavid Gibson2005-06-081-0/+116