1. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  2. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  3. 949b5a9 common: fdt_support: add support for setting usable memory by Igor Opaniuk · 4 years, 10 months ago
  4. d60ae4c fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · 5 years ago
  5. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  6. 867aaf6 common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges() by Marek Vasut · 5 years ago
  7. e3665ba fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not found by Masahiro Yamada · 5 years ago
  8. 641067f dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · 5 years ago
  9. 3a9a62a common: fdt_support: Check mtdparts cell size by Stefan Mavrodiev · 5 years ago
  10. 59bd796 fdt_shrink_to_minimum: do not mark fdt space reserved unconditionally by Simon Goldschmidt · 5 years ago
  11. 1ceb10b fdt: Remove duplicate code by Thierry Reding · 6 years ago
  12. d8e9cf4 common: fdt_support: print hexadecimal numbers in debug by Sekhar Nori · 6 years ago
  13. 9ad0a79 fdt_support: fdt reservations on the sandbox by Heinrich Schuchardt · 6 years ago
  14. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  15. 6b6f216 fdt_support: Use CONFIG_NR_DRAM_BANKS if necessary by Ramon Fried · 6 years ago
  16. cd1457d common: fdt: Make fdt_del_subnodes/fdt_del_partition static by Michal Simek · 6 years ago
  17. 2a1f4f1 Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined" by Ramon Fried · 6 years ago
  18. 5f4e32d fdt_support: make fdt_fixup_mtdparts() prototype more specific by Masahiro Yamada · 6 years ago
  19. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  20. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  21. ed5af03 fdt: Fixup only valid memory banks by Thierry Reding · 7 years ago
  22. 6d29cc7 fdt: Fixup only valid memory banks by Thierry Reding · 7 years ago
  23. a5af51a spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guard by Philipp Tomsich · 7 years ago
  24. 24acb83 common: Fix-up MAC addr in dts by fetching env variable serially by Prabhakar Kushwaha · 7 years ago
  25. 9f45aeb spl: fit: implement fdt_record_loadable by Philipp Tomsich · 7 years ago
  26. fc7c318 fdt: Introduce helper method fdt_overlay_apply_verbose() by Pantelis Antoniou · 7 years ago
  27. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  28. 336a448 fdt: Correct fdt_get_base_address() by Simon Glass · 7 years ago
  29. 98f705c powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  30. eed3660 fdt: Rename a few functions in fdt_support by Simon Glass · 7 years ago
  31. ec00211 fdt: Update fdt_get_base_address() to use const by Simon Glass · 7 years ago
  32. f8e57c6 fdt_support: Fixup 'ethernet' aliases not ending in digits by Tuomas Tynkkynen · 8 years ago
  33. e1a71f8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  34. 136026f common: fdt_support: Remove check for mtdparts in fdt_fixup_mtdparts by Ladislav Michl · 8 years ago
  35. a40db6d net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · 8 years ago
  36. 63c0941 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  37. ef47683 cmd/fdt: add possibilty to have 'extrasize' on fdt resize by Hannes Schmelzer · 8 years ago
  38. 11e44fc fdt_support: fdt_translate_address() blob const correctness by Stephen Warren · 8 years ago
  39. 49717b1 fdt: Document the rest of struct of_bus by Paul Burton · 8 years ago
  40. 0a222d5 fdt: Support for ISA busses by Paul Burton · 8 years ago
  41. a434fd1 fdt: fix setting MAC addresses for multiple interfaces by Lev Iserovich · 9 years ago
  42. 4428f3c Revert "fdt: fix address cell count checking in fdt_translate_address()" by Przemyslaw Marczak · 9 years ago
  43. 9f29aeb Revert "fdt_support: Add multi-serial support for stdout fixup" by Bin Meng · 9 years ago
  44. 774da4b Merge git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  45. 71105f5 fdt: fix address cell count checking in fdt_translate_address() by Przemyslaw Marczak · 9 years ago
  46. bc393a7 fdt: Rewrite the logic in fdt_fixup_ethernet() by Bin Meng · 9 years ago
  47. 52d825c fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet() by Bin Meng · 9 years ago
  48. a0ae380 fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE by Bin Meng · 9 years ago
  49. da77c81 fdt_support: Don't panic if stdout alias is missing by Scott Wood · 9 years ago
  50. 5c1cf89 fdt: prevent clearing memory node if there are no banks by Andre Przywara · 9 years ago
  51. 10be5b5 fdt: Pass the device serial number through devicetree by Paul Kocialkowski · 9 years ago
  52. c3ec646 fdt: Correct warning in fdt_setup_simplefb_node() by Simon Glass · 9 years ago
  53. 08daa25 fdt: add new fdt_fixup_display function to configure display by Tim Harvey · 9 years ago
  54. 97cdf64 Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  55. ffccb84 fdt: Fix regression in fdt_pack_reg() by Hans de Goede · 10 years ago
  56. e48f374 sandbox: Fix warnings due to 64-bit printf() strings by Simon Glass · 10 years ago
  57. f2ffe7d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  58. 1fc4e6f Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  59. d4f495a fdt_support: Add a fdt_setup_simplefb_node helper function by Hans de Goede · 10 years ago
  60. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  61. 933cdbb fdt: Try to use fdt_address_cells()/fdt_size_cells() by Simon Glass · 10 years ago
  62. 41f09bb fdt: Change fdt_pack_reg() to static and fix types by Simon Glass · 10 years ago
  63. a9e8e29 fdt: Export the fdt_find_or_add_subnode() function by Simon Glass · 10 years ago
  64. f43b435 fdt_support: Make of_bus_default_count_cells non static by Arnab Basu · 10 years ago
  65. 08df4a2 fdt_support: Move of_read_number to fdt_support.h by Arnab Basu · 10 years ago
  66. 5bf58cc fdt: Rename fdt_resize() to fdt_shrink_to_minimum() by Simon Glass · 10 years ago
  67. 50babaf fdt_support: correct the return condition of fdt_initrd() by Masahiro Yamada · 10 years ago
  68. f18295d fdt_support: fix an endian bug of fdt_initrd() by Masahiro Yamada · 10 years ago
  69. 739a01e fdt_support: fix an endian bug of fdt_fixup_memory_banks by Masahiro Yamada · 10 years ago
  70. f89d482 fdt_support: add 'const' qualifier for unchanged argument by Masahiro Yamada · 10 years ago
  71. 972f2a8 fdt_support: refactor fdt_fixup_stdout() function by Masahiro Yamada · 10 years ago
  72. bc6ed0f fdt_support: delete force argument of fdt_chosen() by Masahiro Yamada · 10 years ago
  73. dbe963a fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · 10 years ago
  74. 8edb219 fdt_support: refactor with fdt_find_or_add_subnode helper func by Masahiro Yamada · 10 years ago
  75. 0613c57 fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR by Masahiro Yamada · 10 years ago
  76. b1f49ab ARM: fdt support: Add usbethaddr as an acceptable MAC by Dan Murphy · 11 years ago
  77. c48e686 fdt_support: Add helper function to read "ranges" property by Alexander Graf · 10 years ago
  78. 94fb182 fdt_support: split fdt_getprop_u32_default by Alexander Graf · 10 years ago
  79. be6d426 fdt_support.c: Correct linux,initrd-start/end setting by Tom Rini · 11 years ago
  80. 7f673c9 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  81. f77a606 fdt_support: 64bit initrd start address support by David Feng · 11 years ago
  82. 35940de common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks() by Miao Yan · 11 years ago
  83. 06503f1 mtd: fix warnings due to 64-bit partition support by Scott Wood · 11 years ago
  84. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  85. 064d55f fdt: remove unaligned access in fdt_fixup_ethernet() by Stephen Warren · 11 years ago
  86. 5e57454 fdt_support: Use CONFIG_NR_DRAM_BANKS if defined by Doug Anderson · 11 years ago
  87. 8aa5ec6 common/fdt_support.c: sparse fixes by Kim Phillips · 12 years ago
  88. 12e06fe treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  89. 096eb3f fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined by Tom Wai-Hong Tam · 12 years ago
  90. 036036d serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  91. 07e1278 Fix constness of the fdt void pointer in fdt_getprop_u32_default by Gabe Black · 13 years ago
  92. de16606 Add some missing endian conversions in fdt_support.c by Gabe Black · 13 years ago
  93. 2a523f5 fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers by Shengzhou Liu · 13 years ago
  94. 9254935 sandbox: Use uintptr_t for 32/64-bit compatibility by Simon Glass · 13 years ago
  95. 50bf17b fdt: update fdt_alloc_phandle to use fdt_get_phandle by Timur Tabi · 13 years ago
  96. 3c927cc fdt: check for fdt errors in fdt_create_phandle by Timur Tabi · 13 years ago
  97. 10aeabd fdt: Add new fdt_create_phandle helper by Kumar Gala · 13 years ago
  98. f117c0f fdt: Rename fdt_create_phandle to fdt_set_phandle by Kumar Gala · 13 years ago
  99. a8d2a75 fdt: introduce fdt_create_phandle() by Gerald Van Baren · 13 years ago
  100. bb68200 fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() by Timur Tabi · 13 years ago