1. cbf1410 libfdt: Add helpers for 64-bit integer properties by David Gibson · 12 years ago
  2. 4adbb53 Remove test_tree1_dts0 testcases by David Gibson · 12 years ago
  3. 3ec9cb5 Add integer expressions files to .gitignore by Simon Glass · 12 years ago
  4. 84a94f6 dtc: Adjust .gitignore to be in alphabetical order by Simon Glass · 12 years ago
  5. 3cbf829 dtc: Remove spurious output on stderr by Simon Glass · 12 years ago
  6. 37b167f Remove invalid macro starting with _ from libfdt_env.h by Bert Kenward · 12 years ago
  7. 5f0c3b2 dtc: Basic integer expressions by Stephen Warren · 12 years ago
  8. eaec1db fdtget-runtest.sh: Fix failures when /bin/sh isn't bash by Stephen Warren · 12 years ago
  9. de6b762 dtc: Add -i option to support search paths by Simon Glass · 12 years ago
  10. 7fcbef2 fdtget: Add -d to provide a default value by Simon Glass · 12 years ago
  11. 16c99ee fdtget: Add -l to list the subnodes of a node by Simon Glass · 12 years ago
  12. 30eb201 fdtget: Add -p to list the properties of a node by Simon Glass · 12 years ago
  13. 097ec97 fdtget: Fix multiple arg bug and add test for it by Simon Glass · 12 years ago
  14. a6e6c60 dtc: Fix zero-length input segfault by Horst Kronstorfer · 12 years ago
  15. e280442 Fix uninitialized access bug in utilfdt_decode_type by David Gibson · 12 years ago
  16. 0b3b46e Generate test data for fdtput more sensibly by David Gibson · 12 years ago
  17. c34e883 Don't use diff to check fdt{get,put} results by David Gibson · 12 years ago
  18. 15b23d2 Clean up invocation of fdt{get,put} tests by David Gibson · 12 years ago
  19. c879a8a Factor signal checks out of test scripts by David Gibson · 12 years ago
  20. a90b5b1 Remove bashism from run_tests.sh by David Gibson · 12 years ago
  21. 2ca8361 Use 'trap' builtin to clean up temporaries in test scripts by David Gibson · 12 years ago
  22. 9a50d82 Remove unused variable from test scripts by David Gibson · 12 years ago
  23. 53d6ca6 Trivial style fixup by David Gibson · 12 years ago
  24. 9cf26ff Add quilt files to .gitignore by David Gibson · 12 years ago
  25. 81f11f4 Update .gitignore for tests by David Gibson · 12 years ago
  26. 1456da7 Introduce ${TESTS_BIN} in Makefiles to identify tested executables. by Jon Loeliger · 12 years ago
  27. 1ede50c Add fdtput utility to write property values to a device tree by Simon Glass · 12 years ago
  28. 68d057f Add fdtget utility to read property values from a device tree by Simon Glass · 12 years ago
  29. 69df9f0 dtc: Implement -d option to write out a dependency file by Stephen Warren · 12 years ago
  30. 97b909f libfdt: Activate testcase for appending properties by David Gibson · 12 years ago
  31. a31e3ef libfdt: Add support for appending the values to a existing property by Minghuan Lian · 13 years ago
  32. 8f459c5 fdtdump: rename from ftdump by Mike Frysinger · 13 years ago
  33. 033089f dtc: Add support for variable sized elements by Anton Staaf · 13 years ago
  34. a4b515c dtc: Add data_append_integer function by Anton Staaf · 13 years ago
  35. 2cd4c8d libfdt: Add fdt16_to_cpu utility function by Anton Staaf · 13 years ago
  36. 07a8691 ftdump: use utilfdt to read blob by Simon Glass · 13 years ago
  37. 1c25c0d Make testutils use utilfdt by Simon Glass · 13 years ago
  38. 36204fd Add fdt read/write utility functions by Simon Glass · 13 years ago
  39. 9ebd9b4 Create Makefile.utils and move ftdump into it by Simon Glass · 13 years ago
  40. a4ea2fa dtc: Support character literals in cell lists by Anton Staaf · 13 years ago
  41. 83df28b dtc: Remove gcc 4.6 "set but not used" warnings by David Gibson · 13 years ago
  42. b43335a dtc: Refactor character literal parsing code by Anton Staaf · 13 years ago
  43. ed8fee1 Add missing tests to .gitignore by Simon Glass · 13 years ago
  44. 492f9d5 Split out is_printable_string() into util.c by Simon Glass · 13 years ago
  45. d5b3165 dtc: Remove unused variable in flat_read_mem_reserve by Josh Boyer · 13 years ago
  46. 0a5aca9 dtc: Remove unused check variable by Josh Boyer · 13 years ago
  47. bc895d6 Tag Version 1.3.0 by Jon Loeliger · 13 years ago
  48. 99c1db7 libfdt: include version number in soname by Paolo Bonzini · 13 years ago
  49. 37c0b6a dtc: Add code to make diffing trees easier by David Gibson · 14 years ago
  50. 73ae43e Allow nodes to be referenced by path at the top level. by John Bonesio · 14 years ago
  51. c0fa2e6 Create new and use new print_error that uses printf style formatting. by John Bonesio · 14 years ago
  52. 8773e12 Add merging of labelled subnodes. This patch allows the following by David Gibson · 14 years ago
  53. 3906357 Remove another bashism from run_tests.sh by David Gibson · 14 years ago
  54. 0e89e8c Fix a filehandle leak by Martin Ettl · 14 years ago
  55. e3b32b7 dtc: Extend and better test dtbs_equal utility programs (resend) by David Gibson · 14 years ago
  56. 341df2b dtc: Add -Wredundant-decls (resend) by David Gibson · 14 years ago
  57. 73dca9a libfdt: Implement property iteration functions by David Gibson · 14 years ago
  58. 74f6a51 dtc: Enable more warnings by David Gibson · 14 years ago
  59. 8765874 dtc: Correct headers in util.c by David Gibson · 14 years ago
  60. 9dfb495 Update .gitignore files by Grant Likely · 14 years ago
  61. 83da1b2 Allow device tree to be modified by additonal device tree sections by Grant Likely · 14 years ago
  62. 7164188 dtc: Audit and fix valgrind errors by David Gibson · 14 years ago
  63. 05898c6 dtc: Allow multiple labels on nodes and properties by David Gibson · 14 years ago
  64. 49c2da3 Remove obsolete references_dts0 test by David Gibson · 14 years ago
  65. 329055d Disallow re-use of the same label within a dts file by David Gibson · 14 years ago
  66. 15ad6d8 dtc: Automatically pick a sensible boot_cpuid_phys by David Gibson · 14 years ago
  67. 5c8d2e2 Modification of lexer and parser, improving dtc portability. by Lukasz Wojcik · 14 years ago
  68. c6225f8 dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarations by David Gibson · 14 years ago
  69. e1fee32 dtc: Cleanup srcpos_string() by David Gibson · 14 years ago
  70. 728c5e8 dtc: Cleanup line number tracking, add column number tracking by David Gibson · 14 years ago
  71. d68cb36 dtc: Simpler interface to source file management by David Gibson · 14 years ago
  72. d75b33a Support ePAPR compliant phandle properties by David Gibson · 15 years ago
  73. 0ef2105 Assorted cleanups and extensions for ftdump by David Gibson · 15 years ago
  74. b31b271 Fix dtc bugs for 64-bit compile by David Gibson · 15 years ago
  75. f2f6d0f Don't use echo -e in run_tests.sh by David Gibson · 15 years ago
  76. 350c9cc Use yylloc instead of yyloc by David Gibson · 15 years ago
  77. c623fe5 Fix bug in -Odts with properties containing multiple terminating nulls by David Gibson · 15 years ago
  78. 9c1a0df add Mac OS X support by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  79. f281f52 libfdt: Fix C++ compile-time cast error on gnu 4.2.1 by Laurent Gregoire · 15 years ago
  80. 804fed8 Fix a possible overflow case detected by gcc 4.3.2 by Emil Medve · 15 years ago
  81. 925bd8c Fix libraries (static and dynamic) installation by Emil Medve · 15 years ago
  82. 1a020e4 libfdt: Rework/cleanup fdt_next_tag() by David Gibson · 15 years ago
  83. ce4d9c0 libfdt: Rework fdt_next_node() by David Gibson · 15 years ago
  84. bae93e8 dtc: Add testcases for labels within values by David Gibson · 15 years ago
  85. 26d93f6 dtc: Make asm output more portable and add testcases by David Gibson · 15 years ago
  86. b2b4990 dtc: Move some functions to util.[ch] by David Gibson · 15 years ago
  87. 75bdd84 libfdt: Fix error in documentation for fdt_get_alias_namelen() by David Gibson · 15 years ago
  88. 6272182 libfdt: Introduce libfdt shared library by Josh Boyer · 15 years ago
  89. 787b599 libfdt: Add version.lds file by Josh Boyer · 15 years ago
  90. 9878f30 dtc: Handle linux,phandle properties which self-reference by David Gibson · 16 years ago
  91. 2f76623 dtc: Use noinput flex option for convert-dtsv0 to remove warning by David Gibson · 16 years ago
  92. 0783d7e dtc: Check return value from fwrite() by David Gibson · 16 years ago
  93. f99cd15 libfdt: Fix bug in fdt_subnode_offset_namelen() by David Gibson · 16 years ago
  94. 2ebe88d Add conditionalized debug() print macro. by Jon Loeliger · 16 years ago
  95. 4e1a0a0 Remove support for the legacy DTS source file format. by Jon Loeliger · 16 years ago
  96. e5c8e1d Enhance source position implementation. by Jon Loeliger · 16 years ago
  97. 83ac55d Use flex's YY_USER_ACTION feature to avoid code duplication by Jon Loeliger · 16 years ago
  98. 879e4d2 Implement and use an xstrdup() function by Jon Loeliger · 16 years ago
  99. 68f98d7 Rearrange ftdump and convert-dtsv0 into sub-Makefiles. by Jon Loeliger · 16 years ago
  100. e8903fe Some Documentation fixes and generalizations. by Jon Loeliger · 16 years ago