63 Commits (66381538ce24d7ca275edaf00303e09b653b3a4b)

Author SHA1 Message Date
Pantelis Antoniou 20f29d8d41 dtc: Plugin and fixup support 8 years ago
David Gibson c4cb12e193 Alter grammar to allow multiple /dts-v1/ tags 9 years ago
David Gibson b06e55c88b Prevent crash on modulo by zero 9 years ago
David Gibson 1937095588 Prevent crash on division by zero 9 years ago
Nikhil Devshatwar 3346e065aa dtc: parser: Add label while overriding nodes 10 years ago
David Gibson aba74ddba2 Remove references to unused DT_BASE token 11 years ago
David Gibson fa3f3f0ebd Clean up parser error messages 11 years ago
David Gibson c854434dc2 Correct locations in parser error messaes 11 years ago
David Gibson 6a15eb2350 Die on failed /incbin/ seeks 11 years ago
David Gibson cfc6523619 Move character literal processing to the lexer 11 years ago
David Gibson b82b977614 Move integer literal processing back to the lexer 11 years ago
David Gibson 0e2d399225 Make srcpos_{v,}error() more widely useful 11 years ago
David Gibson 17625371ee Use stdbool more widely 11 years ago
Stephen Warren 45013d8619 dtc: Add ability to delete nodes and properties 12 years ago
Stephen Warren 5f0c3b2d62 dtc: Basic integer expressions 13 years ago
Anton Staaf 033089f290 dtc: Add support for variable sized elements 13 years ago
Anton Staaf a4ea2fa951 dtc: Support character literals in cell lists 13 years ago
John Bonesio 73ae43ea44 Allow nodes to be referenced by path at the top level. 14 years ago
John Bonesio c0fa2e6d4e Create new and use new print_error that uses printf style formatting. 14 years ago
David Gibson 8773e12fa9 Add merging of labelled subnodes. This patch allows the following 14 years ago
Grant Likely 83da1b2a4e Allow device tree to be modified by additonal device tree sections 15 years ago
David Gibson 05898c67c1 dtc: Allow multiple labels on nodes and properties 15 years ago
David Gibson 15ad6d862e dtc: Automatically pick a sensible boot_cpuid_phys 15 years ago
Lukasz Wojcik 5c8d2e2b57 Modification of lexer and parser, improving dtc portability. 15 years ago
David Gibson d68cb36b0b dtc: Simpler interface to source file management 15 years ago
David Gibson 350c9cce9e Use yylloc instead of yyloc 15 years ago
Jon Loeliger 4e1a0a0129 Remove support for the legacy DTS source file format. 16 years ago
Jon Loeliger e5c8e1dcd7 Enhance source position implementation. 16 years ago
David Gibson 53359016ca dtc: Use stdint.h types throughout dtc 17 years ago
David Gibson e37ec7d588 dtc: Add support for binary includes. 17 years ago
David Gibson 548767f42e dtc: Rework handling of boot_cpuid_phys 17 years ago
David Gibson 6b8e05626a dtc: Make eval_literal() static 17 years ago
Scott Wood 3c3ecaacda Remove \n from yyerror() call. 17 years ago
Scott Wood ad4f54ae2b Return a non-zero exit code if an error occurs during dts parsing. 17 years ago
Scott Wood 910efac4b4 Look for include files in the directory of the including file. 17 years ago
Scott Wood f77fe6a20e Add yyerrorf() for formatted error messages. 17 years ago
David Gibson efbbef8e4f dtc: Implement path references 17 years ago
David Gibson c048102f5b dtc: Generate useful error message for properties after subnodes 17 years ago
David Gibson dc941774e2 dtc: Merge refs and labels into single "markers" list (v2) 17 years ago
David Gibson 9138db565a dtc: Switch dtc to C-style literals 17 years ago
David Gibson 9ed27a2aac dtc: Simplify lexing/parsing of literals vs. node/property names 17 years ago
David Gibson f7497dc6be dtc: Don't force alignment of cell list data 17 years ago
Jon Loeliger 7b3fb789d2 DTC: Remove the need for the GLR Parser. 17 years ago
Jon Loeliger 7dfba39a23 DTC: Remove an unneeded %token definition. 17 years ago
Jon Loeliger 5641289a46 DTC: Minor grammar rule shuffle. 17 years ago
Jon Loeliger 30807ca1ce Reformat grammar rules to not mix language syntax and yacc syntax. 17 years ago
David Gibson 63dc9c7113 dtc: Whitespace cleanup 17 years ago
Milton Miller 6a99b13132 dtc: implement labels on property data 18 years ago
Milton Miller d429033851 dtc: implement labels on memory reserve slots 18 years ago
Milton Miller 85ab5cc6ec dtc: complain about unparsed digits in cell lists 18 years ago