1. 019127b fdt_support: add fdt_copy_fixed_partitions function by Patrick Delaunay · Thu Jun 08 17:16:38 2023 +0200
  2. e068226 fdt_support: include dm/ofnode.h by Patrick Delaunay · Thu Jun 08 17:16:37 2023 +0200
  3. 3ab6d9c fdt_support: fix comments syntax error by Hugo Villeneuve · Mon Apr 24 16:51:50 2023 -0400
  4. 56af659 global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI* by Tom Rini · Wed Nov 16 13:10:33 2022 -0500
  5. b24a7d9 video: cmd: Drop old LCD code by Simon Glass · Sun Oct 16 15:57:41 2022 -0600
  6. bd2e353 fdt_support: add optional board_rng_seed() hook by Rasmus Villemoes · Mon Aug 22 09:34:23 2022 +0200
  7. 05cc827 fdt: Add U-Boot version to chosen node by Francesco Dolcini · Thu May 19 16:22:26 2022 +0200
  8. 390d9cb fdt: don't set linux,phandle by John Keeping · Wed Apr 20 11:31:11 2022 +0100
  9. 03fbd25 video: Drop references to CONFIG_VIDEO et al by Simon Glass · Sun Jan 23 07:04:08 2022 -0700
  10. 01f078f common: fdt_support: add support for "partitions" subnode to fdt_fixup_mtdparts() by Matthias Schiffer · Thu Feb 03 15:14:47 2022 +0100
  11. c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Jan 20 12:40:20 2022 -0500
  12. 5d6b448 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · Thu Jan 20 01:04:42 2022 +0100
  13. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  14. d00c5c7 common/fdt_support.c: Fix spelling of "shouldn't". by Vagrant Cascadian · Tue Dec 21 13:06:58 2021 -0800
  15. ac4d9ff fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX by Marek Behún · Fri Nov 26 14:57:15 2021 +0100
  16. 4ef5ca6 fdt_support: Add some useful functions by Marek Behún · Fri Nov 26 14:57:10 2021 +0100
  17. ae0ef95 fdt_support: Fix comment for fdt_create_phandle() by Marek Behún · Fri Nov 26 14:57:09 2021 +0100
  18. f872e83 fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE by Marek Behún · Fri Nov 26 14:57:08 2021 +0100
  19. 3577eba3 fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle() by Marek Behún · Fri Nov 26 14:57:07 2021 +0100
  20. 9628373 fdt_support: Add kernel-doc for fdt_fixup_memory_banks() by Michal Simek · Tue Aug 10 09:21:54 2021 +0200
  21. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  22. 0e4f43d spl: fit: Also record architecture in /fit-images by Michal Simek · Thu May 27 11:40:09 2021 +0200
  23. 623e1ac fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c by Kory Maincent · Tue May 04 19:31:21 2021 +0200
  24. f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · Sat May 01 17:05:26 2021 +0200
  25. 673db43 fdt_support.c: Allow late kernel cmdline modification by Niko Mauno · Mon Feb 22 19:18:51 2021 +0000
  26. d67d7d0 common: fdt_support: Support special case of PCI address in fdt_read_prop() by Bin Meng · Thu Feb 25 17:22:24 2021 +0800
  27. 0d1fcf8 fdt/sunxi: Remove OF_STDOUT_PATH by Andre Przywara · Sun Feb 14 10:35:18 2021 +0000
  28. 50d2fa4 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · Tue Jan 12 13:55:22 2021 +0100
  29. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · Wed Dec 30 00:16:21 2020 +0100
  30. d31b40f spl: fdt: Record load/entry fit-images entries in 64bit format by Michal Simek · Thu Sep 03 12:44:51 2020 +0200
  31. 9e64a55 spl: Use standard FIT entries by Michal Simek · Thu Sep 03 11:24:28 2020 +0200
  32. 2164429 fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts() by Masahiro Yamada · Fri Jul 17 10:46:19 2020 +0900
  33. 030348f fdt_support: call mtdparts_init() after finding MTD node to fix up by Masahiro Yamada · Fri Jul 17 10:46:18 2020 +0900
  34. 6566960 fdt_support: add static to fdt_node_set_part_info() by Masahiro Yamada · Wed Jul 15 19:35:47 2020 +0900
  35. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  36. ac068a8 fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts() by Masahiro Yamada · Fri Jul 17 10:46:19 2020 +0900
  37. b51b5ce fdt_support: call mtdparts_init() after finding MTD node to fix up by Masahiro Yamada · Fri Jul 17 10:46:18 2020 +0900
  38. b161ffa fdt_support: add static to fdt_node_set_part_info() by Masahiro Yamada · Wed Jul 15 19:35:47 2020 +0900
  39. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  40. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  41. 80b9578 common: fdt_support: add support for setting usable memory by Igor Opaniuk · Tue Dec 03 14:04:46 2019 +0200
  42. 487f917 fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · Tue Oct 22 10:05:22 2019 +0200
  43. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  44. 22203f5 common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges() by Marek Vasut · Tue Jul 09 02:49:29 2019 +0200
  45. b1dd47c fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not found by Masahiro Yamada · Thu Jun 27 16:39:57 2019 +0900
  46. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · Fri May 31 15:11:30 2019 +0200
  47. 51b0c03 common: fdt_support: Check mtdparts cell size by Stefan Mavrodiev · Wed Apr 24 08:31:54 2019 +0300
  48. 5d5a0c0 fdt_shrink_to_minimum: do not mark fdt space reserved unconditionally by Simon Goldschmidt · Fri May 03 21:19:03 2019 +0200
  49. 7f42c33 fdt: Remove duplicate code by Thierry Reding · Fri Mar 01 19:20:48 2019 +0100
  50. a98ba7f common: fdt_support: print hexadecimal numbers in debug by Sekhar Nori · Thu Dec 06 15:20:47 2018 +0530
  51. 668cabc fdt_support: fdt reservations on the sandbox by Heinrich Schuchardt · Sun Nov 18 17:58:51 2018 +0100
  52. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · Mon Aug 06 20:47:40 2018 +0900
  53. 9cab183 fdt_support: Use CONFIG_NR_DRAM_BANKS if necessary by Ramon Fried · Tue Aug 14 00:35:42 2018 +0300
  54. c2ed007 common: fdt: Make fdt_del_subnodes/fdt_del_partition static by Michal Simek · Tue Jul 31 14:31:04 2018 +0200
  55. 37fdd6a Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined" by Ramon Fried · Sun Jul 22 08:12:14 2018 +0300
  56. f3d4014 fdt_support: make fdt_fixup_mtdparts() prototype more specific by Masahiro Yamada · Thu Jul 19 16:28:22 2018 +0900
  57. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  58. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  59. 9eb0e7e fdt: Fixup only valid memory banks by Thierry Reding · Thu Feb 15 19:05:59 2018 +0100
  60. 74af8a3 fdt: Fixup only valid memory banks by Thierry Reding · Tue Jan 30 11:34:17 2018 +0100
  61. 1b1b4e4 spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guard by Philipp Tomsich · Fri Feb 02 12:01:44 2018 +0100
  62. 2dec06f common: Fix-up MAC addr in dts by fetching env variable serially by Prabhakar Kushwaha · Thu Nov 23 16:51:32 2017 +0530
  63. a601818 spl: fit: implement fdt_record_loadable by Philipp Tomsich · Wed Sep 13 21:29:33 2017 +0200
  64. 592386d fdt: Introduce helper method fdt_overlay_apply_verbose() by Pantelis Antoniou · Mon Sep 04 23:12:11 2017 +0300
  65. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  66. 29f304b fdt: Correct fdt_get_base_address() by Simon Glass · Tue Jul 04 13:31:20 2017 -0600
  67. 2028012 powerpc: remove 4xx support by Heiko Schocher · Tue Jun 27 16:49:14 2017 +0200
  68. bb7c01e fdt: Rename a few functions in fdt_support by Simon Glass · Thu May 18 20:09:26 2017 -0600
  69. 293340a fdt: Update fdt_get_base_address() to use const by Simon Glass · Thu May 18 20:09:00 2017 -0600
  70. a7042f5 fdt_support: Fixup 'ethernet' aliases not ending in digits by Tuomas Tynkkynen · Mon Mar 20 10:04:55 2017 +0200
  71. ff7951e Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Feb 09 11:56:35 2017 -0500
  72. 2299938 common: fdt_support: Remove check for mtdparts in fdt_fixup_mtdparts by Ladislav Michl · Mon Jan 09 11:17:27 2017 +0100
  73. 496904b net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · Fri Nov 25 16:30:19 2016 +0100
  74. f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · Sat Nov 26 11:02:10 2016 +0900
  75. d3dbac8 cmd/fdt: add possibilty to have 'extrasize' on fdt resize by Hannes Schmelzer · Tue Sep 20 18:10:43 2016 +0200
  76. c99581b fdt_support: fdt_translate_address() blob const correctness by Stephen Warren · Fri Aug 05 09:47:50 2016 -0600
  77. 03f08c5 fdt: Document the rest of struct of_bus by Paul Burton · Tue May 17 07:43:25 2016 +0100
  78. dbef2f0 fdt: Support for ISA busses by Paul Burton · Tue May 17 07:43:24 2016 +0100
  79. cde7761 fdt: fix setting MAC addresses for multiple interfaces by Lev Iserovich · Thu Jan 07 18:04:16 2016 -0500
  80. f4d337c Revert "fdt: fix address cell count checking in fdt_translate_address()" by Przemyslaw Marczak · Tue Jan 12 15:40:44 2016 +0100
  81. b819911 Revert "fdt_support: Add multi-serial support for stdout fixup" by Bin Meng · Wed Jan 13 19:38:58 2016 -0800
  82. de857fa Merge git://git.denx.de/u-boot-net by Tom Rini · Wed Jan 13 18:03:05 2016 -0500
  83. 0f6ba87 fdt: fix address cell count checking in fdt_translate_address() by Przemyslaw Marczak · Wed Oct 28 15:37:57 2015 +0100
  84. bfb93cc fdt: Rewrite the logic in fdt_fixup_ethernet() by Bin Meng · Tue Nov 03 04:24:41 2015 -0800
  85. 719271a fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet() by Bin Meng · Tue Nov 03 04:24:40 2015 -0800
  86. d9a0093 fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE by Bin Meng · Mon Dec 07 01:39:47 2015 -0800
  87. edd551f fdt_support: Don't panic if stdout alias is missing by Scott Wood · Tue Sep 01 22:48:08 2015 -0500
  88. 3d2d441 fdt: prevent clearing memory node if there are no banks by Andre Przywara · Sun Jun 21 00:29:54 2015 +0100
  89. 2c0fbc7 fdt: Pass the device serial number through devicetree by Paul Kocialkowski · Thu May 21 11:27:03 2015 +0200
  90. 248b18d fdt: Correct warning in fdt_setup_simplefb_node() by Simon Glass · Mon Apr 20 12:37:16 2015 -0600
  91. 5d7c6b5 fdt: add new fdt_fixup_display function to configure display by Tim Harvey · Wed Apr 08 11:45:39 2015 -0700
  92. 8e738ce Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 by Tom Rini · Thu Dec 04 09:24:05 2014 -0500
  93. 4c80fb0 fdt: Fix regression in fdt_pack_reg() by Hans de Goede · Fri Nov 28 14:23:51 2014 +0100
  94. e9f343f sandbox: Fix warnings due to 64-bit printf() strings by Simon Glass · Tue Nov 11 12:47:07 2014 -0700
  95. 32bdd4e Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Tue Nov 25 11:09:48 2014 -0500
  96. 0c87277 Merge git://git.denx.de/u-boot-fdt by Tom Rini · Tue Nov 25 11:08:52 2014 -0500
  97. ea87637 fdt_support: Add a fdt_setup_simplefb_node helper function by Hans de Goede · Mon Nov 17 15:29:11 2014 +0100
  98. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  99. 9fbc632 fdt: Try to use fdt_address_cells()/fdt_size_cells() by Simon Glass · Thu Oct 23 18:58:57 2014 -0600
  100. 0058e11 fdt: Change fdt_pack_reg() to static and fix types by Simon Glass · Thu Oct 23 18:58:55 2014 -0600