1. 0bb9b09 global: Migrate CONFIG_PRAM to CFG by Tom Rini · 2 years ago
  2. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  3. 9a84e07 efi_loader: remove CONFIG_EFI_SETUP_EARLY by AKASHI Takahiro · 2 years, 1 month ago
  4. c794e49 cyclic: get rid of cyclic_init() by Rasmus Villemoes · 2 years, 1 month ago
  5. b780fa5 event: Add an event for main_loop by Sughosh Ganu · 2 years, 1 month ago
  6. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  7. 9411630 Merge branch 'next' by Tom Rini · 2 years, 2 months ago
  8. ba8457b dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 3 months ago
  9. 4b74a4e board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only by Pierre-Clément Tosi · 2 years, 3 months ago
  10. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  11. 7513df3 cyclic: Integrate cyclic functionality at bootup in board_r/f by Stefan Roese · 2 years, 3 months ago
  12. 1ab1692 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
  13. 063c938 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
  14. b565aff common/board_r.c: drop legacy and unused bi_enetaddr by Rasmus Villemoes · 2 years, 6 months ago
  15. 145f200 event: fix static events for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 2 years, 7 months ago
  16. 4780550 Convert CONFIG_SYS_BOOTPARAMS_LEN to Kconfig by Tom Rini · 2 years, 7 months ago
  17. 971df82 board_r: use IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC) in board_init_r() by Ovidiu Panait · 2 years, 7 months ago
  18. 2fa2765 efi_loader: call efi_init_early() earlier by Heinrich Schuchardt · 2 years, 7 months ago
  19. 5332012 nds32: Remove the architecture by Tom Rini · 2 years, 8 months ago
  20. a36dc25 efi_loader: split efi_init_obj_list() into two stages by AKASHI Takahiro · 2 years, 7 months ago
  21. a346306 arm: init: save previous bootloader data by Dzmitry Sankouski · 2 years, 9 months ago
  22. aa4bce9 event: Add basic support for events by Simon Glass · 2 years, 9 months ago
  23. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  24. 42a9d97 common: board_r: drop ifdefs around header includes by Ovidiu Panait · 2 years, 11 months ago
  25. 132be47 common: board_r: include asm-generic/gpio.h by Ovidiu Panait · 2 years, 11 months ago
  26. 7dbb021 common: board_r: move init_addr_map() to init.h by Ovidiu Panait · 2 years, 11 months ago
  27. 9ef3c8a common: board_r: drop initr_addr_map wrapper by Ovidiu Panait · 2 years, 11 months ago
  28. af061f0 common: board_r: drop initr_kgdb wrapper by Ovidiu Panait · 2 years, 11 months ago
  29. 3b75487 common: remove bedbug debugger support by Ovidiu Panait · 2 years, 11 months ago
  30. a38b867 x86: efi: Don't set up global_data again with EFI by Simon Glass · 2 years, 11 months ago
  31. 467cf5a fdt: Show a runtime warning based on devicetree source by Simon Glass · 3 years ago
  32. 8f9ce7e fdt: Report the devicetree source by Simon Glass · 3 years ago
  33. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 4 months ago
  34. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
  35. a33070c common: board_r: support enable_caches for RISC-V by Zong Li · 3 years, 3 months ago
  36. 4abdf14 Convert CONFIG_ID_EEPROM to Kconfig by Tom Rini · 3 years, 3 months ago
  37. adc70b8 common: board_r: print error if binman_init fails by Tim Harvey · 3 years, 4 months ago
  38. cf8e543 env: allow environment to be amended from control dtb by Rasmus Villemoes · 3 years, 7 months ago
  39. 276375c common: Move initr_addr_map() to a bit earlier by Bin Meng · 3 years, 9 months ago
  40. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  41. 2c82391 common: board_r: Drop arch-specific ifdefs around initr_trap by Ovidiu Panait · 4 years ago
  42. 69d1ddb common: board_r: Drop initr_bbmii wrapper by Ovidiu Panait · 4 years ago
  43. 4119ea43 common: board_r: Drop initr_api wrapper by Ovidiu Panait · 4 years ago
  44. 036f0f1 common: board_r: Drop initr_jumptable wrapper by Ovidiu Panait · 4 years ago
  45. b5738e6 common: board_r: Drop initr_xen wrapper by Ovidiu Panait · 4 years ago
  46. 1c45ed9 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · 4 years ago
  47. e353edb common: board_r: Drop initr_pci wrapper by Ovidiu Panait · 4 years ago
  48. a45c6e1 common: board_r: Drop initr_pci_ep wrapper by Ovidiu Panait · 4 years ago
  49. dc8b624 common: board_r: Drop initr_post_backlog wrapper by Ovidiu Panait · 4 years ago
  50. c14c0f9 common: board_r: Drop initr_secondary_cpu wrapper by Ovidiu Panait · 4 years ago
  51. e83322f common: board_r: Drop initr_console_record wrapper by Ovidiu Panait · 4 years ago
  52. 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
  53. 87942ac efi_loader: add option to initialise EFI subsystem early by AKASHI Takahiro · 4 years, 1 month ago
  54. 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 2 months ago
  55. 0c1b557 dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · 4 years, 1 month ago
  56. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 4 months ago
  57. 2280d33 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · 4 years, 4 months ago
  58. 97dd43f common/board_r: Move blkcache_init call earlier in the boot sequence by Ovidiu Panait · 4 years, 4 months ago
  59. 34c2581 blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 4 years, 4 months ago
  60. bfcd5c5 common/board_r: Remove initr_serial wrapper by Ovidiu Panait · 4 years, 4 months ago
  61. 97434b4 pci_ep: Add the init function by Xiaowei Bao · 4 years, 5 months ago
  62. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  63. f7cc66e bdinfo: net: ppc: Drop bi_enet1addr and other similar info by Simon Glass · 4 years, 7 months ago
  64. dadccd9 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 6 months ago
  65. d766ddd board_r: Detect ifc-nor flash at run-time by Pankit Garg · 4 years, 7 months ago
  66. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  67. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  68. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  69. ea6a609 bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 7 months ago
  70. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  71. 8e20188 common: Drop flash.h from common header by Simon Glass · 4 years, 7 months ago
  72. 6746c67 board_r: Introduce CONFIG_PCI_INIT_R Kconfig option by Ovidiu Panait · 4 years, 7 months ago
  73. d7145f2 board_r: env: Use IS_ENABLED() instead of #ifdefs by Ovidiu Panait · 4 years, 7 months ago
  74. 8637bec common/board_r: Drop initr_bedbug wrapper by Ovidiu Panait · 4 years, 7 months ago
  75. 8998e71 common/board_r: arm: Merge initr_enable_interrupts into interrupts_init by Ovidiu Panait · 4 years, 7 months ago
  76. 2c54cf5 common: fix regression on block cache init by Angelo Durgehello · 4 years, 10 months ago
  77. 3d8e4c1 common: add blkcache init by Angelo Durgehello · 4 years, 10 months ago
  78. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  79. 85f1378 common: Move the image globals into image.h by Simon Glass · 5 years ago
  80. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  81. 0c36441 common: Move reset_phy() to net.h by Simon Glass · 5 years ago
  82. 6ba0392 common: Move jumptable_init() out of common.h by Simon Glass · 5 years ago
  83. a5037e2 common: Move main_loop() to init.h by Simon Glass · 5 years ago
  84. 564a4a0 x86: fsp: Add a new arch_fsp_init_r() hook by Simon Glass · 5 years ago
  85. 3199afb board_r: Move early-timer init later by Simon Glass · 5 years ago
  86. dd7fb9b binman: Add a library to access binman entries by Simon Glass · 5 years ago
  87. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  88. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  89. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  90. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  91. e7872cb common: Drop global inclusion of status_led.h by Simon Glass · 5 years ago
  92. ca63e71 env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol by Tom Rini · 5 years ago
  93. 39d5852 bootstage: Correct relocation algorithm by Simon Glass · 5 years ago
  94. 9b49643 board_f: fix noncached reservation calculation by Stephen Warren · 5 years ago
  95. aaef3bf Drop PCMCIA by Simon Glass · 5 years ago
  96. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  97. 9738586 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  98. 8fe4093 env: Move env_relocate() to env.h by Simon Glass · 5 years ago
  99. 58e4c38 gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  100. 55ec91b watchdog: Split WDT from SPL_WDT by Marek Vasut · 5 years ago