1. d97843a fdt_region: remove unneeded fdt_internal.h inclusion by Masahiro Yamada · 7 years ago
  2. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  3. cb48501 libfdt: migrate libfdt.h to a wrapper + U-Boot own code by Masahiro Yamada · 7 years ago
  4. 938f039 libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c by Masahiro Yamada · 7 years ago
  5. b79320b libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c by Masahiro Yamada · 7 years ago
  6. b9e6ef2 libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.c by Masahiro Yamada · 7 years ago
  7. 1d95082 lib: libfdt: wrap scripts/dtc/libfdt/* where possible by Masahiro Yamada · 7 years ago
  8. c027364 libfdt: change libfdt_internal.h to a wrapper of scripts/dtc/libfdt/* by Masahiro Yamada · 7 years ago
  9. 01b6a09 libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/* by Masahiro Yamada · 7 years ago
  10. 47ae539 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · 7 years ago
  11. 5876d44 fdt: Allow stacked overlays phandle references by Pantelis Antoniou · 7 years ago
  12. d6012f7 libfdt: Initialize the stack variable by Tien Fong Chee · 7 years ago
  13. 460b252 fdt: Sync libfdt up to upstream by Simon Glass · 7 years ago
  14. 1c87931 moveconfig: Use fd.write() instead of print >> by Simon Glass · 7 years ago
  15. d26bcdb libfdt: Drop -FDT_ERR_TOODEEP by Simon Glass · 7 years ago
  16. 3815387 fdt: Stop building the old python libfdt module by Simon Glass · 8 years ago
  17. acc626d fdt: Rename existing python libfdt module by Simon Glass · 8 years ago
  18. 3d0b999 fdt: Allow swig options to be provided by Makefile by Simon Glass · 8 years ago
  19. 5db956a fdt: Move header files into lib/libfdt by Simon Glass · 8 years ago
  20. a13d902 fdt: Add Python bindings by Simon Glass · 8 years ago
  21. 847f59a fdtgrep: Cope with the /aliases node being last by Simon Glass · 8 years ago
  22. 8fb2c77 libfdt: fix build with Python 3 by Stefan Agner · 8 years ago
  23. dc9b229 fdt: Bring in changes from v1.4.4 by Simon Glass · 8 years ago
  24. 9e7fc05 libfdt: Correct fdt handling of overlays without fixups and base trees without symbols by David Gibson · 8 years ago
  25. 48fd0f1 libfdt: fix fdt_stringlist_search() by Masahiro Yamada · 8 years ago
  26. 0a37826 libfdt: fix fdt_stringlist_count() by Masahiro Yamada · 8 years ago
  27. 0b0490a libfdt: Sync overlay with upstream by Maxime Ripard · 8 years ago
  28. a2235e4 libfdt: Drop inlining of fdt_path_offset() by Simon Glass · 8 years ago
  29. 499c29e libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · 8 years ago
  30. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  31. dfdcd6f libfdt: Sync up with upstream by Simon Glass · 8 years ago
  32. f8857be libfdt: Fix undefined behaviour in fdt_offset_ptr() by David Gibson · 8 years ago
  33. e7e8ba9 libfdt: simplify fdt_del_mem_rsv() by Masahiro Yamada · 8 years ago
  34. 54cec6d dtoc: Support finding the offset of a property by Simon Glass · 8 years ago
  35. 32d9827 dtoc: Support packing the device tree by Simon Glass · 8 years ago
  36. c719e42 dtoc: Support deleting device tree properties by Simon Glass · 8 years ago
  37. a930ecc dtoc: Move to using bytearray by Simon Glass · 8 years ago
  38. 0e31a11 tests: Introduce DT overlay tests by Maxime Ripard · 8 years ago
  39. 5a680aa cmd: fdt: add fdt overlay application subcommand by Maxime Ripard · 8 years ago
  40. 9e901ce libfdt: Add overlay application function by Maxime Ripard · 8 years ago
  41. 3559c79 libfdt: Add fdt_setprop_inplace_namelen_partial by Maxime Ripard · 8 years ago
  42. 87390e8 libfdt: Add fdt_path_offset_namelen by Maxime Ripard · 8 years ago
  43. a4a4fb5 libfdt: Fix separator spelling by Maxime Ripard · 8 years ago
  44. 2125ca5 libfdt: Add max phandle retrieval function by Maxime Ripard · 8 years ago
  45. a2a6f04 dm: Add a more efficient libfdt library by Simon Glass · 8 years ago
  46. 55019c5 lib/libfdt/: General aesthetic/style fixes. by Robert P. J. Day · 9 years ago
  47. 4973bf5 libfdt: Add a function to write a property placeholder by Simon Glass · 9 years ago
  48. ca2403a fdt: Correct handling of alias regions by Simon Glass · 9 years ago
  49. 35b2152 fdt: Add fdt_first/next_region() functions by Simon Glass · 9 years ago
  50. e2976fe fdt: Add a function to remove unused strings from a device tree by Simon Glass · 9 years ago
  51. a7e6866 libfdt: fix error code of fdt_count_strings() by Masahiro Yamada · 9 years ago
  52. 0d32b66 libfdt: fix error code of fdt_get_string_index() by Masahiro Yamada · 9 years ago
  53. ab89fee fdt: Fix handling of paths with options in them by Hans de Goede · 10 years ago
  54. 40c945e libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile by Masahiro Yamada · 10 years ago
  55. 5504b80 fdt: Add functions to retrieve strings by Thierry Reding · 10 years ago
  56. a24f1ac fdt: Add a function to get the index of a string by Thierry Reding · 10 years ago
  57. 92ba09e fdt: Add a function to count strings by Thierry Reding · 10 years ago
  58. 536774d fdt: Sync up with libfdt by Simon Glass · 10 years ago
  59. fc47300 libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images by Jon Nalley · 11 years ago
  60. f9e50cc lib: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  61. 18ab2f0 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 11 years ago
  62. 3eaedea libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause by Roger Meier · 11 years ago
  63. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  64. b016702 libfdt: Add fdt_find_regions() by Simon Glass · 11 years ago
  65. 3a4de33 libfdt: Add fdt_next_subnode() to permit easy subnode iteration by Simon Glass · 12 years ago
  66. 73b4756 Export fdt_stringlist_contains() by Simon Glass · 12 years ago
  67. 38c3815 libfdt: update from upstream dtc commit 142419e by Kim Phillips · 12 years ago
  68. cb17cfa libfdt: Add helper function to create a trivial, empty tree by Gerald Van Baren · 12 years ago
  69. 3064827 libfdt: Add support for appending the values to a existing property by Minghuan Lian · 12 years ago
  70. 7b64da1 libfdt: Implement property iteration functions by David Gibson · 15 years ago
  71. 3e31de9 Support ePAPR compliant phandle properties by David Gibson · 15 years ago
  72. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  73. 8e7788f Move libfdt/ into lib/ by Peter Tyser · 15 years ago