aboutsummaryrefslogtreecommitdiff
path: root/dtc-parser.y
AgeCommit message (Expand)Author
2008-07-14dtc: Use stdint.h types throughout dtcDavid Gibson
2008-06-19dtc: Add support for binary includes.David Gibson
2008-05-19dtc: Rework handling of boot_cpuid_physDavid Gibson
2008-03-23dtc: Make eval_literal() staticDavid Gibson
2008-01-07Remove \n from yyerror() call.Scott Wood
2008-01-04Return a non-zero exit code if an error occurs during dts parsing.Scott Wood
2008-01-04Look for include files in the directory of the including file.Scott Wood
2008-01-04Add yyerrorf() for formatted error messages.Scott Wood
2007-12-05dtc: Implement path referencesDavid Gibson
2007-12-05dtc: Generate useful error message for properties after subnodesDavid Gibson
2007-11-26dtc: Merge refs and labels into single "markers" list (v2)David Gibson
2007-11-08dtc: Switch dtc to C-style literalsDavid Gibson
2007-11-08dtc: Simplify lexing/parsing of literals vs. node/property namesDavid Gibson
2007-11-05dtc: Don't force alignment of cell list dataDavid Gibson
2007-10-25DTC: Remove the need for the GLR Parser.Jon Loeliger
2007-10-23DTC: Remove an unneeded %token definition.Jon Loeliger
2007-10-23DTC: Minor grammar rule shuffle.Jon Loeliger
2007-10-22Reformat grammar rules to not mix language syntax and yacc syntax.Jon Loeliger
2007-09-18dtc: Whitespace cleanupDavid Gibson
2007-07-07dtc: implement labels on property dataMilton Miller
2007-07-07dtc: implement labels on memory reserve slotsMilton Miller
2007-07-07dtc: complain about unparsed digits in cell listsMilton Miller
2007-07-07dtc: move declaration of yyerrorMilton Miller
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger
2007-02-16Moved data_convert_cell() out of data.c to the parser.Jon Loeliger
2007-02-15Add support for decimal, octal and binary based cell values.Jon Loeliger
2007-02-08Allow multipart property valuesDavid Gibson
2005-10-24Rework tracking of reserve entries during processing. This is initial workDavid Gibson
2005-10-19Rudimentary support for reporting the line number of syntax errors.David Gibson
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson
2005-07-11Use u8 instead of uint8_t, as we do with the other size types.David Gibson
2005-06-17Remove build_empty_property(). It wasn't useful.David Gibson
2005-06-16Rudimentary phandle reference support.David Gibson
2005-06-16Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson
2005-06-08Initial commitDavid Gibson