1. f9e91a4 Work around MSVC limitations by Andrei Errapart · 10 years ago
  2. 83e606a Open binary files in binary mode by Andrei Errapart · 10 years ago
  3. 25a9bd6 Correct write_propval_bytes() for platforms with signed char by default by Andrei Errapart · 10 years ago
  4. fa928fb Fix an off-by-2 error in the source output code by David Gibson · 10 years ago
  5. 76a65b1 Add a basic test for fdtdump by Simon Glass · 10 years ago
  6. c78ca72 Tweak code to display cell values by Simon Glass · 10 years ago
  7. dfcfb7f Correct output from memreserve in fdtdump by Simon Glass · 10 years ago
  8. 40f7f57 libfdt: Add helpers to read #address-cells and #size-cells by David Gibson · 10 years ago
  9. f240527 Fix bug with references to root node by David Gibson · 10 years ago
  10. 55a3a88 Update source code location for dtc in manual.txt by Heinrich Schuchardt · 10 years ago
  11. 9bf20d3 Remove duplicate assignment by Heinrich Schuchardt · 10 years ago
  12. 8ce3647 Consistently use xrealloc instead of realloc by Heinrich Schuchardt · 10 years ago
  13. 821acd4 Remove dead code in util.c by Heinrich Schuchardt · 10 years ago
  14. aba74dd Remove references to unused DT_BASE token by David Gibson · 10 years ago
  15. aef4927 Add a README file for dtc and libfdt by Grant Likely · 10 years ago
  16. 4491ed9 Makefile: add a make "dist" target by Florian Fainelli · 10 years ago
  17. 24cb3d0 dtc: fix some more -Wshadow warnings by Florian Fainelli · 10 years ago
  18. c231d94 Makefile: enable -Wshadow by default by Florian Fainelli · 10 years ago
  19. 3a584d4 libfdt: avoid shadowing "err" in FDT_RW_CHECK_HEADER by Florian Fainelli · 10 years ago
  20. 89c9af5 libfdt: avoid shadowing "err" in FDT_CHECK_HEADER by Florian Fainelli · 10 years ago
  21. 6d88934 dtc: avoid shadowing dirname() by Florian Fainelli · 10 years ago
  22. fa3f3f0 Clean up parser error messages by David Gibson · 10 years ago
  23. c854434 Correct locations in parser error messaes by David Gibson · 10 years ago
  24. 6a15eb2 Die on failed /incbin/ seeks by David Gibson · 10 years ago
  25. cfc6523 Move character literal processing to the lexer by David Gibson · 10 years ago
  26. b82b977 Move integer literal processing back to the lexer by David Gibson · 10 years ago
  27. 0e2d399 Make srcpos_{v,}error() more widely useful by David Gibson · 10 years ago
  28. 0c0bf85 Fix memory leak in srcpos_verror() by David Gibson · 10 years ago
  29. e19d3b1 Fix indentation of srcpos_verror() by David Gibson · 10 years ago
  30. a1e6da8 Fix typo in type of srcpos_verror() et al. by David Gibson · 10 years ago
  31. 6efd906 Remove unused srcpos_warn() function by David Gibson · 10 years ago
  32. a7ecdb4 Fix valgrind errors in sw_tree1 by David Gibson · 10 years ago
  33. edb10bc Add option to run_tests.sh to stop immediately on a failing test by David Gibson · 10 years ago
  34. 17119ab Pass 'unsigned char' type to isdigit()/isspace()/isprint() functions by Serge Lamikhov-Center · 10 years ago
  35. 1762537 Use stdbool more widely by David Gibson · 11 years ago
  36. 79eebb2 libfdt: Add function to resize the buffer for a sequential write tree by David Gibson · 11 years ago
  37. 883238d util: Fix out of bounds memory access by Serge Lamikhov-Center · 11 years ago
  38. b290428 Ensure all tests have matching reg and unit address by Stephen Warren · 11 years ago
  39. 9476db6 Makefile: provide separate install targets by David Gibson · 11 years ago
  40. 65cc4d2 Tag Version 1.4.0 by Jon Loeliger · 11 years ago v1.4.0
  41. a1ee6f0 dtc: ensure #line directives don't consume data from the next line by Stephen Warren · 11 years ago
  42. 2e3fc7e Add missing test binary to .gitignore by David Gibson · 11 years ago
  43. d214655 fdtput: expand fdt if value does not fit by Srinivas Kandagatla · 11 years ago
  44. a58afe2 Remove some tests for misfeatures by David Gibson · 11 years ago
  45. 1c76ec3 Use shorten_echo for wrap_tests by David Gibson · 11 years ago
  46. 8ec013a fdtdump: add a debug mode by Mike Frysinger · 11 years ago
  47. 4ad49c3 util: add common ARRAY_SIZE define by Mike Frysinger · 11 years ago
  48. b9e8065 util: drop "long" from usage helpers by Mike Frysinger · 11 years ago
  49. 03449b8 dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpers by Mike Frysinger · 11 years ago
  50. fdc7387 fdtdump: add a --scan option by Mike Frysinger · 11 years ago
  51. be8d1c8 fdtdump: make usage a bit more friendly by Mike Frysinger · 11 years ago
  52. 4e76ec7 libfdt: Add fdt_next_subnode() to permit easy subnode iteration by Simon Glass · 11 years ago
  53. a6d55e0 utilfdt_read: pass back up the length of data read by Mike Frysinger · 11 years ago
  54. 5543b88 Revert "utilfdt_read: pass back up the length of data read" by Jon Loeliger · 11 years ago
  55. 31be4ce util_version: new helper for displaying version info by Mike Frysinger · 11 years ago
  56. 97c122e die: constify format string arg by Mike Frysinger · 11 years ago
  57. cc2c178 utilfdt_read: pass back up the length of data read by Mike Frysinger · 11 years ago
  58. f8cb5dd utilfdt_read_err: use xmalloc funcs by Mike Frysinger · 11 years ago
  59. 27cdc1b Added license header to dtc/libfdt/fdt.h and libfdt_env.h by Justin Sobota · 11 years ago
  60. cc11e52 Fix typo by François Revol · 11 years ago
  61. b7aa300 Export fdt_stringlist_contains() by Simon Glass · 11 years ago
  62. d59b807 .gitignore: Add rule for *.patch by Simon Glass · 11 years ago
  63. d20391d Move property-printing into util by Simon Glass · 11 years ago
  64. 8055d77 Adjust util_is_printable_string() comment and fix test by Simon Glass · 11 years ago
  65. 1760e7c fdtget-runtest.sh: use printf instead of /bin/echo -e by Stephen Warren · 11 years ago
  66. 19cd5ea dtc: Drop the '-S is deprecated' warning by KRONSTORFER Horst · 11 years ago
  67. 142419e dtc/libfdt: sparse fixes by Kim Phillips · 12 years ago
  68. feafcd9 dtc/libfdt: introduce fdt types for annotation by endian checkers by Kim Phillips · 11 years ago
  69. 20b866a dtc/fdtdump: include libfdt_env.h prior to fdt.h by Kim Phillips · 12 years ago
  70. 38ad79d dtc/tests: don't include fdt.h prior to libfdt.h by Kim Phillips · 12 years ago
  71. 1c1efd6 Fix util_is_printable_string by Pantelis Antoniou · 11 years ago
  72. 94a4799 fdtdump: properly handle multi-string properties by Pantelis Antoniou · 11 years ago
  73. e4b497f Add documentation on how to submit patches by Michael Ellerman · 12 years ago
  74. 8dec4d8 dtc: srcpos_verror() should print to stderr by Michael Ellerman · 12 years ago
  75. 1762ab4 dtc: fix for_each_*() to skip first object if deleted by Stephen Warren · 12 years ago
  76. c6fb1d2 libfdt: Added missing functions to shared library by Anders Hedlund · 12 years ago
  77. 317a5d9 dtc: zero out new label objects by Stephen Warren · 12 years ago
  78. 1b6d194 dtc: cpp co-existence: add support for #line directives by Stephen Warren · 12 years ago
  79. 1ff3d3f dtc: cpp co-existence: allow names starting with # to be escaped by Stephen Warren · 12 years ago
  80. 45013d8 dtc: Add ability to delete nodes and properties by Stephen Warren · 12 years ago
  81. 8716901 dtc/libfdt: install missing header by Yann E. MORIN · 12 years ago
  82. f807af1 fdtput: Add -p option to create subnodes along entire path by Simon Glass · 12 years ago
  83. 3553dfa fdtput: Adjust report_error() to use name, namelen params by Simon Glass · 12 years ago
  84. d46c2de fdtput: Add -c option to create nodes by Simon Glass · 12 years ago
  85. f58dff5 fdtput: Prepare to support multiple operations by Simon Glass · 12 years ago
  86. bb21f0a fdtput: Fix nit in help message by Simon Glass · 12 years ago
  87. d539919 Allow toggling of semantic checks by David Gibson · 12 years ago
  88. 511dedd Re-work level setting on checks code by David Gibson · 12 years ago
  89. f67dfe8 Add test for re-defining an identical label by Stephen Warren · 12 years ago
  90. 942b3c0 Fix compilation warning/error in setprop_inplace.c by Stephen Warren · 12 years ago
  91. be60268 libfdt: Add helper function to create a trivial, empty tree by David Gibson · 12 years ago
  92. cbf1410 libfdt: Add helpers for 64-bit integer properties by David Gibson · 12 years ago
  93. 4adbb53 Remove test_tree1_dts0 testcases by David Gibson · 12 years ago
  94. 3ec9cb5 Add integer expressions files to .gitignore by Simon Glass · 12 years ago
  95. 84a94f6 dtc: Adjust .gitignore to be in alphabetical order by Simon Glass · 12 years ago
  96. 3cbf829 dtc: Remove spurious output on stderr by Simon Glass · 12 years ago
  97. 37b167f Remove invalid macro starting with _ from libfdt_env.h by Bert Kenward · 12 years ago
  98. 5f0c3b2 dtc: Basic integer expressions by Stephen Warren · 12 years ago
  99. eaec1db fdtget-runtest.sh: Fix failures when /bin/sh isn't bash by Stephen Warren · 12 years ago
  100. de6b762 dtc: Add -i option to support search paths by Simon Glass · 12 years ago