aboutsummaryrefslogtreecommitdiff
path: root/dtc-parser.y
AgeCommit message (Expand)AuthorFilesLines
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