1. c67f432 xtensa: Place relocated U-Boot in the normal place by Simon Glass · 7 years ago
  2. 088454c board_f: Drop return value from initdram() by Simon Glass · 7 years ago
  3. 52c4118 board_f: Drop board_type parameter from initdram() by Simon Glass · 7 years ago
  4. 76d1d02 board_f: x86: Use checkcpu() for CPU init by Simon Glass · 7 years ago
  5. 8749fa6 board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private by Simon Glass · 7 years ago
  6. 6896977 board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() by Simon Glass · 7 years ago
  7. d891ab9 board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · 7 years ago
  8. 727e94a powerpc: freescale: Unify the two get_clocks() calls by Simon Glass · 7 years ago
  9. 11b33e6 board_f: Use timer_init() on all archs by Simon Glass · 7 years ago
  10. 70e2aaf board_f: powerpc: Use timer_init() instead of init_timebase() by Simon Glass · 7 years ago
  11. 1793e78 board_f: powerpc: Unified get_clocks() portion of init sequence by Simon Glass · 7 years ago
  12. 75efc34 board_f: Remove adjust_sdram_tbs_8xx() from the init sequence by Simon Glass · 7 years ago
  13. 2634555 board_f: Remove sdram_adjust_866() from the init sequence by Simon Glass · 7 years ago
  14. d593c61 board_f: powerpc: Rename get_clocks_866() to get_clocks() by Simon Glass · 7 years ago
  15. c252c06 board_f: powerpc: Join the two CONFIG_8xx_CPUCLK_DEFAULT sections by Simon Glass · 7 years ago
  16. 671549e board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · 7 years ago
  17. bb96724 board_f: sandbox: Move setup_ram_buf() to private code by Simon Glass · 7 years ago
  18. 936478e SPARC: Remove by Tom Rini · 8 years ago
  19. ea3310e Blackfin: Remove by Tom Rini · 8 years ago
  20. 797f165 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  21. 203db38 mtd: nand: remove nand size print from nand_init function by Hou Zhiqiang · 8 years ago
  22. f8e57c6 fdt_support: Fixup 'ethernet' aliases not ending in digits by Tuomas Tynkkynen · 8 years ago
  23. 2a79275 dm: Add callback to modify the device tree by mario.six@gdsys.cc · 8 years ago
  24. cf334ed spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LEN by Tom Rini · 8 years ago
  25. ae9b57b Kconfig: Disable non-FIT SPL loading for TI secure devices by Andrew F. Davis · 8 years ago
  26. 722a6b1 spl: Add option to enable SPL Legacy image support by Andrew F. Davis · 8 years ago
  27. 24eb39b spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option by Andrew F. Davis · 8 years ago
  28. f951575 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  29. 340f418 spl: Add spl_early_init() by Eddie Cai · 8 years ago
  30. 36cc0de armv8: layerscape: Rewrite memory reservation by York Sun · 8 years ago
  31. 3cc6e70 splash: Prevent splash_load_fs from writing to 0x0 by Jonathan Golder · 8 years ago
  32. 949123e SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig by Dalon Westergreen · 8 years ago
  33. f0fb4fa SPL: add support to boot from a partition type by Dalon Westergreen · 8 years ago
  34. 554c73c flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabled by Masahiro Yamada · 8 years ago
  35. e856bdc flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · 8 years ago
  36. e1a71f8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  37. 21342d4 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  38. 2e4e5ad common: env_sf: Use CONFIG_SF_DEFAULT_xxx as the default value for CONFIG_ENV_SPI_xxx by Jean-Jacques Hiblot · 8 years ago
  39. 136026f common: fdt_support: Remove check for mtdparts in fdt_fixup_mtdparts by Ladislav Michl · 8 years ago
  40. a40db6d net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · 8 years ago
  41. 6bda55a x86: Do relocation before clearing BSS by Simon Glass · 8 years ago
  42. fb92308 x86: board_r: Set the global data pointer after relocation by Simon Glass · 8 years ago
  43. 4acff45 board_f/r: Use static const for the init sequences by Simon Glass · 8 years ago
  44. 530f27e x86: board_f: Update init sequence for 64-bit startup by Simon Glass · 8 years ago
  45. bbe41ab spl: Allow PCH drivers to be used in SPL by Simon Glass · 8 years ago
  46. 4a6c81f spl: Allow timer drivers to be used in SPL by Simon Glass · 8 years ago
  47. 30bf8a0 spl: Allow RTC drivers to be used in SPL by Simon Glass · 8 years ago
  48. 2446b6b spl: Allow PCI drivers to be used in SPL by Simon Glass · 8 years ago
  49. 5e148df spl: Allow CPU drivers to be used in SPL by Simon Glass · 8 years ago
  50. a704490 spl: spi: Add a debug message if loading fails by Simon Glass · 8 years ago
  51. b026542 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL by Simon Glass · 8 years ago
  52. c0efc31 ARM: uniphier: change CONFIG_SPL_PAD_TO to 128KB by Masahiro Yamada · 8 years ago
  53. 7b74c4b Revert "armv8: release slave cores from CPU_RELEASE_ADDR" by Masahiro Yamada · 8 years ago
  54. b3d2861 spl: Remove overwrite of relocated malloc limit by Andrew F. Davis · 8 years ago
  55. 1923d54 malloc_simple: Add debug statements to memalign_simple by Andrew F. Davis · 8 years ago
  56. bd42a94 disk: convert CONFIG_EFI_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  57. b0cf733 disk: convert CONFIG_DOS_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  58. a8523a8 Drop CONFIG_CMD_DOC by Simon Glass · 8 years ago
  59. a009f36 Drop prt_mpc5xxx_clks() in favour of print_cpuinfo() by Simon Glass · 8 years ago
  60. cc66400 Drop the static inline print_cpuinfo() by Simon Glass · 8 years ago
  61. 37b499c Drop CONFIG_WINBOND_83C553 by Simon Glass · 8 years ago
  62. 8f3086a powerpc: Drop CONFIG_SYS_ALLOC_DPRAM by Simon Glass · 8 years ago
  63. cbcbf71 powerpc: Drop probecpu() in favour of arch_cpu_init() by Simon Glass · 8 years ago
  64. 4585601 Convert CONFIG_ARCH_MISC_INIT to Kconfig by Simon Glass · 8 years ago
  65. a5d6754 Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig by Simon Glass · 8 years ago
  66. a421192 Convert CONFIG_ARCH_EARLY_INIT_R to Kconfig by Simon Glass · 8 years ago
  67. e5ec481 Kconfig: Migrate BOARD_LATE_INIT to a select by Tom Rini · 8 years ago
  68. 2d8d190 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  69. de70fef common: Kconfig: Add BOARD_LATE_INIT entry by Jagan Teki · 8 years ago
  70. 995eab8 bootm: qnx: Disable data cache before booting QNX image by Emmanuel Vadot · 8 years ago
  71. c67c8c6 board_init.c: Always use memset() by Tom Rini · 8 years ago
  72. 40d5534 ARM: Default to using optimized memset and memcpy routines by Tom Rini · 8 years ago
  73. cf947da spl: Add some missing newlines by Andrew F. Davis · 8 years ago
  74. 5d28b93 spl: Remove inline ifdef check for EXT and FAT support by Andrew F. Davis · 8 years ago
  75. cec85d4 common/image.c: Use correct suffixes for binary sizes by xypron.glpk@gmx.de · 8 years ago
  76. c2e7e72 bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set by Rick Altherr · 8 years ago
  77. 373ae16 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  78. b984700 usb: storage: Show number of storage devices detected for DM_USB by Michal Simek · 8 years ago
  79. f253f29 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  80. 8c36e99 armv8: release slave cores from CPU_RELEASE_ADDR by Oded Gabbay · 8 years ago
  81. 22802f4 spl: move RAM boot support in separate file by Stefan Agner · 8 years ago
  82. f417d40 Convert CONFIG_SPL_RAM_DEVICE to defconfig by Stefan Agner · 8 years ago
  83. 7f73ca4 Kconfig: CONFIG_OF_PLATDATA doesn't really exist by Tom Rini · 8 years ago
  84. 3b593f9 splash: fix splash source flags check by tomas.melin@vaisala.com · 8 years ago
  85. db1b79b splash: add support for loading splash from a FIT image by tomas.melin@vaisala.com · 8 years ago
  86. 7583f1f splash: sort include files by tomas.melin@vaisala.com · 8 years ago
  87. 04770e6 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  88. f8f41ae scsi: dm: Unbind all scsi based block devices before new scan by Michal Simek · 8 years ago
  89. 11e1479 SPL: make struct spl_image 64-bit safe by Andre Przywara · 8 years ago
  90. d21bd69 tools: mkimage: add firmware-ivt image type for HAB verification by Sven Ebenfeld · 8 years ago
  91. 611a942 common: Fix logic in fpga programming by Michal Simek · 8 years ago
  92. e8a016b dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  93. 79e2a6a common: miiphyutil: Add helper function for mdio bus name by Michal Simek · 8 years ago
  94. 2acf35d spl: Drop announce_boot_device() by Simon Glass · 8 years ago
  95. 29d357d spl: Pass the loader into spl_load_image() by Simon Glass · 8 years ago
  96. 540bfe7 spl: Move the loading code into its own function by Simon Glass · 8 years ago
  97. ebc4ef6 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  98. 361a879 Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · 8 years ago
  99. f1a88cf common: miiphyutil: Add helper function for mdio bus name by Michal Simek · 8 years ago
  100. bce4d18 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago