1. 36fee2f common: fdt_support: add support for "partitions" subnode to fdt_fixup_mtdparts() by Matthias Schiffer · 2 years, 8 months ago
  2. 2d7a463 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 8 months ago
  3. 3058e28 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · 2 years, 8 months ago
  4. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  5. 8c8bf4f common/fdt_support.c: Fix spelling of "shouldn't". by Vagrant Cascadian · 2 years, 9 months ago
  6. 574506c fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX by Marek Behún · 2 years, 10 months ago
  7. 9ab0c2f fdt_support: Add some useful functions by Marek Behún · 2 years, 10 months ago
  8. c92ccba fdt_support: Fix comment for fdt_create_phandle() by Marek Behún · 2 years, 10 months ago
  9. 2105cd0 fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE by Marek Behún · 2 years, 10 months ago
  10. 76f5a72 fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle() by Marek Behún · 2 years, 10 months ago
  11. 5e1a3be fdt_support: Add kernel-doc for fdt_fixup_memory_banks() by Michal Simek · 3 years, 2 months ago
  12. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 2 months ago
  13. be2d1a8 spl: fit: Also record architecture in /fit-images by Michal Simek · 3 years, 4 months ago
  14. bbdbcaf fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c by Kory Maincent · 3 years, 5 months ago
  15. a47abd7 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · 3 years, 5 months ago
  16. f0b21eb fdt_support.c: Allow late kernel cmdline modification by Niko Mauno · 3 years, 7 months ago
  17. a932aa3 common: fdt_support: Support special case of PCI address in fdt_read_prop() by Bin Meng · 3 years, 7 months ago
  18. e036a1d fdt/sunxi: Remove OF_STDOUT_PATH by Andre Przywara · 3 years, 7 months ago
  19. 51bdb50 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · 3 years, 8 months ago
  20. d64b9cd fdt: translate address if #size-cells = <0> by Dario Binacchi · 3 years, 9 months ago
  21. 13d1ca8 spl: fdt: Record load/entry fit-images entries in 64bit format by Michal Simek · 4 years, 1 month ago
  22. caa7fc2 spl: Use standard FIT entries by Michal Simek · 4 years, 1 month ago
  23. 7d8073e fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts() by Masahiro Yamada · 4 years, 2 months ago
  24. 53a8966 fdt_support: call mtdparts_init() after finding MTD node to fix up by Masahiro Yamada · 4 years, 2 months ago
  25. 8ce8e42 fdt_support: add static to fdt_node_set_part_info() by Masahiro Yamada · 4 years, 2 months ago
  26. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  27. 6ec7545 fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts() by Masahiro Yamada · 4 years, 2 months ago
  28. 245ad6c fdt_support: call mtdparts_init() after finding MTD node to fix up by Masahiro Yamada · 4 years, 2 months ago
  29. d772db3 fdt_support: add static to fdt_node_set_part_info() by Masahiro Yamada · 4 years, 2 months ago
  30. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  31. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  32. 949b5a9 common: fdt_support: add support for setting usable memory by Igor Opaniuk · 4 years, 10 months ago
  33. d60ae4c fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · 5 years ago
  34. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  35. 867aaf6 common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges() by Marek Vasut · 5 years ago
  36. e3665ba fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not found by Masahiro Yamada · 5 years ago
  37. 641067f dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · 5 years ago
  38. 3a9a62a common: fdt_support: Check mtdparts cell size by Stefan Mavrodiev · 5 years ago
  39. 59bd796 fdt_shrink_to_minimum: do not mark fdt space reserved unconditionally by Simon Goldschmidt · 5 years ago
  40. 1ceb10b fdt: Remove duplicate code by Thierry Reding · 6 years ago
  41. d8e9cf4 common: fdt_support: print hexadecimal numbers in debug by Sekhar Nori · 6 years ago
  42. 9ad0a79 fdt_support: fdt reservations on the sandbox by Heinrich Schuchardt · 6 years ago
  43. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  44. 6b6f216 fdt_support: Use CONFIG_NR_DRAM_BANKS if necessary by Ramon Fried · 6 years ago
  45. cd1457d common: fdt: Make fdt_del_subnodes/fdt_del_partition static by Michal Simek · 6 years ago
  46. 2a1f4f1 Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined" by Ramon Fried · 6 years ago
  47. 5f4e32d fdt_support: make fdt_fixup_mtdparts() prototype more specific by Masahiro Yamada · 6 years ago
  48. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  49. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  50. ed5af03 fdt: Fixup only valid memory banks by Thierry Reding · 7 years ago
  51. 6d29cc7 fdt: Fixup only valid memory banks by Thierry Reding · 7 years ago
  52. a5af51a spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guard by Philipp Tomsich · 7 years ago
  53. 24acb83 common: Fix-up MAC addr in dts by fetching env variable serially by Prabhakar Kushwaha · 7 years ago
  54. 9f45aeb spl: fit: implement fdt_record_loadable by Philipp Tomsich · 7 years ago
  55. fc7c318 fdt: Introduce helper method fdt_overlay_apply_verbose() by Pantelis Antoniou · 7 years ago
  56. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  57. 336a448 fdt: Correct fdt_get_base_address() by Simon Glass · 7 years ago
  58. 98f705c powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  59. eed3660 fdt: Rename a few functions in fdt_support by Simon Glass · 7 years ago
  60. ec00211 fdt: Update fdt_get_base_address() to use const by Simon Glass · 7 years ago
  61. f8e57c6 fdt_support: Fixup 'ethernet' aliases not ending in digits by Tuomas Tynkkynen · 8 years ago
  62. e1a71f8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  63. 136026f common: fdt_support: Remove check for mtdparts in fdt_fixup_mtdparts by Ladislav Michl · 8 years ago
  64. a40db6d net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · 8 years ago
  65. 63c0941 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  66. ef47683 cmd/fdt: add possibilty to have 'extrasize' on fdt resize by Hannes Schmelzer · 8 years ago
  67. 11e44fc fdt_support: fdt_translate_address() blob const correctness by Stephen Warren · 8 years ago
  68. 49717b1 fdt: Document the rest of struct of_bus by Paul Burton · 8 years ago
  69. 0a222d5 fdt: Support for ISA busses by Paul Burton · 8 years ago
  70. a434fd1 fdt: fix setting MAC addresses for multiple interfaces by Lev Iserovich · 9 years ago
  71. 4428f3c Revert "fdt: fix address cell count checking in fdt_translate_address()" by Przemyslaw Marczak · 9 years ago
  72. 9f29aeb Revert "fdt_support: Add multi-serial support for stdout fixup" by Bin Meng · 9 years ago
  73. 774da4b Merge git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  74. 71105f5 fdt: fix address cell count checking in fdt_translate_address() by Przemyslaw Marczak · 9 years ago
  75. bc393a7 fdt: Rewrite the logic in fdt_fixup_ethernet() by Bin Meng · 9 years ago
  76. 52d825c fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet() by Bin Meng · 9 years ago
  77. a0ae380 fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE by Bin Meng · 9 years ago
  78. da77c81 fdt_support: Don't panic if stdout alias is missing by Scott Wood · 9 years ago
  79. 5c1cf89 fdt: prevent clearing memory node if there are no banks by Andre Przywara · 9 years ago
  80. 10be5b5 fdt: Pass the device serial number through devicetree by Paul Kocialkowski · 9 years ago
  81. c3ec646 fdt: Correct warning in fdt_setup_simplefb_node() by Simon Glass · 9 years ago
  82. 08daa25 fdt: add new fdt_fixup_display function to configure display by Tim Harvey · 9 years ago
  83. 97cdf64 Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  84. ffccb84 fdt: Fix regression in fdt_pack_reg() by Hans de Goede · 10 years ago
  85. e48f374 sandbox: Fix warnings due to 64-bit printf() strings by Simon Glass · 10 years ago
  86. f2ffe7d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  87. 1fc4e6f Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  88. d4f495a fdt_support: Add a fdt_setup_simplefb_node helper function by Hans de Goede · 10 years ago
  89. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  90. 933cdbb fdt: Try to use fdt_address_cells()/fdt_size_cells() by Simon Glass · 10 years ago
  91. 41f09bb fdt: Change fdt_pack_reg() to static and fix types by Simon Glass · 10 years ago
  92. a9e8e29 fdt: Export the fdt_find_or_add_subnode() function by Simon Glass · 10 years ago
  93. f43b435 fdt_support: Make of_bus_default_count_cells non static by Arnab Basu · 10 years ago
  94. 08df4a2 fdt_support: Move of_read_number to fdt_support.h by Arnab Basu · 10 years ago
  95. 5bf58cc fdt: Rename fdt_resize() to fdt_shrink_to_minimum() by Simon Glass · 10 years ago
  96. 50babaf fdt_support: correct the return condition of fdt_initrd() by Masahiro Yamada · 10 years ago
  97. f18295d fdt_support: fix an endian bug of fdt_initrd() by Masahiro Yamada · 10 years ago
  98. 739a01e fdt_support: fix an endian bug of fdt_fixup_memory_banks by Masahiro Yamada · 10 years ago
  99. f89d482 fdt_support: add 'const' qualifier for unchanged argument by Masahiro Yamada · 10 years ago
  100. 972f2a8 fdt_support: refactor fdt_fixup_stdout() function by Masahiro Yamada · 10 years ago