1. 7a033e8 board_r: Remove duplicate headers by Ilias Apalodimas · 4 weeks ago
  2. 1cd7dce common: Tidy up how malloc() is inited by Simon Glass · 5 weeks ago
  3. 1ff0036 net: lwip: add DHCP support and dhcp commmand by Jerome Forissier · 5 weeks ago
  4. ac41112 common: board_r: rework BOOT LED handling by Christian Marangi · 8 weeks ago
  5. 390562d Merge patch series "Make LMB memory map global and persistent" by Tom Rini · 3 months ago
  6. 68bf8f0 lmb: init: initialise the lmb data structures during board init by Sughosh Ganu · 3 months ago
  7. 91bbb3b global_data: Reduce size of early-malloc vars by Simon Glass · 3 months ago
  8. 45aec8e upl: Plumb in universal payload to the init process by Simon Glass · 4 months ago
  9. 6726179 global_data.h: drop write-only field dm_root_f by Rasmus Villemoes · 6 months ago
  10. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  11. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  12. 728cb88 common: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  13. 15a2ab5 scsi: Forceably finish migration to DM_SCSI by Tom Rini · 1 year, 1 month ago
  14. add7634 event: add new EVT_SETTINGS_R event by Artur Rojek · 1 year, 1 month ago
  15. adad2d0 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · 1 year, 2 months ago
  16. dfbb8e3 common: event: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  17. e2aa438 common: board_r: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  18. a66d1d8 blkcache: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  19. 1cedca1 event: Use an event to replace last_stage_init() by Simon Glass · 1 year, 3 months ago
  20. cad6b82 initcall: Support manual relocation by Simon Glass · 1 year, 3 months ago
  21. afb5a8a Revert "initcall: Move to inline function" by Simon Glass · 1 year, 3 months ago
  22. eff11fa treewide: unify the linker symbol reference format by Shiji Yang · 1 year, 4 months ago
  23. 345c974 bdinfo: Show the malloc base with the bdinfo command by Simon Glass · 1 year, 4 months ago
  24. e8b80f3 ide: Drop init for not using BLK by Simon Glass · 1 year, 7 months ago
  25. e7c108e ide: Drop CONFIG_START_IDE by Simon Glass · 1 year, 7 months ago
  26. c2727e5 dm: Add support for handling old u-boot,dm- tags by Simon Glass · 1 year, 9 months ago
  27. d270aae dm: Allow serial output during the relocation process by Simon Glass · 1 year, 10 months ago
  28. c19fee5 Correct SPL uses of SAVE_PREV_BL_INITRAMFS_START_ADDR by Simon Glass · 1 year, 10 months ago
  29. 9e0417e Correct SPL uses of SAVE_PREV_BL_FDT_ADDR by Simon Glass · 1 year, 10 months ago
  30. 12f813d Correct SPL use of OF_EMBED by Simon Glass · 1 year, 10 months ago
  31. a4d9fd1 Correct SPL uses of NEEDS_MANUAL_RELOC by Simon Glass · 1 year, 10 months ago
  32. ba3982f gpio: Get rid of gpio_hog_probe_all() by Marek Vasut · 2 years, 2 months ago
  33. 0bb9b09 global: Migrate CONFIG_PRAM to CFG by Tom Rini · 2 years ago
  34. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  35. 9a84e07 efi_loader: remove CONFIG_EFI_SETUP_EARLY by AKASHI Takahiro · 2 years, 1 month ago
  36. c794e49 cyclic: get rid of cyclic_init() by Rasmus Villemoes · 2 years, 1 month ago
  37. b780fa5 event: Add an event for main_loop by Sughosh Ganu · 2 years, 1 month ago
  38. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  39. 9411630 Merge branch 'next' by Tom Rini · 2 years, 2 months ago
  40. ba8457b dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 3 months ago
  41. 4b74a4e board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only by Pierre-Clément Tosi · 2 years, 3 months ago
  42. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  43. 7513df3 cyclic: Integrate cyclic functionality at bootup in board_r/f by Stefan Roese · 2 years, 3 months ago
  44. 1ab1692 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
  45. 063c938 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
  46. b565aff common/board_r.c: drop legacy and unused bi_enetaddr by Rasmus Villemoes · 2 years, 6 months ago
  47. 145f200 event: fix static events for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 2 years, 6 months ago
  48. 4780550 Convert CONFIG_SYS_BOOTPARAMS_LEN to Kconfig by Tom Rini · 2 years, 7 months ago
  49. 971df82 board_r: use IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC) in board_init_r() by Ovidiu Panait · 2 years, 7 months ago
  50. 2fa2765 efi_loader: call efi_init_early() earlier by Heinrich Schuchardt · 2 years, 7 months ago
  51. 5332012 nds32: Remove the architecture by Tom Rini · 2 years, 8 months ago
  52. a36dc25 efi_loader: split efi_init_obj_list() into two stages by AKASHI Takahiro · 2 years, 7 months ago
  53. a346306 arm: init: save previous bootloader data by Dzmitry Sankouski · 2 years, 9 months ago
  54. aa4bce9 event: Add basic support for events by Simon Glass · 2 years, 9 months ago
  55. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  56. 42a9d97 common: board_r: drop ifdefs around header includes by Ovidiu Panait · 2 years, 11 months ago
  57. 132be47 common: board_r: include asm-generic/gpio.h by Ovidiu Panait · 2 years, 11 months ago
  58. 7dbb021 common: board_r: move init_addr_map() to init.h by Ovidiu Panait · 2 years, 11 months ago
  59. 9ef3c8a common: board_r: drop initr_addr_map wrapper by Ovidiu Panait · 2 years, 11 months ago
  60. af061f0 common: board_r: drop initr_kgdb wrapper by Ovidiu Panait · 2 years, 11 months ago
  61. 3b75487 common: remove bedbug debugger support by Ovidiu Panait · 2 years, 11 months ago
  62. a38b867 x86: efi: Don't set up global_data again with EFI by Simon Glass · 2 years, 11 months ago
  63. 467cf5a fdt: Show a runtime warning based on devicetree source by Simon Glass · 3 years ago
  64. 8f9ce7e fdt: Report the devicetree source by Simon Glass · 3 years ago
  65. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 4 months ago
  66. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
  67. a33070c common: board_r: support enable_caches for RISC-V by Zong Li · 3 years, 3 months ago
  68. 4abdf14 Convert CONFIG_ID_EEPROM to Kconfig by Tom Rini · 3 years, 3 months ago
  69. adc70b8 common: board_r: print error if binman_init fails by Tim Harvey · 3 years, 4 months ago
  70. cf8e543 env: allow environment to be amended from control dtb by Rasmus Villemoes · 3 years, 7 months ago
  71. 276375c common: Move initr_addr_map() to a bit earlier by Bin Meng · 3 years, 9 months ago
  72. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  73. 2c82391 common: board_r: Drop arch-specific ifdefs around initr_trap by Ovidiu Panait · 4 years ago
  74. 69d1ddb common: board_r: Drop initr_bbmii wrapper by Ovidiu Panait · 4 years ago
  75. 4119ea43 common: board_r: Drop initr_api wrapper by Ovidiu Panait · 4 years ago
  76. 036f0f1 common: board_r: Drop initr_jumptable wrapper by Ovidiu Panait · 4 years ago
  77. b5738e6 common: board_r: Drop initr_xen wrapper by Ovidiu Panait · 4 years ago
  78. 1c45ed9 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · 4 years ago
  79. e353edb common: board_r: Drop initr_pci wrapper by Ovidiu Panait · 4 years ago
  80. a45c6e1 common: board_r: Drop initr_pci_ep wrapper by Ovidiu Panait · 4 years ago
  81. dc8b624 common: board_r: Drop initr_post_backlog wrapper by Ovidiu Panait · 4 years ago
  82. c14c0f9 common: board_r: Drop initr_secondary_cpu wrapper by Ovidiu Panait · 4 years ago
  83. e83322f common: board_r: Drop initr_console_record wrapper by Ovidiu Panait · 4 years ago
  84. ddf5fda Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 1 month ago
  85. 87942ac efi_loader: add option to initialise EFI subsystem early by AKASHI Takahiro · 4 years, 1 month ago
  86. 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 2 months ago
  87. 0c1b557 dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · 4 years, 1 month ago
  88. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 4 months ago
  89. 2280d33 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · 4 years, 4 months ago
  90. 97dd43f common/board_r: Move blkcache_init call earlier in the boot sequence by Ovidiu Panait · 4 years, 4 months ago
  91. 34c2581 blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 4 years, 4 months ago
  92. bfcd5c5 common/board_r: Remove initr_serial wrapper by Ovidiu Panait · 4 years, 4 months ago
  93. 97434b4 pci_ep: Add the init function by Xiaowei Bao · 4 years, 5 months ago
  94. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  95. f7cc66e bdinfo: net: ppc: Drop bi_enet1addr and other similar info by Simon Glass · 4 years, 7 months ago
  96. dadccd9 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 6 months ago
  97. d766ddd board_r: Detect ifc-nor flash at run-time by Pankit Garg · 4 years, 7 months ago
  98. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  99. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  100. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago