1. 4f5370a Add -o <output file> to the usage message. by Jerry Van Baren · 18 years ago
  2. 4384b23 Implement the -R option and add a -S option. by Jerry Van Baren · 18 years ago
  3. ce34ae3 DTC: Incorporate some review suggestions. by Jon Loeliger · 18 years ago
  4. e45e6fd DTC: Add support for a C-like #include "file" mechanism. by Jon Loeliger · 18 years ago
  5. b29597d Remove bogus errors from check_chosen. by Scott Wood · 18 years ago
  6. 0014300 ftdump missing be32_to_cpu() on size cell. by Ed Swarthout · 18 years ago
  7. cd1da87 Improve options, #define default version. by Jerry Van Baren · 18 years ago
  8. b299ac7 Get rid of libdt.c by David Gibson · 18 years ago
  9. 46c88df Add support for flat device tree format version 17 by David Gibson · 18 years ago
  10. 6ae55f9 Fix flat_dt_property structure by David Gibson · 18 years ago
  11. 5ae78ad remove check for interrupt-controller property under /chosen by Stuart Yoder · 18 years ago
  12. 3948849 Moved data_convert_cell() out of data.c to the parser. by Jon Loeliger · 18 years ago
  13. fd84d97 Add some initial test cases. by Jon Loeliger · 18 years ago
  14. af0278a Add support for decimal, octal and binary based cell values. by Jon Loeliger · 18 years ago
  15. c226ddc Allow references to labels by David Gibson · 18 years ago
  16. 32da475 Allow multipart property values by David Gibson · 18 years ago
  17. 5438239 Bugfix for CHECK_HAVE_WARN_PHANDLE() by David Gibson · 18 years ago
  18. e6dd3f1 Remove check for linux,platform property in /chosen by David Gibson · 18 years ago
  19. 95393db dtc: Remove verbose message from get_node_phandle() by David Gibson · 18 years ago
  20. f016882 Change default output blob version from 3 to 16 by Kim Phillips · 18 years ago
  21. 332c536 dtc: fix endian issue when reading blobs by Michael Neuling · 18 years ago
  22. a73b7d4 Merge branch 'jdl' by Jon Loeliger · 18 years ago
  23. 6cf2bcd Add copyright. Fix 80-column line. by Jon Loeliger · 18 years ago
  24. 780c742 Remove dead code. by Jon Loeliger · 18 years ago
  25. 38e8f8f dtc: add setting of physical boot cpu by Michael Neuling · 18 years ago
  26. 05ae3d8 Use .long on high and low halfs of u64s to avoid .quad by Jon Loeliger · 19 years ago
  27. f7374f6 Don't generate the mem-reserve entry for the blob itself, by Jon Loeliger · 19 years ago
  28. 7a9f663 The problem is that asm_emit_cell() was swapping its asm output when by Mark A. Greer · 19 years ago
  29. f5aa792 Add paper on the flattened tree and dtc presented at linux.conf.au 2006 by by David Gibson · 19 years ago
  30. f192a7a [PATCH] dtc: Update flat OF doc for new mdio properties by Becky Bruce · 19 years ago
  31. 986c272 Added document describing flattened tree format and what properties / nodes by David Gibson · 19 years ago
  32. 1ae7056 Remove no longer used (and already commented) reserve_data field from boot_info. by David Gibson · 19 years ago
  33. 712e52e Use names for output functions in the form dt_to_*() instead of by David Gibson · 19 years ago
  34. f040d95 Rework tracking of reserve entries during processing. This is initial work by David Gibson · 19 years ago
  35. fccb194 Add a second cpu and a timebase frequency to test.dts. by David Gibson · 19 years ago
  36. 8f1bc85 Add a .gitignore file. by David Gibson · 19 years ago
  37. 740a19a Alter add_property() and add_child() functiosn to add to the end of their by David Gibson · 19 years ago
  38. cba839c Reduce message about too-long property names to a mere warning, it causes by David Gibson · 19 years ago
  39. 1847d16 Update TODO by David Gibson · 19 years ago
  40. 86dbcbd Rudimentary support for reporting the line number of syntax errors. by David Gibson · 19 years ago
  41. b4ac049 Oops avoid using case range gcc extension. by David Gibson · 19 years ago
  42. 93c8217 Use C99 fixed width integer type names in libdt. by David Gibson · 19 years ago
  43. c6d036e Oops, use strtoul() instead of strtol() in dtc-lexer.l, so that we by David Gibson · 19 years ago
  44. b2543fc Add ftdump utility, contributed by Pantelis Antoniou. by David Gibson · 19 years ago
  45. 6c0f367 Fix endian problems with handling of memreserve entries (bug pointed out by David Gibson · 19 years ago
  46. 230f253 Remove an unused function, mark a bunch of other functions and variables by David Gibson · 19 years ago
  47. 4191613 Forgot to realign after emitting auto-generated "name" properties. Oops. by David Gibson · 19 years ago
  48. dffc2a8 Add a couple of missing cpu_to_be32() writing the version numbers out. by David Gibson · 19 years ago
  49. 4ddf7c0 In flat tree reading, check for (negative) string offsets which underrun by David Gibson · 19 years ago
  50. 7f6d12b Remove unused enum from dtc.h. by David Gibson · 19 years ago
  51. f0517db Support for specifying memreserve ranges in the source format, based on by David Gibson · 19 years ago
  52. 586606e Oops, fix stupid bug where we emitted padding before, rather than after by David Gibson · 19 years ago
  53. 47f23de Ensure that the reserve map is doubleword aligned in blob and asm output. by David Gibson · 19 years ago
  54. a6c6957 Remove inaccurate comment. by David Gibson · 19 years ago
  55. 03a9b9d Use u8 instead of uint8_t, as we do with the other size types. by David Gibson · 19 years ago
  56. 7ee3ffd Fix bug in error message. by David Gibson · 19 years ago
  57. 1cb934b Add automatic dependency generation. by David Gibson · 19 years ago
  58. 5a446b0 Add flex option to stop warning about unused yyunput(). by David Gibson · 19 years ago
  59. c5c437e Oops. Using %{ %} in the rules (rather than definitions) section of a by David Gibson · 19 years ago
  60. 363f1ea Add missing file. by David Gibson · 19 years ago
  61. ab870ca First cut at a "libdt" set of routines for extracting things from the by David Gibson · 19 years ago
  62. 9ad4587 Remove build_empty_property(). It wasn't useful. by David Gibson · 19 years ago
  63. 81f2e89 Rudimentary phandle reference support. by David Gibson · 19 years ago
  64. 4102d84 Initial label support. Also switch to glr-parser mode and get rid of by David Gibson · 19 years ago
  65. fc14dad Initial commit by David Gibson · 19 years ago