summaryrefslogtreecommitdiff
path: root/dtc-parser.y
Commit message (Expand)AuthorAgeFilesLines
* 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