1. 2fa2765 efi_loader: call efi_init_early() earlier by Heinrich Schuchardt · 2 years, 7 months ago
  2. 5332012 nds32: Remove the architecture by Tom Rini · 2 years, 8 months ago
  3. a36dc25 efi_loader: split efi_init_obj_list() into two stages by AKASHI Takahiro · 2 years, 7 months ago
  4. a346306 arm: init: save previous bootloader data by Dzmitry Sankouski · 2 years, 9 months ago
  5. aa4bce9 event: Add basic support for events by Simon Glass · 2 years, 9 months ago
  6. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  7. 42a9d97 common: board_r: drop ifdefs around header includes by Ovidiu Panait · 2 years, 11 months ago
  8. 132be47 common: board_r: include asm-generic/gpio.h by Ovidiu Panait · 2 years, 11 months ago
  9. 7dbb021 common: board_r: move init_addr_map() to init.h by Ovidiu Panait · 2 years, 11 months ago
  10. 9ef3c8a common: board_r: drop initr_addr_map wrapper by Ovidiu Panait · 2 years, 11 months ago
  11. af061f0 common: board_r: drop initr_kgdb wrapper by Ovidiu Panait · 2 years, 11 months ago
  12. 3b75487 common: remove bedbug debugger support by Ovidiu Panait · 2 years, 11 months ago
  13. a38b867 x86: efi: Don't set up global_data again with EFI by Simon Glass · 2 years, 11 months ago
  14. 467cf5a fdt: Show a runtime warning based on devicetree source by Simon Glass · 3 years ago
  15. 8f9ce7e fdt: Report the devicetree source by Simon Glass · 3 years ago
  16. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 4 months ago
  17. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
  18. a33070c common: board_r: support enable_caches for RISC-V by Zong Li · 3 years, 3 months ago
  19. 4abdf14 Convert CONFIG_ID_EEPROM to Kconfig by Tom Rini · 3 years, 3 months ago
  20. adc70b8 common: board_r: print error if binman_init fails by Tim Harvey · 3 years, 4 months ago
  21. cf8e543 env: allow environment to be amended from control dtb by Rasmus Villemoes · 3 years, 7 months ago
  22. 276375c common: Move initr_addr_map() to a bit earlier by Bin Meng · 3 years, 9 months ago
  23. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  24. 2c82391 common: board_r: Drop arch-specific ifdefs around initr_trap by Ovidiu Panait · 4 years ago
  25. 69d1ddb common: board_r: Drop initr_bbmii wrapper by Ovidiu Panait · 4 years ago
  26. 4119ea43 common: board_r: Drop initr_api wrapper by Ovidiu Panait · 4 years ago
  27. 036f0f1 common: board_r: Drop initr_jumptable wrapper by Ovidiu Panait · 4 years ago
  28. b5738e6 common: board_r: Drop initr_xen wrapper by Ovidiu Panait · 4 years ago
  29. 1c45ed9 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · 4 years ago
  30. e353edb common: board_r: Drop initr_pci wrapper by Ovidiu Panait · 4 years ago
  31. a45c6e1 common: board_r: Drop initr_pci_ep wrapper by Ovidiu Panait · 4 years ago
  32. dc8b624 common: board_r: Drop initr_post_backlog wrapper by Ovidiu Panait · 4 years ago
  33. c14c0f9 common: board_r: Drop initr_secondary_cpu wrapper by Ovidiu Panait · 4 years ago
  34. e83322f common: board_r: Drop initr_console_record wrapper by Ovidiu Panait · 4 years ago
  35. 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
  36. 87942ac efi_loader: add option to initialise EFI subsystem early by AKASHI Takahiro · 4 years, 1 month ago
  37. 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 2 months ago
  38. 0c1b557 dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · 4 years, 1 month ago
  39. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 4 months ago
  40. 2280d33 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · 4 years, 4 months ago
  41. 97dd43f common/board_r: Move blkcache_init call earlier in the boot sequence by Ovidiu Panait · 4 years, 4 months ago
  42. 34c2581 blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 4 years, 4 months ago
  43. bfcd5c5 common/board_r: Remove initr_serial wrapper by Ovidiu Panait · 4 years, 4 months ago
  44. 97434b4 pci_ep: Add the init function by Xiaowei Bao · 4 years, 5 months ago
  45. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  46. f7cc66e bdinfo: net: ppc: Drop bi_enet1addr and other similar info by Simon Glass · 4 years, 7 months ago
  47. dadccd9 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 6 months ago
  48. d766ddd board_r: Detect ifc-nor flash at run-time by Pankit Garg · 4 years, 7 months ago
  49. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  50. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  51. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  52. ea6a609 bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 7 months ago
  53. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  54. 8e20188 common: Drop flash.h from common header by Simon Glass · 4 years, 7 months ago
  55. 6746c67 board_r: Introduce CONFIG_PCI_INIT_R Kconfig option by Ovidiu Panait · 4 years, 7 months ago
  56. d7145f2 board_r: env: Use IS_ENABLED() instead of #ifdefs by Ovidiu Panait · 4 years, 7 months ago
  57. 8637bec common/board_r: Drop initr_bedbug wrapper by Ovidiu Panait · 4 years, 7 months ago
  58. 8998e71 common/board_r: arm: Merge initr_enable_interrupts into interrupts_init by Ovidiu Panait · 4 years, 7 months ago
  59. 2c54cf5 common: fix regression on block cache init by Angelo Durgehello · 4 years, 10 months ago
  60. 3d8e4c1 common: add blkcache init by Angelo Durgehello · 4 years, 10 months ago
  61. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  62. 85f1378 common: Move the image globals into image.h by Simon Glass · 5 years ago
  63. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  64. 0c36441 common: Move reset_phy() to net.h by Simon Glass · 5 years ago
  65. 6ba0392 common: Move jumptable_init() out of common.h by Simon Glass · 5 years ago
  66. a5037e2 common: Move main_loop() to init.h by Simon Glass · 5 years ago
  67. 564a4a0 x86: fsp: Add a new arch_fsp_init_r() hook by Simon Glass · 5 years ago
  68. 3199afb board_r: Move early-timer init later by Simon Glass · 5 years ago
  69. dd7fb9b binman: Add a library to access binman entries by Simon Glass · 5 years ago
  70. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  71. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  72. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  73. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  74. e7872cb common: Drop global inclusion of status_led.h by Simon Glass · 5 years ago
  75. ca63e71 env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol by Tom Rini · 5 years ago
  76. 39d5852 bootstage: Correct relocation algorithm by Simon Glass · 5 years ago
  77. 9b49643 board_f: fix noncached reservation calculation by Stephen Warren · 5 years ago
  78. aaef3bf Drop PCMCIA by Simon Glass · 5 years ago
  79. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  80. 9738586 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  81. 8fe4093 env: Move env_relocate() to env.h by Simon Glass · 5 years ago
  82. 58e4c38 gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  83. 55ec91b watchdog: Split WDT from SPL_WDT by Marek Vasut · 5 years ago
  84. 39cb340 gpio: add gpio-hog support by Heiko Schocher · 5 years ago
  85. e49871c board_r: move initr_watchdog to be called after initr_serial by developer · 6 years ago
  86. 502acb0 watchdog: Implement generic watchdog_reset() version by Stefan Roese · 6 years ago
  87. 3f2860f efi_loader: move efi_save_gd() call to board_r.c by Heinrich Schuchardt · 6 years ago
  88. f204f01 initcall: Move to inline function by Alexander Graf · 6 years ago
  89. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  90. de320b8 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  91. ee6f542 board_r: fix build with DM_SPI by Christophe Leroy · 6 years ago
  92. 370a176 fdt: sandbox: correct use of ${fdtcontroladdr} by Heinrich Schuchardt · 6 years ago
  93. dd3877c board_r: Remove initr_spi by Jagan Teki · 6 years ago
  94. b64cea0 spi: Remove unused mpc8xx code by Jagan Teki · 6 years ago
  95. 77a2933 configs: drop CONFIG_SYS_EXTRA_ENV_RELOC by Simon Goldschmidt · 6 years ago
  96. 29bf603 sandbox: led: use new function to configure default state by Patrick Delaunay · 6 years ago
  97. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  98. 34cef30 common: print \n in initr_scsi() by Heinrich Schuchardt · 6 years ago
  99. f05614e board_r: Do not initialize IDE when DM BLK is on by Bin Meng · 6 years ago
  100. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago