1. be60268 libfdt: Add helper function to create a trivial, empty tree by David Gibson · 12 years ago
  2. cbf1410 libfdt: Add helpers for 64-bit integer properties by David Gibson · 12 years ago
  3. 4adbb53 Remove test_tree1_dts0 testcases by David Gibson · 12 years ago
  4. 3ec9cb5 Add integer expressions files to .gitignore by Simon Glass · 12 years ago
  5. 84a94f6 dtc: Adjust .gitignore to be in alphabetical order by Simon Glass · 12 years ago
  6. 5f0c3b2 dtc: Basic integer expressions by Stephen Warren · 12 years ago
  7. eaec1db fdtget-runtest.sh: Fix failures when /bin/sh isn't bash by Stephen Warren · 12 years ago
  8. de6b762 dtc: Add -i option to support search paths by Simon Glass · 12 years ago
  9. 7fcbef2 fdtget: Add -d to provide a default value by Simon Glass · 12 years ago
  10. 097ec97 fdtget: Fix multiple arg bug and add test for it by Simon Glass · 12 years ago
  11. 0b3b46e Generate test data for fdtput more sensibly by David Gibson · 12 years ago
  12. c34e883 Don't use diff to check fdt{get,put} results by David Gibson · 12 years ago
  13. 15b23d2 Clean up invocation of fdt{get,put} tests by David Gibson · 12 years ago
  14. c879a8a Factor signal checks out of test scripts by David Gibson · 12 years ago
  15. a90b5b1 Remove bashism from run_tests.sh by David Gibson · 12 years ago
  16. 2ca8361 Use 'trap' builtin to clean up temporaries in test scripts by David Gibson · 12 years ago
  17. 9a50d82 Remove unused variable from test scripts by David Gibson · 12 years ago
  18. 81f11f4 Update .gitignore for tests by David Gibson · 12 years ago
  19. 1456da7 Introduce ${TESTS_BIN} in Makefiles to identify tested executables. by Jon Loeliger · 12 years ago
  20. 1ede50c Add fdtput utility to write property values to a device tree by Simon Glass · 12 years ago
  21. 68d057f Add fdtget utility to read property values from a device tree by Simon Glass · 12 years ago
  22. 69df9f0 dtc: Implement -d option to write out a dependency file by Stephen Warren · 12 years ago
  23. 97b909f libfdt: Activate testcase for appending properties by David Gibson · 12 years ago
  24. a31e3ef libfdt: Add support for appending the values to a existing property by Minghuan Lian · 13 years ago
  25. 033089f dtc: Add support for variable sized elements by Anton Staaf · 13 years ago
  26. 1c25c0d Make testutils use utilfdt by Simon Glass · 13 years ago
  27. 36204fd Add fdt read/write utility functions by Simon Glass · 13 years ago
  28. a4ea2fa dtc: Support character literals in cell lists by Anton Staaf · 13 years ago
  29. 83df28b dtc: Remove gcc 4.6 "set but not used" warnings by David Gibson · 13 years ago
  30. ed8fee1 Add missing tests to .gitignore by Simon Glass · 13 years ago
  31. 37c0b6a dtc: Add code to make diffing trees easier by David Gibson · 14 years ago
  32. 73ae43e Allow nodes to be referenced by path at the top level. by John Bonesio · 14 years ago
  33. 8773e12 Add merging of labelled subnodes. This patch allows the following by David Gibson · 14 years ago
  34. 3906357 Remove another bashism from run_tests.sh by David Gibson · 14 years ago
  35. e3b32b7 dtc: Extend and better test dtbs_equal utility programs (resend) by David Gibson · 14 years ago
  36. 74f6a51 dtc: Enable more warnings by David Gibson · 14 years ago
  37. 9dfb495 Update .gitignore files by Grant Likely · 14 years ago
  38. 83da1b2 Allow device tree to be modified by additonal device tree sections by Grant Likely · 14 years ago
  39. 7164188 dtc: Audit and fix valgrind errors by David Gibson · 14 years ago
  40. 05898c6 dtc: Allow multiple labels on nodes and properties by David Gibson · 14 years ago
  41. 49c2da3 Remove obsolete references_dts0 test by David Gibson · 14 years ago
  42. 329055d Disallow re-use of the same label within a dts file by David Gibson · 14 years ago
  43. 15ad6d8 dtc: Automatically pick a sensible boot_cpuid_phys by David Gibson · 14 years ago
  44. d75b33a Support ePAPR compliant phandle properties by David Gibson · 15 years ago
  45. b31b271 Fix dtc bugs for 64-bit compile by David Gibson · 15 years ago
  46. f2f6d0f Don't use echo -e in run_tests.sh by David Gibson · 15 years ago
  47. c623fe5 Fix bug in -Odts with properties containing multiple terminating nulls by David Gibson · 15 years ago
  48. bae93e8 dtc: Add testcases for labels within values by David Gibson · 15 years ago
  49. 26d93f6 dtc: Make asm output more portable and add testcases by David Gibson · 15 years ago
  50. 6272182 libfdt: Introduce libfdt shared library by Josh Boyer · 15 years ago
  51. 9878f30 dtc: Handle linux,phandle properties which self-reference by David Gibson · 16 years ago
  52. f99cd15 libfdt: Fix bug in fdt_subnode_offset_namelen() by David Gibson · 16 years ago
  53. 4e1a0a0 Remove support for the legacy DTS source file format. by Jon Loeliger · 16 years ago
  54. 68f98d7 Rearrange ftdump and convert-dtsv0 into sub-Makefiles. by Jon Loeliger · 16 years ago
  55. 9c83115 libfdt: Add function to explicitly expand aliases by David Gibson · 16 years ago
  56. 8daae14 libfdt: Fix bugs in fdt_get_path() by David Gibson · 16 years ago
  57. 02cc835 libfdt: Add support for using aliases in fdt_path_offset() by Kumar Gala · 16 years ago
  58. 01a2d8a dtc: Make many functions 'static' by David Gibson · 16 years ago
  59. 4d7bea7 dtc: Run relevant checks on dtb input as well as dts by David Gibson · 16 years ago
  60. 36786db dtc: Enable and fix -Wpointer-arith warnings by David Gibson · 16 years ago
  61. cdcb415 dtc: Address an assortment of portability problems by David Gibson · 16 years ago
  62. f8e52fe dtc: Testcase for /include/ directive by David Gibson · 16 years ago
  63. e37ec7d dtc: Add support for binary includes. by David Gibson · 16 years ago
  64. 050e6f0 dtc: Add a testcase for 'reg' or 'ranges' in / by David Gibson · 16 years ago
  65. 6aaee51 dtc: Fix some printf() format warnings when compiling 64-bit by David Gibson · 16 years ago
  66. fc6e6f8 dtc: Remove some small bashisms from test scripts by David Gibson · 16 years ago
  67. a84c065 dtc: Add program to convert dts files from v0 to v1 by David Gibson · 16 years ago
  68. 548767f dtc: Rework handling of boot_cpuid_phys by David Gibson · 16 years ago
  69. 6a6c972 dtc: Clean up included Makefile fragments by David Gibson · 16 years ago
  70. 6c2e4d6 dtc: Testcases for input handling by David Gibson · 16 years ago
  71. 68fe10b dtc: Assorted improvements to test harness by David Gibson · 16 years ago
  72. a266e5c dtc: Test and fix conversion to/from old dtb versions by David Gibson · 16 years ago
  73. fa5b520 dtc: Implement checks for the format of node and property names by David Gibson · 16 years ago
  74. a90b590 libfdt: More tests of NOP handling behaviour by David Gibson · 16 years ago
  75. d8b6942 dtc: Fold comment handling test into testsuite by David Gibson · 16 years ago
  76. 089adb9 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen() by David Gibson · 16 years ago
  77. 82b327d libfdt: Add fdt_set_name() function by David Gibson · 16 years ago
  78. 08c0be2 dtc: Add missing copyright notice for dumptrees.c by David Gibson · 16 years ago
  79. a68cbc0 dtc: Fix silly typo in dtc-checkfails.sh by David Gibson · 17 years ago
  80. 0d9d101 dtc: Make dtc-checfails.sh script catch deaths-by-signal by David Gibson · 17 years ago
  81. e4ffc14 dtc: Convert check for obsolete /chosen property by David Gibson · 17 years ago
  82. 7e089d9 dtc: Convert #address-cells and #size-cells related checks by David Gibson · 17 years ago
  83. faf037f dtc: Migrate "string property" checks to new framework by David Gibson · 17 years ago
  84. c21acab dtc: Migrate "one cell" checks to new framework by David Gibson · 17 years ago
  85. 5ba0086 dtc: More detailed testing of tree checks by David Gibson · 17 years ago
  86. efbbef8 dtc: Implement path references by David Gibson · 17 years ago
  87. c048102 dtc: Generate useful error message for properties after subnodes by David Gibson · 17 years ago
  88. 459c955 dtc: Convert "name" property checking to new infrastructure by David Gibson · 17 years ago
  89. 7c44c2f dtc: Fix some lexical problems with references by David Gibson · 17 years ago
  90. b16a2bd dtc: Flexible tree checking infrastructure (v2) by David Gibson · 17 years ago
  91. 67b6b33 dtc: Add valgrind support to testsuite by David Gibson · 17 years ago
  92. 3ce5363 dtc: Remove some redundant testcases by David Gibson · 17 years ago
  93. 8eaf5e3 Add a script that compares an "old" and "new" dtc results. by Jon Loeliger · 17 years ago
  94. b2e61bd dtc: Don't use env(1) in testsuite by David Gibson · 17 years ago
  95. 0d6ade2 dtc: Add testcases for tree checks by David Gibson · 17 years ago
  96. 2cf8693 libfdt: Abolish fdt_offset_ptr_typed() by David Gibson · 17 years ago
  97. 9521dc5 libfdt: Abolish _typed() variants, add _cell() variants by David Gibson · 17 years ago
  98. 682576d dtc: Add testcase for dtc references by David Gibson · 17 years ago
  99. 7346858 libfdt: Add phandle related functions by David Gibson · 17 years ago
  100. f6588bc dtc: Add missing dependencies for tests by David Gibson · 17 years ago