1. 163c5f6 fdt_support: add fdt_copy_fixed_partitions function by Patrick Delaunay · 1 year, 4 months ago
  2. 55e4505 ofnode: fdt_support definitions needed if OF_CONTROL is enabled by Troy Kisky · 1 year, 6 months ago
  3. d7e9de7 fdt_support: cosmetic: remove fdt_fixup_nor_flash_size prototype by Patrick Delaunay · 2 years ago
  4. 6dca1d9 fdt_support: add optional board_rng_seed() hook by Rasmus Villemoes · 2 years, 1 month ago
  5. 2d7a463 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 8 months ago
  6. 3058e28 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · 2 years, 8 months ago
  7. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  8. 574506c fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX by Marek Behún · 2 years, 10 months ago
  9. 9ab0c2f fdt_support: Add some useful functions by Marek Behún · 2 years, 10 months ago
  10. 2105cd0 fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE by Marek Behún · 2 years, 10 months ago
  11. 76f5a72 fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle() by Marek Behún · 2 years, 10 months ago
  12. 2c21256 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · 3 years ago
  13. 933bf26 fdt_support.h: Remove duplicated declarations by Bin Meng · 3 years ago
  14. be2d1a8 spl: fit: Also record architecture in /fit-images by Michal Simek · 3 years, 4 months ago
  15. bbdbcaf fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c by Kory Maincent · 3 years, 5 months ago
  16. f0b21eb fdt_support.c: Allow late kernel cmdline modification by Niko Mauno · 3 years, 7 months ago
  17. 51bdb50 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · 3 years, 8 months ago
  18. 9ea0a1e cmd: Fixup DT to pass PStore Ramoops parameters by Frédéric Danis · 4 years, 6 months ago
  19. bb5a2cf treewide: convert bd_t to struct bd_info manually by Masahiro Yamada · 4 years, 3 months ago
  20. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  21. 10d887d libfdt: Make fdtdec_get_child_count() available for HOST by Kever Yang · 4 years, 6 months ago
  22. 807765b common: Move device-tree setup functions to fdt_support.h by Simon Glass · 4 years, 9 months ago
  23. 63736e9 Include missing headers for fdt_support.h by Sean Anderson · 4 years, 9 months ago
  24. 949b5a9 common: fdt_support: add support for setting usable memory by Igor Opaniuk · 4 years, 10 months ago
  25. 641067f dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · 5 years ago
  26. 5f4e32d fdt_support: make fdt_fixup_mtdparts() prototype more specific by Masahiro Yamada · 6 years ago
  27. 90c08fa fdt: Add device tree memory bindings by Michael Pratt · 6 years ago
  28. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  29. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  30. f9747a5 driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl by Yogesh Gaur · 7 years ago
  31. 6bedf44 arm: Add support of updating dts before fix-up by Prabhakar Kushwaha · 7 years ago
  32. 337bbb6 spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size by Philipp Tomsich · 7 years ago
  33. 9f45aeb spl: fit: implement fdt_record_loadable by Philipp Tomsich · 7 years ago
  34. fc7c318 fdt: Introduce helper method fdt_overlay_apply_verbose() by Pantelis Antoniou · 7 years ago
  35. eed3660 fdt: Rename a few functions in fdt_support by Simon Glass · 7 years ago
  36. ec00211 fdt: Update fdt_get_base_address() to use const by Simon Glass · 7 years ago
  37. 63c0941 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  38. ef47683 cmd/fdt: add possibilty to have 'extrasize' on fdt resize by Hannes Schmelzer · 8 years ago
  39. a5c289b usb: fsl: Rename fdt_fixup_dr_usb by Sriram Dash · 8 years ago
  40. 11e44fc fdt_support: fdt_translate_address() blob const correctness by Stephen Warren · 8 years ago
  41. f4ae23a fdt_support: define stub for fdt_fixup_mtdparts by Christopher Spinrath · 8 years ago
  42. b9f6786 drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci controller by Sriram Dash · 8 years ago
  43. 5c1cf89 fdt: prevent clearing memory node if there are no banks by Andre Przywara · 9 years ago
  44. 3c4c142 fdt: Documentation for a few support functions aside their prototypes by Paul Kocialkowski · 9 years ago
  45. 10be5b5 fdt: Pass the device serial number through devicetree by Paul Kocialkowski · 9 years ago
  46. 08daa25 fdt: add new fdt_fixup_display function to configure display by Tim Harvey · 9 years ago
  47. 90fbee3 cmd_fdt: Actually fix fdt command in sandbox by Joe Hershberger · 10 years ago
  48. f2ffe7d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  49. d4f495a fdt_support: Add a fdt_setup_simplefb_node helper function by Hans de Goede · 10 years ago
  50. c654b51 fdt: Add ft_system_setup() function for system device tree additions by Simon Glass · 10 years ago
  51. 6f4dbc2 fdt: Tidy up error handling in image_setup_libfdt() by Simon Glass · 10 years ago
  52. a9e8e29 fdt: Export the fdt_find_or_add_subnode() function by Simon Glass · 10 years ago
  53. e895a4b fdt: Allow ft_board_setup() to report failure by Simon Glass · 10 years ago
  54. d50b07d fdt_support: add prototypes for __weak functions by Jeroen Hofstee · 10 years ago
  55. f43b435 fdt_support: Make of_bus_default_count_cells non static by Arnab Basu · 10 years ago
  56. 08df4a2 fdt_support: Move of_read_number to fdt_support.h by Arnab Basu · 10 years ago
  57. 5bf58cc fdt: Rename fdt_resize() to fdt_shrink_to_minimum() by Simon Glass · 10 years ago
  58. b940ca6 armv8/fsl-lsch3: Add support to load and start MC Firmware by J. German Rivera · 10 years ago
  59. bc6ed0f fdt_support: delete force argument of fdt_chosen() by Masahiro Yamada · 10 years ago
  60. dbe963a fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · 10 years ago
  61. d2a3e911 Merge branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  62. c48e686 fdt_support: Add helper function to read "ranges" property by Alexander Graf · 10 years ago
  63. 94fb182 fdt_support: split fdt_getprop_u32_default by Alexander Graf · 10 years ago
  64. 00c200f fdt: call ft_board_setup_ex() at the end of image_setup_libfdt() by Vitaly Andrianov · 10 years ago
  65. 29a23f9 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  66. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  67. 13d0698 image: Add device tree setup to image library by Simon Glass · 11 years ago
  68. 58864dd Clean up libfdt.h includes by Gerald Van Baren · 12 years ago
  69. 8aa5ec6 common/fdt_support.c: sparse fixes by Kim Phillips · 12 years ago
  70. 12e06fe treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  71. 79f4912 powerpc/8xxx:Add MPH controller support in USB device-tree fixup by ramneek mehresh · 13 years ago
  72. 07e1278 Fix constness of the fdt void pointer in fdt_getprop_u32_default by Gabe Black · 13 years ago
  73. 2a523f5 fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers by Shengzhou Liu · 13 years ago
  74. 3c927cc fdt: check for fdt errors in fdt_create_phandle by Timur Tabi · 13 years ago
  75. 8ddb10e fdt: Add a do_fixup_by_path_string() function by Chunhe Lan · 13 years ago
  76. 10aeabd fdt: Add new fdt_create_phandle helper by Kumar Gala · 13 years ago
  77. f117c0f fdt: Rename fdt_create_phandle to fdt_set_phandle by Kumar Gala · 13 years ago
  78. a8d2a75 fdt: introduce fdt_create_phandle() by Gerald Van Baren · 13 years ago
  79. b3606f1 fdt: add prototype for fdt_increase_size() by Timur Tabi · 13 years ago
  80. bb68200 fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() by Timur Tabi · 13 years ago
  81. a6bd9e8 FDT: Add fixup support for multiple banks of memory by John Rigby · 14 years ago
  82. beca5a5 fdt_support: support adding EDID property to FDT display nodes by Anatolij Gustschin · 14 years ago
  83. 8a805df ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size by Stefan Roese · 14 years ago
  84. b4b847e fdt: Add function to alloc phandle values by Kumar Gala · 14 years ago
  85. 75e73af fdt: Add fdt_node_offset_by_compat_reg helper by Kumar Gala · 14 years ago
  86. a0342c0 fdt: Add fdt_translate_address to convert reg node to cpu phys addr by Kumar Gala · 14 years ago
  87. 929a213 powerpc/8xxx: Distinguish between incompatible SEC h/w types by Kim Phillips · 14 years ago
  88. 49b97d9 fdt: Add fdt_del_node_and_alias helper by Kumar Gala · 14 years ago
  89. 3c950e2 fdt_support: add partitions fixup in mtd node by Anatolij Gustschin · 15 years ago
  90. 30d45c0 fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb by Stefan Roese · 15 years ago
  91. 0f89860 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx by Peter Tyser · 15 years ago
  92. 8ab451c fdt: Added helper to set PCI dma-ranges property by Kumar Gala · 16 years ago
  93. 3bed2aa fdt: Add fdt_getprop_u32_default helpers by Kumar Gala · 16 years ago
  94. 56844a2 powerpc: Fix bootm to boot up again with a Ramdisk by Heiko Schocher · 16 years ago
  95. 2a1a2cb fdt: refactor initrd related code by Kumar Gala · 16 years ago
  96. 3082d23 fdt: refactor fdt resize code by Kumar Gala · 16 years ago
  97. 54f9c86 bootm: Set working fdt address as part of the bootm flow by Kumar Gala · 16 years ago
  98. ba37aa0 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t by Kumar Gala · 16 years ago
  99. 6b70ffb fdt: add crypto node handling for MPC8{3, 5}xxE processors by Kim Phillips · 16 years ago
  100. 18e69a3 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role by Anton Vorontsov · 17 years ago