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