summaryrefslogtreecommitdiff
path: root/dtc-lexer.l
Commit message (Expand)AuthorAgeFilesLines
* Look for include files in the directory of the including file.Scott Wood2008-01-041-27/+37
* dtc: Reinstate full old-style reference-to-path for v0 dts filesDavid Gibson2007-12-071-2/+1
* dtc: Trivial lexer cleanupsDavid Gibson2007-12-051-5/+3
* dtc: Fix some lexical problems with referencesDavid Gibson2007-11-281-7/+24
* dtc: Switch dtc to C-style literalsDavid Gibson2007-11-081-8/+32
* dtc: Simplify lexing/parsing of literals vs. node/property namesDavid Gibson2007-11-081-80/+29
* dtc: Improve support for string escapesDavid Gibson2007-10-161-1/+1
* dtc: Whitespace cleanupDavid Gibson2007-09-181-6/+6
* dtc: allow a label: in any dts contextMilton Miller2007-07-071-9/+10
* dtc: Fix recognition of whitespace charactersDavid Gibson2007-06-061-1/+1
* DTC: Incorporate some review suggestions.Jon Loeliger2007-03-281-3/+108
* DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger2007-03-261-1/+38
* Add support for decimal, octal and binary based cell values.Jon Loeliger2007-02-151-6/+15
* Allow multipart property valuesDavid Gibson2007-02-081-0/+9
* Rudimentary support for reporting the line number of syntax errors.David Gibson2005-10-191-1/+18
* Oops, use strtoul() instead of strtol() in dtc-lexer.l, so that weDavid Gibson2005-10-141-1/+1
* Support for specifying memreserve ranges in the source format, based onDavid Gibson2005-07-151-1/+25
* Add flex option to stop warning about unused yyunput().David Gibson2005-07-111-1/+1
* Oops. Using %{ %} in the rules (rather than definitions) section of aDavid Gibson2005-07-041-2/+2
* Rudimentary phandle reference support.David Gibson2005-06-161-37/+27
* Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson2005-06-161-7/+16
* Initial commitDavid Gibson2005-06-081-0/+140