1. b91c704 Merge https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 3 years, 2 months ago
  2. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 2 months ago
  3. 5e19f4a samsung: exynos: Convert SROMC interface to a driver by Simon Glass · 3 years, 2 months ago
  4. feb7ac4 dm: core: Add address translation in fdt_get_resource by Patrick Delaunay · 3 years, 6 months ago
  5. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 7 months ago
  6. e31350c Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()" by Tom Rini · 3 years, 7 months ago
  7. d17e9d2 fdtdec: Cast prior_stage_fdt_address with uintptr_t by Bin Meng · 3 years, 8 months ago
  8. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  9. 0a2aaab fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup() by Simon Glass · 3 years, 8 months ago
  10. e1d23f5 fdtdec: Update the missing-devicetree message by Simon Glass · 3 years, 8 months ago
  11. c589132 fdt: Use phandle to distinguish DT nodes with same name by Aswath Govindraju · 3 years, 10 months ago
  12. cba487c fdtdec: correct test on return of fdt_node_offset_by_phandle by Patrick Delaunay · 4 years ago
  13. ccaa574 fdtdec: optionally add property no-map to created reserved memory node by Etienne Carriere · 4 years ago
  14. 751b18b Merge branch 'master' into next by Tom Rini · 4 years ago
  15. 81d0cef lib: fdt: Fix fdtdec_setup_mem..() conversion to livetree API by Marek Vasut · 4 years ago
  16. dfaf6a5 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · 4 years, 1 month ago
  17. 1db7ee4 fdtdec: Add API to read pci bus-range property by Suneel Garapati · 5 years ago
  18. c2f0950 lib: fdt: Convert fdtdes_setup_mem..() to livetree API by Michal Simek · 4 years, 2 months ago
  19. 7fce739 lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest() by Michal Simek · 4 years, 3 months ago
  20. 50c7b72 Revert "lib: fdt: Split fdtdec_setup_mem_size_base()" by Michal Simek · 4 years, 3 months ago
  21. 62897c4 Revert "lib: fdt: Split fdtdec_setup_memory_banksize()" by Michal Simek · 4 years, 3 months ago
  22. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  23. b589b80 Revert "lib: fdt: Split fdtdec_setup_mem_size_base()" by Michal Simek · 4 years, 3 months ago
  24. d4cc6f6 Revert "lib: fdt: Split fdtdec_setup_memory_banksize()" by Michal Simek · 4 years, 3 months ago
  25. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  26. f6704c7 fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory() by Bin Meng · 4 years, 4 months ago
  27. a9ad113 fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory() by Bin Meng · 4 years, 4 months ago
  28. 0e2afc8 fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup() by Marek Vasut · 4 years, 5 months ago
  29. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  30. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  31. 10d887d libfdt: Make fdtdec_get_child_count() available for HOST by Kever Yang · 4 years, 6 months ago
  32. f614753 fdtdec: Fix boundary check by Atish Patra · 4 years, 5 months ago
  33. b9200b1 fdtdec: support multiple phandles in memory carveout by Laurentiu Tudor · 4 years, 6 months ago
  34. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  35. 194fca9 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 4 years, 8 months ago
  36. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 9 months ago
  37. 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 9 months ago
  38. 357d2ce fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory() by Heiko Stuebner · 5 years ago
  39. 086336a fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory() by Heiko Stuebner · 5 years ago
  40. d60ae4c fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · 5 years ago
  41. 594d272 dm: core: Drop fdtdec_get_pci_addr() by Simon Glass · 5 years ago
  42. e587886 dm: core: Correct low cell in ofnode_read_pci_addr() by Simon Glass · 5 years ago
  43. c4f603f fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPL by Lukas Auer · 5 years ago
  44. 9eef56d env: Move env_get_ulong() to env.h by Simon Glass · 5 years ago
  45. 0c670fc common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  46. ebf30e8 fdtdec: Add fdtdec_set_ethernet_mac_address() by Thierry Reding · 5 years ago
  47. 3bf2f15 fdtdec: Remove fdt_{addr,size}_unpack() by Thierry Reding · 5 years ago
  48. d81d969 fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle() by Thierry Reding · 5 years ago
  49. 216800a Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 5 years ago
  50. 51e4e3e x86: dts: switch spi-flash to jedec, spi-nor compatible by Neil Armstrong · 6 years ago
  51. 16523ac fdtdec: Implement carveout support functions by Thierry Reding · 6 years ago
  52. c9222a0 fdtdec: Implement fdtdec_add_reserved_memory() by Thierry Reding · 6 years ago
  53. 8153d53 fdtdec: Implement fdtdec_set_phandle() by Thierry Reding · 6 years ago
  54. 95f4bbd lib: fdt: Allow LZO and GZIP DT compression in U-Boot by Marek Vasut · 6 years ago
  55. 1fd3035 lib: fdt: Allow enabling both LZO and GZIP DT compression by Marek Vasut · 6 years ago
  56. 118f4d4 lib: fdt: Split fdtdec_setup_memory_banksize() by Marek Vasut · 6 years ago
  57. 3ebe09d lib: fdt: Split fdtdec_setup_mem_size_base() by Marek Vasut · 6 years ago
  58. f94fa0e Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  59. 91b3a18 fdt: tegra: Drop COMPAT_AMS_AS3722 by Simon Glass · 6 years ago
  60. 38b043d fdt: samsung: Drop unused fdt_compat_id values by Simon Glass · 6 years ago
  61. 003c9dc fdt: Introduce fdtdec_get_alias_highest_id() by Michal Simek · 6 years ago
  62. f51f671 lib: fdtdec: fdtdec_get_addr_size_fixed remove checks by Keerthy · 6 years ago
  63. d50d681 spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT by Sekhar Nori · 6 years ago
  64. f1d2bc9 lib: fdtdec: Add function re-setup the fdt more effeciently by Jean-Jacques Hiblot · 6 years ago
  65. f980c99 fdt: sandbox: correct use of ${fdtcontroladdr} by Heinrich Schuchardt · 6 years ago
  66. 410d9b6 fdt: Fix uncompress_blob() for U-Boot proper by Marek Vasut · 6 years ago
  67. 658954c Revert "fdt: fdtdec_setup_memory_banksize() use livetree" by Michal Simek · 6 years ago
  68. 25a3845 fdt: Remove fdtdec_decode_region() function by Simon Glass · 6 years ago
  69. c35a7d3 fdt: fdtdec_setup_memory_banksize() use livetree by Jens Wiklander · 6 years ago
  70. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  71. f850371 fdt: fix get_next_memory_node() by Marek Vasut · 6 years ago
  72. 452bc12 fdt: fix fdtdec_setup_memory_banksize() by Jens Wiklander · 6 years ago
  73. 12308b1 lib: fdtdec: Rename routine fdtdec_setup_memory_size() by Siva Durga Prasad Paladugu · 6 years ago
  74. 1473b12 lib: fdtdec: Update ram_base to store ram start adddress by Siva Durga Prasad Paladugu · 6 years ago
  75. 894c3ad board: arm: Add support for Broadcom BCM7445 by Thomas Fitzsimmons · 6 years ago
  76. 90c08fa fdt: Add device tree memory bindings by Michael Pratt · 6 years ago
  77. 19c8fc7 fdt: Add another Altera Arria10 clock init compatible by Marek Vasut · 6 years ago
  78. 8176692 lib: fdtdec: drop the old compatible about max77686 by Jaehoon Chung · 7 years ago
  79. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  80. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  81. b79221a lib: fdtdec: Fix some style violations by Mario Six · 7 years ago
  82. 2e38662 lib: fdtdec: Fix whitespace style violations by Mario Six · 7 years ago
  83. 3b595da fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATE by Rob Clark · 7 years ago
  84. 9804d88 Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  85. 9bd76b8 spl: make CONFIG_OF_EMBED pass dts through fdtgrep by Goldschmidt Simon · 7 years ago
  86. 942ee09 fdtdec: Support parsing multiple /memory nodes by Marek Vasut · 7 years ago
  87. eb57c0b fdt: Add compatible strings for Arria 10 by Tien Fong Chee · 7 years ago
  88. 2f57c95 spl: dm: Make it possible for the SPL to pick its own DTB from a FIT by Jean-Jacques Hiblot · 7 years ago
  89. 035d640 fdtdec: sort include files by Jean-Jacques Hiblot · 7 years ago
  90. 1195559 dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig by Jean-Jacques Hiblot · 7 years ago
  91. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  92. f6a4093 fdtdec: Drop old compatible values by Simon Glass · 7 years ago
  93. 2059ecf fdt: Enable selecting correct DTB from appended FIT Image by Cooper Jr., Franklin · 7 years ago
  94. c69380f fdt: Correct cast for sandbox in fdtdec_setup_memory_size() by Simon Glass · 7 years ago
  95. 2ec9d17 cros_ec: Convert to support live tree by Simon Glass · 7 years ago
  96. b7e0d73 dm: core: Add a place to put extra device-tree reading functions by Simon Glass · 7 years ago
  97. 82f766d Allow boards to initialize the DT at runtime. by Alex Deymo · 7 years ago
  98. e11b5e8 fdt: Add compatible strings for Arria 10 by Ley Foon Tan · 7 years ago
  99. 5efa1bf libfdt: use CONFIG_IS_ENABLED for OF_LIBFDT by Vignesh R · 8 years ago
  100. 623f601 fdt: add memory bank decoding functions for board setup by Nathan Rossi · 8 years ago