index
:
riscv-gnu-toolchain/qemu/dtc.git
main
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dtc-parser.y
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-19
dtc: Rework handling of boot_cpuid_phys
David Gibson
1
-2
/
+2
2008-03-23
dtc: Make eval_literal() static
David Gibson
1
-3
/
+3
2008-01-07
Remove \n from yyerror() call.
Scott Wood
1
-1
/
+1
2008-01-04
Return a non-zero exit code if an error occurs during dts parsing.
Scott Wood
1
-0
/
+2
2008-01-04
Look for include files in the directory of the including file.
Scott Wood
1
-1
/
+1
2008-01-04
Add yyerrorf() for formatted error messages.
Scott Wood
1
-3
/
+13
2007-12-05
dtc: Implement path references
David Gibson
1
-0
/
+4
2007-12-05
dtc: Generate useful error message for properties after subnodes
David Gibson
1
-0
/
+5
2007-11-26
dtc: Merge refs and labels into single "markers" list (v2)
David Gibson
1
-5
/
+6
2007-11-08
dtc: Switch dtc to C-style literals
David Gibson
1
-2
/
+36
2007-11-08
dtc: Simplify lexing/parsing of literals vs. node/property names
David Gibson
1
-68
/
+56
2007-11-05
dtc: Don't force alignment of cell list data
David Gibson
1
-2
/
+1
2007-10-25
DTC: Remove the need for the GLR Parser.
Jon Loeliger
1
-3
/
+2
2007-10-23
DTC: Remove an unneeded %token definition.
Jon Loeliger
1
-1
/
+0
2007-10-23
DTC: Minor grammar rule shuffle.
Jon Loeliger
1
-31
/
+31
2007-10-22
Reformat grammar rules to not mix language syntax and yacc syntax.
Jon Loeliger
1
-34
/
+118
2007-09-18
dtc: Whitespace cleanup
David Gibson
1
-6
/
+6
2007-07-07
dtc: implement labels on property data
Milton Miller
1
-0
/
+4
2007-07-07
dtc: implement labels on memory reserve slots
Milton Miller
1
-4
/
+4
2007-07-07
dtc: complain about unparsed digits in cell lists
Milton Miller
1
-3
/
+11
2007-07-07
dtc: move declaration of yyerror
Milton Miller
1
-1
/
+0
2007-03-26
DTC: Add support for a C-like #include "file" mechanism.
Jon Loeliger
1
-1
/
+8
2007-02-16
Moved data_convert_cell() out of data.c to the parser.
Jon Loeliger
1
-3
/
+27
2007-02-15
Add support for decimal, octal and binary based cell values.
Jon Loeliger
1
-2
/
+14
2007-02-08
Allow multipart property values
David Gibson
1
-3
/
+10
2005-10-24
Rework tracking of reserve entries during processing. This is initial work
David Gibson
1
-10
/
+7
2005-10-19
Rudimentary support for reporting the line number of syntax errors.
David Gibson
1
-3
/
+4
2005-07-15
Support for specifying memreserve ranges in the source format, based on
David Gibson
1
-4
/
+35
2005-07-11
Use u8 instead of uint8_t, as we do with the other size types.
David Gibson
1
-1
/
+1
2005-06-17
Remove build_empty_property(). It wasn't useful.
David Gibson
1
-1
/
+1
2005-06-16
Rudimentary phandle reference support.
David Gibson
1
-0
/
+4
2005-06-16
Initial label support. Also switch to glr-parser mode and get rid of
David Gibson
1
-6
/
+19
2005-06-08
Initial commit
David Gibson
1
-0
/
+116