1. 3d2d441 fdt: prevent clearing memory node if there are no banks by Andre Przywara · 9 years ago
  2. 4795337 fdt: Documentation for a few support functions aside their prototypes by Paul Kocialkowski · 10 years ago
  3. 2c0fbc7 fdt: Pass the device serial number through devicetree by Paul Kocialkowski · 10 years ago
  4. 5d7c6b5 fdt: add new fdt_fixup_display function to configure display by Tim Harvey · 10 years ago
  5. 3d4ea4c cmd_fdt: Actually fix fdt command in sandbox by Joe Hershberger · 10 years ago
  6. 32bdd4e Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  7. ea87637 fdt_support: Add a fdt_setup_simplefb_node helper function by Hans de Goede · 10 years ago
  8. 6c0be91 fdt: Add ft_system_setup() function for system device tree additions by Simon Glass · 10 years ago
  9. f3dd50b fdt: Tidy up error handling in image_setup_libfdt() by Simon Glass · 10 years ago
  10. 014aa05 fdt: Export the fdt_find_or_add_subnode() function by Simon Glass · 10 years ago
  11. 2aec3cc fdt: Allow ft_board_setup() to report failure by Simon Glass · 10 years ago
  12. 0aa4b37 fdt_support: add prototypes for __weak functions by Jeroen Hofstee · 10 years ago
  13. 9f6a06a fdt_support: Make of_bus_default_count_cells non static by Arnab Basu · 10 years ago
  14. ae16fc8 fdt_support: Move of_read_number to fdt_support.h by Arnab Basu · 10 years ago
  15. 9f85a72 fdt: Rename fdt_resize() to fdt_shrink_to_minimum() by Simon Glass · 10 years ago
  16. 8ff14b7 armv8/fsl-lsch3: Add support to load and start MC Firmware by J. German Rivera · 10 years ago
  17. 451c204 fdt_support: delete force argument of fdt_chosen() by Masahiro Yamada · 11 years ago
  18. 5b11489 fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · 11 years ago
  19. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · 11 years ago
  20. 19555be fdt_support: Add helper function to read "ranges" property by Alexander Graf · 11 years ago
  21. 7c8a6cf fdt_support: split fdt_getprop_u32_default by Alexander Graf · 11 years ago
  22. a122cbb fdt: call ft_board_setup_ex() at the end of image_setup_libfdt() by Vitaly Andrianov · 11 years ago
  23. d7b4232 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  24. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  25. 9ca3742 image: Add device tree setup to image library by Simon Glass · 12 years ago
  26. e10ffab Clean up libfdt.h includes by Gerald Van Baren · 12 years ago
  27. 6542c07 common/fdt_support.c: sparse fixes by Kim Phillips · 12 years ago
  28. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  29. 800c206 powerpc/8xxx:Add MPH controller support in USB device-tree fixup by ramneek mehresh · 13 years ago
  30. cd37de7 Fix constness of the fdt void pointer in fdt_getprop_u32_default by Gabe Black · 13 years ago
  31. a7be802 fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers by Shengzhou Liu · 13 years ago
  32. 0f46c80 fdt: check for fdt errors in fdt_create_phandle by Timur Tabi · 13 years ago
  33. 566f833 fdt: Add a do_fixup_by_path_string() function by Chunhe Lan · 13 years ago
  34. d5fc258 fdt: Add new fdt_create_phandle helper by Kumar Gala · 13 years ago
  35. f2f1c5a fdt: Rename fdt_create_phandle to fdt_set_phandle by Kumar Gala · 13 years ago
  36. af73788 fdt: introduce fdt_create_phandle() by Gerald Van Baren · 13 years ago
  37. cd7d8e8 fdt: add prototype for fdt_increase_size() by Timur Tabi · 14 years ago
  38. 8ebaf20 fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() by Timur Tabi · 14 years ago
  39. b4ae942 FDT: Add fixup support for multiple banks of memory by John Rigby · 14 years ago
  40. 3b857f1 fdt_support: support adding EDID property to FDT display nodes by Anatolij Gustschin · 14 years ago
  41. 412a71a ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size by Stefan Roese · 14 years ago
  42. b7afb11 fdt: Add function to alloc phandle values by Kumar Gala · 14 years ago
  43. 800d1d1 fdt: Add fdt_node_offset_by_compat_reg helper by Kumar Gala · 14 years ago
  44. b87e793 fdt: Add fdt_translate_address to convert reg node to cpu phys addr by Kumar Gala · 14 years ago
  45. def125f powerpc/8xxx: Distinguish between incompatible SEC h/w types by Kim Phillips · 14 years ago
  46. f4ad4fd fdt: Add fdt_del_node_and_alias helper by Kumar Gala · 15 years ago
  47. 6c44c38 fdt_support: add partitions fixup in mtd node by Anatolij Gustschin · 15 years ago
  48. a0f10c9 fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb by Stefan Roese · 15 years ago
  49. 62e7398 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx by Peter Tyser · 16 years ago
  50. e0475cd fdt: Added helper to set PCI dma-ranges property by Kumar Gala · 16 years ago
  51. 1ba0040 fdt: Add fdt_getprop_u32_default helpers by Kumar Gala · 16 years ago
  52. d29abae powerpc: Fix bootm to boot up again with a Ramdisk by Heiko Schocher · 16 years ago
  53. 99ebc05 fdt: refactor initrd related code by Kumar Gala · 16 years ago
  54. f2f58c5 fdt: refactor fdt resize code by Kumar Gala · 16 years ago
  55. 9f4e7e4 bootm: Set working fdt address as part of the bootm flow by Kumar Gala · 16 years ago
  56. fabda92 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t by Kumar Gala · 16 years ago
  57. 868e346 fdt: add crypto node handling for MPC8{3, 5}xxE processors by Kim Phillips · 16 years ago
  58. 07e6091 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role by Anton Vorontsov · 17 years ago
  59. c694d3d Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · 17 years ago
  60. 6d838da 85xx: add ability to upload QE firmware by Timur Tabi · 17 years ago
  61. 21d2916 Add fdt_find_and_setprop() to fdt_support.h by Matthias Fuchs · 17 years ago
  62. 0db72ed Add common memory fixup function by Kumar Gala · 17 years ago
  63. 7590a19 Add additional fdt fixup helper functions by Kumar Gala · 17 years ago
  64. 2269910 Add fdt_fixup_ethernet helper to set mac addresses by Kumar Gala · 17 years ago
  65. 7e64cf8 Move do_fixup* for libfdt into common code by Kumar Gala · 17 years ago
  66. 566fae3 Call ft_board_setup() from the bootm command. by Gerald Van Baren · 17 years ago
  67. c4a57ea Moved fdt command support code to fdt_support.c by Gerald Van Baren · 18 years ago