1. 32da475 Allow multipart property values by David Gibson · 18 years ago
  2. 5438239 Bugfix for CHECK_HAVE_WARN_PHANDLE() by David Gibson · 18 years ago
  3. e6dd3f1 Remove check for linux,platform property in /chosen by David Gibson · 18 years ago
  4. 5b344f9 libfdt: Add fdt_strerror() function to library by David Gibson · 18 years ago
  5. 209c5e5 libfdt: Add TODO file by David Gibson · 18 years ago
  6. 3aea828 libfdt: Clean up error codes by David Gibson · 18 years ago
  7. 9a9fdf5 libfdt: More consistent handling of returned error codes. by David Gibson · 18 years ago
  8. a7ee95d libfdt: Abolish encoding of error codes into pointers by David Gibson · 18 years ago
  9. 73d6092 libfdt: Use void * to refer to device tree blobs by David Gibson · 18 years ago
  10. 568b569 libfdt: Fixup usage of fdt_offset_ptr() in fdt_rw.c by David Gibson · 18 years ago
  11. 9825f82 libfdt: Fix bounds-checking bug in fdt_get_property() by David Gibson · 18 years ago
  12. 6ae4de5 libfdt: Remove unused _ptr_offset() function by David Gibson · 18 years ago
  13. 94993f4 libfdt: Abolish fdt_property_offset() by David Gibson · 18 years ago
  14. 95393db dtc: Remove verbose message from get_node_phandle() by David Gibson · 18 years ago
  15. 1a765f5 libfdt: Fixups for 64-bit machines by David Gibson · 18 years ago
  16. e25487d libfdt: Fix libfdt for little endian hosts by David Gibson · 18 years ago
  17. 81bdd52 libfdt: Add dtb files to .gitignore by David Gibson · 18 years ago
  18. 7ba551f libfdt: Read-write support by David Gibson · 18 years ago
  19. fe92f6b libfdt: Introduce flat tree format v17 by David Gibson · 18 years ago
  20. aeddfe2 libfdt: Factor out string search function by David Gibson · 18 years ago
  21. 4236976 libfdt: Implement fdt_move() by David Gibson · 18 years ago
  22. ede25de libfdt: Export accessors for header fields by David Gibson · 18 years ago
  23. 41722c2 libfdt: Fix logic in nop_property testcase by David Gibson · 18 years ago
  24. 65380f1 Add a copy of the GPL by David Gibson · 18 years ago
  25. 063693a libfdt: Sequential write support by David Gibson · 18 years ago
  26. 3aa4cfd Simplify string table access functions by David Gibson · 18 years ago
  27. 156649d Fix building of dumptrees by David Gibson · 18 years ago
  28. 4e6221c Have tests read example tree from a generated file, rather than link it in. by David Gibson · 18 years ago
  29. 3da0f9a libfdt - library for manipulating device trees in flattened format by David Gibson · 18 years ago
  30. f016882 Change default output blob version from 3 to 16 by Kim Phillips · 18 years ago
  31. 332c536 dtc: fix endian issue when reading blobs by Michael Neuling · 18 years ago
  32. a73b7d4 Merge branch 'jdl' by Jon Loeliger · 18 years ago
  33. 6cf2bcd Add copyright. Fix 80-column line. by Jon Loeliger · 18 years ago
  34. 780c742 Remove dead code. by Jon Loeliger · 18 years ago
  35. 38e8f8f dtc: add setting of physical boot cpu by Michael Neuling · 18 years ago
  36. 05ae3d8 Use .long on high and low halfs of u64s to avoid .quad by Jon Loeliger · 18 years ago
  37. f7374f6 Don't generate the mem-reserve entry for the blob itself, by Jon Loeliger · 18 years ago
  38. 7a9f663 The problem is that asm_emit_cell() was swapping its asm output when by Mark A. Greer · 19 years ago
  39. f5aa792 Add paper on the flattened tree and dtc presented at linux.conf.au 2006 by by David Gibson · 19 years ago
  40. f192a7a [PATCH] dtc: Update flat OF doc for new mdio properties by Becky Bruce · 19 years ago
  41. 986c272 Added document describing flattened tree format and what properties / nodes by David Gibson · 19 years ago
  42. 1ae7056 Remove no longer used (and already commented) reserve_data field from boot_info. by David Gibson · 19 years ago
  43. 712e52e Use names for output functions in the form dt_to_*() instead of by David Gibson · 19 years ago
  44. f040d95 Rework tracking of reserve entries during processing. This is initial work by David Gibson · 19 years ago
  45. fccb194 Add a second cpu and a timebase frequency to test.dts. by David Gibson · 19 years ago
  46. 8f1bc85 Add a .gitignore file. by David Gibson · 19 years ago
  47. 740a19a Alter add_property() and add_child() functiosn to add to the end of their by David Gibson · 19 years ago
  48. cba839c Reduce message about too-long property names to a mere warning, it causes by David Gibson · 19 years ago
  49. 1847d16 Update TODO by David Gibson · 19 years ago
  50. 86dbcbd Rudimentary support for reporting the line number of syntax errors. by David Gibson · 19 years ago
  51. b4ac049 Oops avoid using case range gcc extension. by David Gibson · 19 years ago
  52. 93c8217 Use C99 fixed width integer type names in libdt. by David Gibson · 19 years ago
  53. c6d036e Oops, use strtoul() instead of strtol() in dtc-lexer.l, so that we by David Gibson · 19 years ago
  54. b2543fc Add ftdump utility, contributed by Pantelis Antoniou. by David Gibson · 19 years ago
  55. 6c0f367 Fix endian problems with handling of memreserve entries (bug pointed out by David Gibson · 19 years ago
  56. 230f253 Remove an unused function, mark a bunch of other functions and variables by David Gibson · 19 years ago
  57. 4191613 Forgot to realign after emitting auto-generated "name" properties. Oops. by David Gibson · 19 years ago
  58. dffc2a8 Add a couple of missing cpu_to_be32() writing the version numbers out. by David Gibson · 19 years ago
  59. 4ddf7c0 In flat tree reading, check for (negative) string offsets which underrun by David Gibson · 19 years ago
  60. 7f6d12b Remove unused enum from dtc.h. by David Gibson · 19 years ago
  61. f0517db Support for specifying memreserve ranges in the source format, based on by David Gibson · 19 years ago
  62. 586606e Oops, fix stupid bug where we emitted padding before, rather than after by David Gibson · 19 years ago
  63. 47f23de Ensure that the reserve map is doubleword aligned in blob and asm output. by David Gibson · 19 years ago
  64. a6c6957 Remove inaccurate comment. by David Gibson · 19 years ago
  65. 03a9b9d Use u8 instead of uint8_t, as we do with the other size types. by David Gibson · 19 years ago
  66. 7ee3ffd Fix bug in error message. by David Gibson · 19 years ago
  67. 1cb934b Add automatic dependency generation. by David Gibson · 19 years ago
  68. 5a446b0 Add flex option to stop warning about unused yyunput(). by David Gibson · 19 years ago
  69. c5c437e Oops. Using %{ %} in the rules (rather than definitions) section of a by David Gibson · 19 years ago
  70. 363f1ea Add missing file. by David Gibson · 19 years ago
  71. ab870ca First cut at a "libdt" set of routines for extracting things from the by David Gibson · 19 years ago
  72. 9ad4587 Remove build_empty_property(). It wasn't useful. by David Gibson · 19 years ago
  73. 81f2e89 Rudimentary phandle reference support. by David Gibson · 19 years ago
  74. 4102d84 Initial label support. Also switch to glr-parser mode and get rid of by David Gibson · 19 years ago
  75. fc14dad Initial commit by David Gibson · 19 years ago