1. dadccd9 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 6 months ago
  2. d766ddd board_r: Detect ifc-nor flash at run-time by Pankit Garg · 4 years, 7 months ago
  3. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  4. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  5. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  6. ea6a609 bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 7 months ago
  7. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  8. 8e20188 common: Drop flash.h from common header by Simon Glass · 4 years, 7 months ago
  9. 6746c67 board_r: Introduce CONFIG_PCI_INIT_R Kconfig option by Ovidiu Panait · 4 years, 7 months ago
  10. d7145f2 board_r: env: Use IS_ENABLED() instead of #ifdefs by Ovidiu Panait · 4 years, 7 months ago
  11. 8637bec common/board_r: Drop initr_bedbug wrapper by Ovidiu Panait · 4 years, 7 months ago
  12. 8998e71 common/board_r: arm: Merge initr_enable_interrupts into interrupts_init by Ovidiu Panait · 4 years, 7 months ago
  13. 2c54cf5 common: fix regression on block cache init by Angelo Durgehello · 4 years, 10 months ago
  14. 3d8e4c1 common: add blkcache init by Angelo Durgehello · 4 years, 10 months ago
  15. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  16. 85f1378 common: Move the image globals into image.h by Simon Glass · 5 years ago
  17. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  18. 0c36441 common: Move reset_phy() to net.h by Simon Glass · 5 years ago
  19. 6ba0392 common: Move jumptable_init() out of common.h by Simon Glass · 5 years ago
  20. a5037e2 common: Move main_loop() to init.h by Simon Glass · 5 years ago
  21. 564a4a0 x86: fsp: Add a new arch_fsp_init_r() hook by Simon Glass · 5 years ago
  22. 3199afb board_r: Move early-timer init later by Simon Glass · 5 years ago
  23. dd7fb9b binman: Add a library to access binman entries by Simon Glass · 5 years ago
  24. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  25. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  26. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  27. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  28. e7872cb common: Drop global inclusion of status_led.h by Simon Glass · 5 years ago
  29. ca63e71 env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol by Tom Rini · 5 years ago
  30. 39d5852 bootstage: Correct relocation algorithm by Simon Glass · 5 years ago
  31. 9b49643 board_f: fix noncached reservation calculation by Stephen Warren · 5 years ago
  32. aaef3bf Drop PCMCIA by Simon Glass · 5 years ago
  33. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  34. 9738586 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  35. 8fe4093 env: Move env_relocate() to env.h by Simon Glass · 5 years ago
  36. 58e4c38 gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  37. 55ec91b watchdog: Split WDT from SPL_WDT by Marek Vasut · 5 years ago
  38. 39cb340 gpio: add gpio-hog support by Heiko Schocher · 5 years ago
  39. e49871c board_r: move initr_watchdog to be called after initr_serial by developer · 6 years ago
  40. 502acb0 watchdog: Implement generic watchdog_reset() version by Stefan Roese · 6 years ago
  41. 3f2860f efi_loader: move efi_save_gd() call to board_r.c by Heinrich Schuchardt · 6 years ago
  42. f204f01 initcall: Move to inline function by Alexander Graf · 6 years ago
  43. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  44. de320b8 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  45. ee6f542 board_r: fix build with DM_SPI by Christophe Leroy · 6 years ago
  46. 370a176 fdt: sandbox: correct use of ${fdtcontroladdr} by Heinrich Schuchardt · 6 years ago
  47. dd3877c board_r: Remove initr_spi by Jagan Teki · 6 years ago
  48. b64cea0 spi: Remove unused mpc8xx code by Jagan Teki · 6 years ago
  49. 77a2933 configs: drop CONFIG_SYS_EXTRA_ENV_RELOC by Simon Goldschmidt · 6 years ago
  50. 29bf603 sandbox: led: use new function to configure default state by Patrick Delaunay · 6 years ago
  51. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  52. 34cef30 common: print \n in initr_scsi() by Heinrich Schuchardt · 6 years ago
  53. f05614e board_r: Do not initialize IDE when DM BLK is on by Bin Meng · 6 years ago
  54. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  55. 4e96ff8 Convert CONFIG_SPI to Kconfig by Adam Ford · 7 years ago
  56. ab672c7 input: Drop PS/2 keyboard support by Simon Glass · 7 years ago
  57. 18c5064 common: move init_helpers.h prototypes in init.h by Patrick Delaunay · 7 years ago
  58. 639725e fix spelling of 'functions' in 2 places (was 'funtcions') by Simon Goldschmidt · 7 years ago
  59. ee9b75b common: board_r: Fix style violations by Mario Six · 7 years ago
  60. fbd08ae board_r: remove superfluous #ifdef CONFIG_PRAM by Heinrich Schuchardt · 7 years ago
  61. 3301bfc riscv: Modify generic codes to support RISC-V by Rick Chen · 7 years ago
  62. 55e32ba log: Plumb logging into the init sequence by Simon Glass · 7 years ago
  63. 49badb9 Drop the log buffer by Simon Glass · 7 years ago
  64. 1b72520 Drop CONFIG_HAS_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  65. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  66. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  67. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  68. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  69. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  70. c9c5c9f Allow displaying the U-Boot banner on a video display by Simon Glass · 7 years ago
  71. 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  72. 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  73. fda6052 bootstage: Record time taken to set up the live device tree by Simon Glass · 8 years ago
  74. 405e2b0 bootstage: Record the time taken to set up driver model by Simon Glass · 8 years ago
  75. e635af1 bootstage: Init as early as possible by Simon Glass · 8 years ago
  76. ac53a5c api: Add a header for api_init() by Simon Glass · 8 years ago
  77. 46e0977 dm: Build a live tree after relocation by Simon Glass · 8 years ago
  78. b569a01 Kconfig: Add a CONFIG_IDE option by Simon Glass · 8 years ago
  79. 4ea02eb Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 8 years ago
  80. 0a78017 mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC by Masahiro Yamada · 8 years ago
  81. 56e10b3 Drop CONFIG_I2CFAST by Simon Glass · 8 years ago
  82. 6bbf83f board_f: Make init_helpers generic by Simon Glass · 8 years ago
  83. fef2bd1 SPARC: Remove by Tom Rini · 8 years ago
  84. 9c8b3c7 mtd: nand: remove nand size print from nand_init function by Hou Zhiqiang · 8 years ago
  85. 8cea9b5 flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · 8 years ago
  86. 96c867d x86: board_r: Set the global data pointer after relocation by Simon Glass · 8 years ago
  87. 2031fad board_f/r: Use static const for the init sequences by Simon Glass · 8 years ago
  88. e85bd58 Drop CONFIG_CMD_DOC by Simon Glass · 8 years ago
  89. 421e954 Drop CONFIG_WINBOND_83C553 by Simon Glass · 8 years ago
  90. 4892d39 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  91. c886f35 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  92. edcfdbd Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · 8 years ago
  93. 4b72702 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  94. b9da7da common/board_f: enable initr_trap for MIPS by Daniel Schwierzeck · 9 years ago
  95. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 9 years ago
  96. b0fb7bd dm: timer: Correct timer init ordering after relocation by Simon Glass · 9 years ago
  97. 8623f92 efi_loader: Implement memory allocation and map by Alexander Graf · 9 years ago
  98. 0bd425a efi_loader: Add runtime services by Alexander Graf · 9 years ago
  99. 8e4f80f timer: Set up the real timer after driver model is available by Simon Glass · 9 years ago
  100. b970a89 board_r: fix a typo in comment block by Masahiro Yamada · 9 years ago