1. fbd08ae board_r: remove superfluous #ifdef CONFIG_PRAM by Heinrich Schuchardt · 7 years ago
  2. 3301bfc riscv: Modify generic codes to support RISC-V by Rick Chen · 7 years ago
  3. 55e32ba log: Plumb logging into the init sequence by Simon Glass · 7 years ago
  4. 49badb9 Drop the log buffer by Simon Glass · 7 years ago
  5. 1b72520 Drop CONFIG_HAS_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  6. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  7. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  8. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  9. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  10. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  11. c9c5c9f Allow displaying the U-Boot banner on a video display by Simon Glass · 7 years ago
  12. 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  13. 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  14. fda6052 bootstage: Record time taken to set up the live device tree by Simon Glass · 8 years ago
  15. 405e2b0 bootstage: Record the time taken to set up driver model by Simon Glass · 8 years ago
  16. e635af1 bootstage: Init as early as possible by Simon Glass · 8 years ago
  17. ac53a5c api: Add a header for api_init() by Simon Glass · 8 years ago
  18. 46e0977 dm: Build a live tree after relocation by Simon Glass · 8 years ago
  19. b569a01 Kconfig: Add a CONFIG_IDE option by Simon Glass · 8 years ago
  20. 4ea02eb Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 8 years ago
  21. 0a78017 mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC by Masahiro Yamada · 8 years ago
  22. 56e10b3 Drop CONFIG_I2CFAST by Simon Glass · 8 years ago
  23. 6bbf83f board_f: Make init_helpers generic by Simon Glass · 8 years ago
  24. fef2bd1 SPARC: Remove by Tom Rini · 8 years ago
  25. 9c8b3c7 mtd: nand: remove nand size print from nand_init function by Hou Zhiqiang · 8 years ago
  26. 8cea9b5 flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · 8 years ago
  27. 96c867d x86: board_r: Set the global data pointer after relocation by Simon Glass · 8 years ago
  28. 2031fad board_f/r: Use static const for the init sequences by Simon Glass · 8 years ago
  29. e85bd58 Drop CONFIG_CMD_DOC by Simon Glass · 8 years ago
  30. 421e954 Drop CONFIG_WINBOND_83C553 by Simon Glass · 8 years ago
  31. 4892d39 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  32. c886f35 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  33. edcfdbd Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · 8 years ago
  34. 4b72702 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  35. b9da7da common/board_f: enable initr_trap for MIPS by Daniel Schwierzeck · 9 years ago
  36. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 9 years ago
  37. b0fb7bd dm: timer: Correct timer init ordering after relocation by Simon Glass · 9 years ago
  38. 8623f92 efi_loader: Implement memory allocation and map by Alexander Graf · 9 years ago
  39. 0bd425a efi_loader: Add runtime services by Alexander Graf · 9 years ago
  40. 8e4f80f timer: Set up the real timer after driver model is available by Simon Glass · 9 years ago
  41. b970a89 board_r: fix a typo in comment block by Masahiro Yamada · 9 years ago
  42. 23415e5 CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set by Tom Rini · 9 years ago
  43. abffd31 common: board: Dont relocate FDT incase of CONFIG_OF_EMBED by Siva Durga Prasad Paladugu · 9 years ago
  44. fc7784e sparc: Update PROM initialization code for generic board by Francois Retief · 9 years ago
  45. e3051d9 sparc: Initial ground work for generic board initialization by Francois Retief · 9 years ago
  46. 7edd07d dm: timer: Avoid using timer before it is ready by Simon Glass · 9 years ago
  47. 1bb4923 console: Add a console buffer by Simon Glass · 9 years ago
  48. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  49. ee76cf6 Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparc by Tom Rini · 9 years ago
  50. e8e589d x86: Move timer_init() call a bit earlier by Bin Meng · 9 years ago
  51. 7773202 sparc: Kconfig: Move the CMD_AMBAPP command to Kconfig by Francois Retief · 10 years ago
  52. 42c65e8 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  53. c5dcb4a allow LED initialization without STATUS_LED_BOOT by Bernhard Nortmann · 9 years ago
  54. 4fda281 env: export fdt_blob to the environment variable by Thomas Chou · 9 years ago
  55. 7881597 timer: start a new timer after relocation by Thomas Chou · 9 years ago
  56. 89299e2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  57. b02c9b9 ppc4xx: Remove sc3 board by Stefan Roese · 10 years ago
  58. 02fe5e6 x86: Allow CPUs to be set up after relocation by Simon Glass · 10 years ago
  59. 820a18f armv8/fsl-lsch3: Update early MMU table by York Sun · 10 years ago
  60. 35f15f6 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
  61. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  62. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  63. b94dc89 dm: pci: Add a uclass for PCI by Simon Glass · 10 years ago
  64. a714a6b9 common/board_r: Restore non-cached memory setup by Jan Kiszka · 10 years ago
  65. 8f6d8f3 m68k: Add generic board support for MCF547X/8X and MCF5445X by Alison Wang · 10 years ago
  66. f245ae9 m68k: add generic-board support by angelo@sysam.it · 10 years ago
  67. c1d0917 avr32: add generic board support by Andreas Bießmann · 10 years ago
  68. 111bbf5 common/board_r: allocate bootparams by Andreas Bießmann · 10 years ago
  69. 65e915c microblaze: Move architecture to use generic board init by Michal Simek · 11 years ago
  70. 9e4f396 common/board_r: manual relocation for cmd table by Andreas Bießmann · 10 years ago
  71. 9607f7a generic-board: show model name in board_init_f() too by Masahiro Yamada · 10 years ago
  72. c97d974 ARM: Implement non-cached memory support by Thierry Reding · 10 years ago
  73. 5c6bc7a Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 10 years ago
  74. cdc932a powerpc: mpc8xx: remove hermes board support by Masahiro Yamada · 10 years ago
  75. eb0e02b flash: do not fail even if flash_size is zero by Masahiro Yamada · 10 years ago
  76. 8030235 x86: Remove unnecessary call to initr_enable_interrupts() by Bin Meng · 10 years ago
  77. 57a6cd8 x86: Remove cpu_init_r() for x86 by Bin Meng · 10 years ago
  78. d9de96d x86: Remove board_early_init_r() by Simon Glass · 10 years ago
  79. 9489046 dm: Split the simple malloc() implementation into its own file by Simon Glass · 10 years ago
  80. d9e8762 common: board_r: make local functions static by Jeroen Hofstee · 10 years ago
  81. 4584605 common: board: use __weak by Jeroen Hofstee · 10 years ago
  82. 55316ad dm: Remove spi_init() from board_r.c when using driver model by Simon Glass · 10 years ago
  83. d6b4694 common/board_r: remove warning in initr_mem for 64-bit phys_size_t by Valentin Longchamp · 10 years ago
  84. 6e78b3b common/board_r: Fix booting issue on T4240QDS by York Sun · 10 years ago
  85. 162efa2 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  86. 712da5e dm: Make driver model available before board_init() by Simon Glass · 10 years ago
  87. 254dfab Set up stdio earlier when using driver model by Simon Glass · 10 years ago
  88. 498f97f board_r: ARM[64] do not set gd again by Jeroen Hofstee · 10 years ago
  89. cce3e75 nios2: add generic board support by Thomas Chou · 10 years ago
  90. 1e81e5b board_r: Add missing return to initr_doc by Ian Campbell · 10 years ago
  91. a730c5d dm: Support driver model prior to relocation by Simon Glass · 10 years ago
  92. fef72b7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  93. 863e404 Add a simple malloc() implementation for pre-relocation by Simon Glass · 10 years ago
  94. 63d424b board_r: run scsi init() on ARM too by Ian Campbell · 10 years ago
  95. e3a762c m68k: powerpc: Clean up do_mdm_init by Simon Glass · 11 years ago
  96. 9516c27 board_r: return 0 from show_model_r by Paul Burton · 11 years ago
  97. eea8710 dm: Set up driver model after relocation by Simon Glass · 11 years ago
  98. 6e29472 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  99. 3f0516f board_r - fixup functions table after relocation by Alexey Brodkin · 11 years ago
  100. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago