1. 2f1ccc3 dtc: Move tree checking code to checks.c by David Gibson · 17 years ago
  2. a041dcd libfdt: Handle v16 and re-ordered trees for r/w by David Gibson · 17 years ago
  3. 4a5df5c libfdt: Correctly handle versions > 17 by David Gibson · 17 years ago
  4. 7e14259 dtc: Remove leftover debugging printf() from mangle-layout by David Gibson · 17 years ago
  5. 7b3fb78 DTC: Remove the need for the GLR Parser. by Jon Loeliger · 17 years ago
  6. 3bef796 libfdt: Test on trees with different block layouts by David Gibson · 17 years ago
  7. 9b91134 libfdt: Remove un-const-safe fdt_set_header macro by David Gibson · 17 years ago
  8. 57f99b7 libfdt: Documentation (patch the second) by David Gibson · 17 years ago
  9. cec0c38 libfdt: Add some documenting comments in libfdt.h by David Gibson · 17 years ago
  10. 3c44c87 libfdt: Rename and publish _fdt_next_tag() by David Gibson · 17 years ago
  11. 96b5fad libfdt: Rename and publish _fdt_check_header() by David Gibson · 17 years ago
  12. 2d50f8f Quiet a bogus "May be used uninitialized" warning. by Jon Loeliger · 17 years ago
  13. afa8c2e Appease the printf() format $Gods with a correct type. by Jon Loeliger · 17 years ago
  14. 7dfba39 DTC: Remove an unneeded %token definition. by Jon Loeliger · 17 years ago
  15. 5641289 DTC: Minor grammar rule shuffle. by Jon Loeliger · 17 years ago
  16. 30807ca Reformat grammar rules to not mix language syntax and yacc syntax. by Jon Loeliger · 17 years ago
  17. e321e51 dtc: data.c doesn't need to include dtc-parser.tab.h by David Gibson · 17 years ago
  18. 169f0b1 dtc: Disable semantic checks by default by David Gibson · 17 years ago
  19. 394e472 libfdt: Add missing RW_CHECK_HEADER to fdt_del_node() by David Gibson · 17 years ago
  20. d7649da dtc: Make helper macros in trees.S more flexible by David Gibson · 17 years ago
  21. 11d5302 libfdt: Make fdt_string() return a const pointer by David Gibson · 17 years ago
  22. 5a98ddd dtc: Improve -Odts output by David Gibson · 17 years ago
  23. 32b6bd3 dtc: Restore missing code for testcases by David Gibson · 17 years ago
  24. a756c12 dtc: Improve support for string escapes by David Gibson · 17 years ago
  25. 333542f libfdt: Add functions for handling the "compatible" property by David Gibson · 17 years ago
  26. 121acde dtc: Don't delete *.test.dtb between testgroups by David Gibson · 17 years ago
  27. 9e32930 Restore warning message about bison expected output. by Jon Loeliger · 17 years ago
  28. 6f8b771 libfdt: libfdt_env.h must be included first by David Gibson · 17 years ago
  29. fd1bf3a libfdt: Add functions to get/add/delete memory reservemap entries by David Gibson · 17 years ago
  30. ad9593f dtc: Refactor Makefiles by David Gibson · 17 years ago
  31. d2a9da0 libfdt: Make unit address optional for finding nodes by David Gibson · 17 years ago
  32. 02a5556 libfdt: Test rw functions on more trees by David Gibson · 17 years ago
  33. fb7c7ac dtc: Use libfdt/fdt.h instead of flat_dt.h by David Gibson · 17 years ago
  34. 63dc9c7 dtc: Whitespace cleanup by David Gibson · 17 years ago
  35. 8d59bd3 dtc: Add basic testcases for dtc by David Gibson · 17 years ago
  36. ef90baa dtc: Cleanup testsuite organization by David Gibson · 17 years ago
  37. 874ff21 libfdt: Consistently use big-endian property data in testcases by David Gibson · 17 years ago
  38. ae1454b libfdt: Add fdt_node_offset_by_prop_value() by David Gibson · 17 years ago
  39. 592ea58 dtc: Assume properties preced subnodes in the flattened tree by David Gibson · 17 years ago
  40. bf94497 dtc: Optimise by default, fix warnings thus uncovered by David Gibson · 17 years ago
  41. ed0117a dtc: Make make print a message when linking testcases by David Gibson · 17 years ago
  42. e2b3bb3 libfdt: Fix use of uninitialized variable in fdt_get_path() by David Gibson · 17 years ago
  43. 7ca3308 dtc: Fix summary calculation in testsuite by David Gibson · 17 years ago
  44. 1248237 libfdt: Add fdt_parent_offset() and supporting functions by David Gibson · 17 years ago
  45. 037db26 libfdt: Add fdt_get_path() function by David Gibson · 17 years ago
  46. 9d26eab libfdt: Add fdt_get_name() to retrieve a node's name by David Gibson · 17 years ago
  47. bd2ae2f libfdt: Fix handling of trailing / in fdt_path_offset() by David Gibson · 17 years ago
  48. 5cb1fbd DTC 1.0.0 by Jon Loeliger · 17 years ago
  49. 9d7e738 Merge branch 'doc' by Jon Loeliger · 17 years ago
  50. 1dc6ca5 Add initial Device Tree Compiler manual by Jon Loeliger · 17 years ago
  51. 74ce242 Make release 1.0.0-rc1! by Jon Loeliger · 17 years ago
  52. 4f61ae1 dtc: Improve the make install target by David Gibson · 17 years ago
  53. fdd2e6f Reorganized Makefile into better top-down structure. by Jon Loeliger · 17 years ago
  54. a657ce8 Add DTC release version information. by Jon Loeliger · 17 years ago
  55. 74e6d21 Add a note to the build about the expected parser warnings. by Jon Loeliger · 17 years ago
  56. 445d55d dtc: format memory reserve as pairs on two lines by Milton Miller · 17 years ago
  57. 7f45666 dtc: align header comments in asm output by Milton Miller · 17 years ago
  58. 9670eed dtc: add a testcase with labels by Milton Miller · 17 years ago
  59. 43a68c6 dtc: store labels in ascending order by Milton Miller · 17 years ago
  60. 6a99b13 dtc: implement labels on property data by Milton Miller · 17 years ago
  61. ac6a5e2 dtc: allow a label: in any dts context by Milton Miller · 17 years ago
  62. 46779e8 dtc: clean up grow_data_for() by Milton Miller · 17 years ago
  63. d429033 dtc: implement labels on memory reserve slots by Milton Miller · 17 years ago
  64. 85ab5cc dtc: complain about unparsed digits in cell lists by Milton Miller · 17 years ago
  65. 6d7b222 dtc: move declaration of yyerror by Milton Miller · 17 years ago
  66. 81fda8a dtc: fix asm for version 17 by Milton Miller · 17 years ago
  67. 8cd4196 dtc: Add install makefile target by Josh Boyer · 17 years ago
  68. 6936273 dtc: Remove bogus break statement by David Gibson · 17 years ago
  69. d9d679f dtc: Improve and better integrate dtc and libfdt Makefiles by David Gibson · 17 years ago
  70. 6c65eab dtc: Remove redundant copy of the GPL by David Gibson · 17 years ago
  71. 0c7cd1a dtc: Count testcases and results in the dtc/libfdt testsuite by David Gibson · 17 years ago
  72. 0738774 dtc: Accept NOPs in dtb input regardless of version by David Gibson · 17 years ago
  73. 1257897 Merge libfdt into dtc. by David Gibson · 17 years ago
  74. 400bd98 Merge ../libfdt into dtc-libfdt-merge by David Gibson · 17 years ago
  75. 23cdf23 Move everything into a subdirectory in preparation for merge into dtc. by David Gibson · 17 years ago
  76. 9481605 libfdt: Switch to dual GPL/BSD license by David Gibson · 17 years ago
  77. a6c76f9 libfdt: More thorough use of constification by David Gibson · 17 years ago
  78. ce24322 dtc: parse NOP in dtb input by Milton Miller · 17 years ago
  79. 41eecd4 dtc: Fix recognition of whitespace characters by David Gibson · 17 years ago
  80. 7ea144f Fix the -S to modify the totalsize properly. by Jerry Van Baren · 17 years ago
  81. 86c01ee Assemble the blob in memory before writing it out. by Jerry Van Baren · 17 years ago
  82. ca25e54 Fix reserve map output for asm format. by Jerry Van Baren · 17 years ago
  83. 4f5370a Add -o <output file> to the usage message. by Jerry Van Baren · 17 years ago
  84. 4384b23 Implement the -R option and add a -S option. by Jerry Van Baren · 17 years ago
  85. ce34ae3 DTC: Incorporate some review suggestions. by Jon Loeliger · 17 years ago
  86. e45e6fd DTC: Add support for a C-like #include "file" mechanism. by Jon Loeliger · 17 years ago
  87. b29597d Remove bogus errors from check_chosen. by Scott Wood · 17 years ago
  88. 857f54e libfdt: Remove #includes from fdt.h by David Gibson · 17 years ago
  89. 0014300 ftdump missing be32_to_cpu() on size cell. by Ed Swarthout · 17 years ago
  90. cd1da87 Improve options, #define default version. by Jerry Van Baren · 17 years ago
  91. b299ac7 Get rid of libdt.c by David Gibson · 17 years ago
  92. 46c88df Add support for flat device tree format version 17 by David Gibson · 17 years ago
  93. 6ae55f9 Fix flat_dt_property structure by David Gibson · 17 years ago
  94. 07a12a0 libfdt: Use correct property format by David Gibson · 17 years ago
  95. 5434fcc libfdt: Fix fdt_strerror() bugs by David Gibson · 17 years ago
  96. 5ae78ad remove check for interrupt-controller property under /chosen by Stuart Yoder · 17 years ago
  97. 3948849 Moved data_convert_cell() out of data.c to the parser. by Jon Loeliger · 17 years ago
  98. fd84d97 Add some initial test cases. by Jon Loeliger · 17 years ago
  99. af0278a Add support for decimal, octal and binary based cell values. by Jon Loeliger · 17 years ago
  100. c226ddc Allow references to labels by David Gibson · 17 years ago