1. e1eb6ad spl: Make image loader infrastructure more universal by Andreas Dannenberg · 5 years ago
  2. f4b4092 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · 6 years ago
  3. 0c3a9ed spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · 6 years ago
  4. aa608b6 spl: mmc: Report device number when we fail by Alex Kiernan · 6 years ago
  5. 04ce542 spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  6. 7267fbf spl: mmc: Skip RAW mode ARGS sectors if not defined by York Sun · 6 years ago
  7. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  8. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  9. 35a6696 spl: spl_mmc: provide one weak function spl_boot_partition by Patrick Delaunay · 7 years ago
  10. d695d66 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · 7 years ago
  11. b016b58 spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector() by Seung-Woo Kim · 7 years ago
  12. 9585dd3 spl: spl_mmc.c Correct blk_dread() return value check by Tom Rini · 7 years ago
  13. c4d660d dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  14. 207d8b3 mmc: add static to spl_mmc_get_device_index() by Masahiro Yamada · 7 years ago
  15. 949123e SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig by Dalon Westergreen · 8 years ago
  16. f0fb4fa SPL: add support to boot from a partition type by Dalon Westergreen · 8 years ago
  17. 11e1479 SPL: make struct spl_image 64-bit safe by Andre Przywara · 8 years ago
  18. ebc4ef6 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  19. 1a92541 dm: spl: mmc: Fix EXT SPL support by Michal Simek · 8 years ago
  20. 09410c6 SPL: mmc: Make spl_mmc_load_image available by Marek Vasut · 8 years ago
  21. b5b838f mmc: Tinification of the mmc code by Marek Vasut · 8 years ago
  22. c8d7647 spl: mmc: fix switch statement by Max Krummenacher · 8 years ago
  23. 38fed8a spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig by Semen Protsenko · 8 years ago
  24. f4d7d85 spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  25. 710e9ca spl: Update fat functions to take an spl_image parameter by Simon Glass · 8 years ago
  26. b4a6c2a spl: Update ext functions to take an spl_image parameter by Simon Glass · 8 years ago
  27. 2a2ee2a spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  28. 0fed9c7 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · 8 years ago
  29. ecdfd69 spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  30. 71316c1 spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  31. 1e2b3ef dm: spl: mmc: Support raw partitions with CONFIG_BLK by Simon Glass · 8 years ago
  32. 87bce4e dm: spl: mmc: Support CONFIG_BLK in SPL MMC by Simon Glass · 8 years ago
  33. 2b1cdaf common: Pass the boot device into spl_boot_mode() by Marek Vasut · 8 years ago
  34. e4a94ce Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  35. eafd541 spl: Allow to load a FIT containing U-Boot from FS by Lokesh Vutla · 8 years ago
  36. ef5609c dm: mmc: spl: Add support for CONFIG_BLK by Simon Glass · 8 years ago
  37. 4b6e1fd Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  38. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 8 years ago
  39. 7e0f226 SPL: Let spl_parse_image_header() return value by Marek Vasut · 8 years ago
  40. 5bbf409 spl: spl_mmc: Disambiguate error message by Fabio Estevam · 8 years ago
  41. 811906a spl: mmc: raw: Try to load u-boot if Linux image is not found by Lokesh Vutla · 8 years ago
  42. 4976f48 spl_mmc: allow to load raw image by Masahiro Yamada · 9 years ago
  43. 88033d7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  44. 96debd1 spl: Support loading a FIT from MMC by Simon Glass · 9 years ago
  45. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  46. 86a0df7 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS by Guillaume GARDET · 9 years ago
  47. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  48. 5915517 spl: mmc: use block device number, not hard-coded 0 by Eric Nelson · 9 years ago
  49. b4857aa spl: mmc: Unify non/driver model spl_mmc_find_device() by Simon Glass · 9 years ago
  50. 99c7a51 spl: mmc: Rename 'mmc' variable to 'mmcp' by Simon Glass · 9 years ago
  51. d773a00 spl: mmc: Fix compiler warning with CONFIG_DM_MMC by Simon Glass · 9 years ago
  52. a1e56cf spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · 9 years ago
  53. 36afd45 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
  54. 83cdf6f spl: mmc: get rid of emmc boot code duplication by Nikita Kiryanov · 9 years ago
  55. f52b729 spl: mmc: move fs boot into its own function by Nikita Kiryanov · 9 years ago
  56. d074ebb spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check by Nikita Kiryanov · 9 years ago
  57. 339245b spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check by Nikita Kiryanov · 9 years ago
  58. 4188ba3 spl: mmc: refactor device location code to its own function by Nikita Kiryanov · 9 years ago
  59. fd61d39 spl: mmc: add break statements in spl_mmc_load_image() by Nikita Kiryanov · 9 years ago
  60. 7ef4c45 spl: Fix compile warning for arm64 by Gong Qianyu · 9 years ago
  61. 4bfcc54 spl: spl_mmc: Add option to boot from a MMC partition with offset by Stefan Roese · 9 years ago
  62. dc3dedf dm: mmc: Allow driver model to be used for MMC in SPL by Simon Glass · 9 years ago
  63. fdfa39d spl: Add debugging info for spl_mmc boot by Simon Glass · 9 years ago
  64. 3ae8f4c spl: spl_mmc: MMC boot mode provisions checks by Paul Kocialkowski · 9 years ago
  65. 1ec2646 spl: spl_mmc: Minor cosmetics by Paul Kocialkowski · 9 years ago
  66. 3bc37b6 spl: spl_mmc: Error and count distinction by Paul Kocialkowski · 9 years ago
  67. 9d3b565 spl: spl_mmc: fix mmc Falcon mode regression by Tim Harvey · 9 years ago
  68. ecb3013 spl: spl_mmc: Partition raw boot mode for eMMC by Paul Kocialkowski · 9 years ago
  69. 91199f4 spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics by Paul Kocialkowski · 9 years ago
  70. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  71. 2c84c9a spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f) by Guillaume GARDET · 10 years ago
  72. 4c5bbc2 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available by Guillaume GARDET · 10 years ago
  73. b97300b spl: MMC U-Boot image load from raw partition by Paul Kocialkowski · 10 years ago
  74. e2ccdf8 MMC SD fs boot partition config coding style and proper description by Paul Kocialkowski · 10 years ago
  75. 592f922 spl: Add EXT support to SPL by Guillaume GARDET · 10 years ago
  76. 205b4f3 Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · 10 years ago
  77. 7dbe63b SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK by Tom Rini · 11 years ago
  78. 773b594 spl: common: Move FAT funcs to a common file by Dan Murphy · 11 years ago
  79. 8112f5f spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT by Paul Burton · 11 years ago
  80. db6b5e8 spl: remove unnecessary (& ARM specific) include of asm/utils.h by Paul Burton · 11 years ago
  81. e4c444b spl_mmc.c: Detect missing kernel image in RAW MMC by Tom Rini · 11 years ago
  82. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  83. 2b75b0a spl_mmc: add Falcon mode support for raw variant by Peter Korsgaard · 11 years ago
  84. 721931f spl_mmc: mmc_load_image_raw(): Add sector argument by Peter Korsgaard · 11 years ago
  85. 7ad2cc7 spl_mmc: add Falcon mode support for FAT variant by Peter Korsgaard · 11 years ago
  86. 2fabd0b spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out by Peter Korsgaard · 11 years ago
  87. 79adb7a spl_mmc: return error from mmc_load_image_{raw, fat} rather than hanging by Peter Korsgaard · 11 years ago
  88. ade8a1a drivers/mmc: move spl_mmc.c to common/spl by Ying Zhang · 11 years ago[Renamed from drivers/mmc/spl_mmc.c]
  89. 2e22210 spl_mmc: cleanup variable types by Peter Korsgaard · 12 years ago
  90. 47f7bca SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago[Renamed (98%) from arch/arm/cpu/armv7/omap-common/spl_mmc.c]
  91. f088125 ARM: SPL: Make spl_mmc.c more generic by Tom Rini · 12 years ago
  92. 55cdbb8 ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> by Tom Rini · 12 years ago
  93. 37189a1 ARM: SPL: Rename omap_boot_mode to spl_boot_mode() by Tom Rini · 12 years ago
  94. 8e1b836 ARM: SPL: Rename omap_boot_device to spl_boot_device by Tom Rini · 12 years ago
  95. 0da113e spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT by Tom Rini · 12 years ago
  96. f75231b arm: omap5: correct boot device mode7 for eMMC by Balaji T K · 13 years ago
  97. bbbc1ae ARM:OMAP+:MMC: Add parameters to MMC init by Jonathan Solnit · 13 years ago
  98. efb2172 Move timestamp and version files into 'generated' subdir by Simon Glass · 13 years ago
  99. 9ea5c6e omap-common: reorganize spl.c by Simon Schwarz · 13 years ago