1. ef1978a ANDROID: Merge upstream ed310803ea89 (v1.6.1) by Pierre-Clément Tosi · 2 years, 1 month ago
  2. b734cfd Update dtc to 1.6.0 by Steve Muckle · 4 years ago
  3. 7150286 support byacc in addition to bison by Ethan Sommer · 4 years, 8 months ago
  4. acfe84f dtc: Replace GPLv2 boilerplate/reference with SPDX tags by Rob Herring · 5 years ago
  5. 8e20ccf annotations: add positions by Julia Lawall · 6 years ago
  6. a3143fa Revert "annotations: add positions" by David Gibson · 6 years ago
  7. baa1d2c annotations: add positions by Julia Lawall · 6 years ago
  8. 0fcffda Merge nodes with local target label references by Fredrik Markstrom · 6 years ago
  9. ac68ff9 parser: add TYPE_STRING marker to path references by Rob Herring · 6 years ago
  10. 44d3efe Preserve datatype information when parsing dts by Grant Likely · 6 years ago
  11. 4038fd9 dtc: add ability to make nodes conditional on them being referenced by Maxime Ripard · 6 years ago
  12. 8f1b35f Correct overlay syntactic sugar for generating target-path fragments by David Gibson · 6 years ago
  13. b260c4f Fix ambiguous grammar for devicetree rule by Grant Likely · 7 years ago
  14. 737b2df overlay: Add syntactic sugar version of overlays by Pantelis Antoniou · 7 years ago
  15. ec29173 overlay: Add syntactic sugar version of overlays by Pantelis Antoniou · 8 years ago
  16. 3b9c970 dtc: Fix NULL pointer use in dtlabel + dtref case by Stephen Boyd · 7 years ago
  17. 00fbb86 Rename boot_info by David Gibson · 8 years ago
  18. 1ef86ad dtc: Clean up /dts-v1/ and /plugin/ handling in grammar by David Gibson · 8 years ago
  19. 20f29d8 dtc: Plugin and fixup support by Pantelis Antoniou · 8 years ago
  20. c4cb12e Alter grammar to allow multiple /dts-v1/ tags by David Gibson · 10 years ago
  21. b06e55c Prevent crash on modulo by zero by David Gibson · 8 years ago
  22. 1937095 Prevent crash on division by zero by David Gibson · 8 years ago
  23. 3346e06 dtc: parser: Add label while overriding nodes by Nikhil Devshatwar · 9 years ago
  24. aba74dd Remove references to unused DT_BASE token by David Gibson · 10 years ago
  25. fa3f3f0 Clean up parser error messages by David Gibson · 10 years ago
  26. c854434 Correct locations in parser error messaes by David Gibson · 10 years ago
  27. 6a15eb2 Die on failed /incbin/ seeks by David Gibson · 10 years ago
  28. cfc6523 Move character literal processing to the lexer by David Gibson · 10 years ago
  29. b82b977 Move integer literal processing back to the lexer by David Gibson · 10 years ago
  30. 0e2d399 Make srcpos_{v,}error() more widely useful by David Gibson · 10 years ago
  31. 1762537 Use stdbool more widely by David Gibson · 11 years ago
  32. 45013d8 dtc: Add ability to delete nodes and properties by Stephen Warren · 12 years ago
  33. 5f0c3b2 dtc: Basic integer expressions by Stephen Warren · 12 years ago
  34. 033089f dtc: Add support for variable sized elements by Anton Staaf · 13 years ago
  35. a4ea2fa dtc: Support character literals in cell lists by Anton Staaf · 13 years ago
  36. 73ae43e Allow nodes to be referenced by path at the top level. by John Bonesio · 14 years ago
  37. c0fa2e6 Create new and use new print_error that uses printf style formatting. by John Bonesio · 14 years ago
  38. 8773e12 Add merging of labelled subnodes. This patch allows the following by David Gibson · 14 years ago
  39. 83da1b2 Allow device tree to be modified by additonal device tree sections by Grant Likely · 14 years ago
  40. 05898c6 dtc: Allow multiple labels on nodes and properties by David Gibson · 14 years ago
  41. 15ad6d8 dtc: Automatically pick a sensible boot_cpuid_phys by David Gibson · 14 years ago
  42. 5c8d2e2 Modification of lexer and parser, improving dtc portability. by Lukasz Wojcik · 14 years ago
  43. d68cb36 dtc: Simpler interface to source file management by David Gibson · 15 years ago
  44. 350c9cc Use yylloc instead of yyloc by David Gibson · 15 years ago
  45. 4e1a0a0 Remove support for the legacy DTS source file format. by Jon Loeliger · 16 years ago
  46. e5c8e1d Enhance source position implementation. by Jon Loeliger · 16 years ago
  47. 5335901 dtc: Use stdint.h types throughout dtc by David Gibson · 16 years ago
  48. e37ec7d dtc: Add support for binary includes. by David Gibson · 16 years ago
  49. 548767f dtc: Rework handling of boot_cpuid_phys by David Gibson · 16 years ago
  50. 6b8e056 dtc: Make eval_literal() static by David Gibson · 16 years ago
  51. 3c3ecaa Remove \n from yyerror() call. by Scott Wood · 16 years ago
  52. ad4f54a Return a non-zero exit code if an error occurs during dts parsing. by Scott Wood · 16 years ago
  53. 910efac Look for include files in the directory of the including file. by Scott Wood · 16 years ago
  54. f77fe6a Add yyerrorf() for formatted error messages. by Scott Wood · 16 years ago
  55. efbbef8 dtc: Implement path references by David Gibson · 17 years ago
  56. c048102 dtc: Generate useful error message for properties after subnodes by David Gibson · 17 years ago
  57. dc94177 dtc: Merge refs and labels into single "markers" list (v2) by David Gibson · 17 years ago
  58. 9138db5 dtc: Switch dtc to C-style literals by David Gibson · 17 years ago
  59. 9ed27a2 dtc: Simplify lexing/parsing of literals vs. node/property names by David Gibson · 17 years ago
  60. f7497dc dtc: Don't force alignment of cell list data by David Gibson · 17 years ago
  61. 7b3fb78 DTC: Remove the need for the GLR Parser. by Jon Loeliger · 17 years ago
  62. 7dfba39 DTC: Remove an unneeded %token definition. by Jon Loeliger · 17 years ago
  63. 5641289 DTC: Minor grammar rule shuffle. by Jon Loeliger · 17 years ago
  64. 30807ca Reformat grammar rules to not mix language syntax and yacc syntax. by Jon Loeliger · 17 years ago
  65. 63dc9c7 dtc: Whitespace cleanup by David Gibson · 17 years ago
  66. 6a99b13 dtc: implement labels on property data by Milton Miller · 17 years ago
  67. d429033 dtc: implement labels on memory reserve slots by Milton Miller · 17 years ago
  68. 85ab5cc dtc: complain about unparsed digits in cell lists by Milton Miller · 17 years ago
  69. 6d7b222 dtc: move declaration of yyerror by Milton Miller · 17 years ago
  70. e45e6fd DTC: Add support for a C-like #include "file" mechanism. by Jon Loeliger · 17 years ago
  71. 3948849 Moved data_convert_cell() out of data.c to the parser. by Jon Loeliger · 17 years ago
  72. af0278a Add support for decimal, octal and binary based cell values. by Jon Loeliger · 17 years ago
  73. 32da475 Allow multipart property values by David Gibson · 17 years ago
  74. f040d95 Rework tracking of reserve entries during processing. This is initial work by David Gibson · 19 years ago
  75. 86dbcbd Rudimentary support for reporting the line number of syntax errors. by David Gibson · 19 years ago
  76. f0517db Support for specifying memreserve ranges in the source format, based on by David Gibson · 19 years ago
  77. 03a9b9d Use u8 instead of uint8_t, as we do with the other size types. by David Gibson · 19 years ago
  78. 9ad4587 Remove build_empty_property(). It wasn't useful. by David Gibson · 19 years ago
  79. 81f2e89 Rudimentary phandle reference support. by David Gibson · 19 years ago
  80. 4102d84 Initial label support. Also switch to glr-parser mode and get rid of by David Gibson · 19 years ago
  81. fc14dad Initial commit by David Gibson · 19 years ago