1. 0c3117b spl, nand: add option to boot raw u-boot.bin image only by Heiko Schocher · 10 years ago
  2. e76caa6 spl: move comment to the right place by Andreas Bießmann · 10 years ago
  3. 7d2b4e7 spl: do not hang in spl_register_fat_device but return error value. It allows to use both CONFIG_SPL_FAT_SUPPORT and CONFIG_SPL_EXT_SUPPORT. by Guillaume GARDET · 10 years ago
  4. 592f922 spl: Add EXT support to SPL by Guillaume GARDET · 10 years ago
  5. 205b4f3 Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · 10 years ago
  6. 76300c0 common: spl_sata: perform SCSI scan before getting device by Roger Quadros · 10 years ago
  7. 5d69a5d Fix a few printf argument verification warnings by Vasili Galka · 10 years ago
  8. c13bb16 spl: nand: read only in the size of image_header on the first access by Masahiro Yamada · 10 years ago
  9. 50c8d66 nand: remove CONFIG_SYS_NAND_PAGE_SIZE by Tim Harvey · 10 years ago
  10. ae1590e spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to boot by Tom Rini · 11 years ago
  11. fff40a7 common: spl: Add spl sata boot support by Dan Murphy · 11 years ago
  12. 7dbe63b SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK by Tom Rini · 11 years ago
  13. 8cffe5b spl: common: Support for USB MSD FAT image loading by Dan Murphy · 11 years ago
  14. 773b594 spl: common: Move FAT funcs to a common file by Dan Murphy · 11 years ago
  15. 0ccf54c common: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  16. 8112f5f spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT by Paul Burton · 11 years ago
  17. db6b5e8 spl: remove unnecessary (& ARM specific) include of asm/utils.h by Paul Burton · 11 years ago
  18. e20cc2c Merge branch 'master' of git://88.191.163.10/u-boot-arm by Tom Rini · 11 years ago
  19. 62cf11c SPL: Limit image name print length by Taras Kondratiuk · 11 years ago
  20. e4c444b spl_mmc.c: Detect missing kernel image in RAW MMC by Tom Rini · 11 years ago
  21. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  22. 2b75b0a spl_mmc: add Falcon mode support for raw variant by Peter Korsgaard · 11 years ago
  23. 721931f spl_mmc: mmc_load_image_raw(): Add sector argument by Peter Korsgaard · 11 years ago
  24. 7ad2cc7 spl_mmc: add Falcon mode support for FAT variant by Peter Korsgaard · 11 years ago
  25. 2fabd0b spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out by Peter Korsgaard · 11 years ago
  26. 79adb7a spl_mmc: return error from mmc_load_image_{raw, fat} rather than hanging by Peter Korsgaard · 11 years ago
  27. a19b0dd Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  28. ade8a1a drivers/mmc: move spl_mmc.c to common/spl by Ying Zhang · 11 years ago
  29. cac423a Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  30. 4a0eb75 ARM: OMAP: Cleanup boot parameters usage by SRICHARAN R · 11 years ago
  31. d2eae43 lib: consolidate hang() by Andreas Bießmann · 11 years ago
  32. 6000992 SPL: ONENAND: Support SPL to boot u-boot from OneNAND. by Enric Balletbo i Serra · 12 years ago
  33. 62a8143 spl: support for booting via usbeth by Ilya Yanok · 12 years ago
  34. ea8256f SPL: Port SPL framework to powerpc by Stefan Roese · 12 years ago
  35. a759f1e SPL: make jump_to_image_no_args a weak symbol by Allen Martin · 12 years ago
  36. 868444f SPL: Remove setting GD_FLG_RELOC in preloader_console_init() by Tom Rini · 12 years ago
  37. 7ac2fe2 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  38. 4063c77 OMAP: spl: call timer_init() from SPL by Ilya Yanok · 12 years ago
  39. c57b953 SPL: Add support for loading image from ram in SPL. by Pavel Machek · 12 years ago
  40. 4212098 SPL: Rework how we inform about un-headered images by Tom Rini · 12 years ago
  41. 1292eaf SPL: Make un-supported boot device puts a debug instead by Tom Rini · 12 years ago
  42. 3c6f8a0 SPL: Enable use of custom defined U-Boot entry point by Stefan Roese · 12 years ago
  43. a4cc1c4 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · 12 years ago
  44. 022b497 SPL: Add option to skip copying of the mkimage header by Stefan Roese · 12 years ago
  45. 33d3464 SPL: Add NOR flash booting support by Stefan Roese · 12 years ago
  46. d97b4ce SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl by Tom Rini · 12 years ago
  47. 77552b0 SPL: Use image_get_xxx() functions to access header values by Stefan Roese · 12 years ago
  48. ae83d88 SPL: do not use fix value for u-boot size by Stefano Babic · 12 years ago
  49. 6507f13 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
  50. 47f7bca SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago