1. 99426c8 spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to Kconfig by Alexandru Gagniuc · Thu Dec 30 10:39:59 2021 -0600
  2. dda8f88 SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · Fri Jan 14 14:31:38 2022 +0100
  3. c2e7888 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · Sat Oct 30 23:03:48 2021 -0400
  4. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · Mon Sep 27 17:42:38 2021 +0200
  5. 1104167 SPL: Add support for specifying offset between header and image by Pali Rohár · Fri Jul 23 11:14:27 2021 +0200
  6. 36fd3ba spl: mmc: Support OP-TEE payloads in Falcon mode by Alexandru Gagniuc · Thu Jul 15 14:19:23 2021 -0500
  7. de1ce23 spl: mmc: Factor out eMMC boot partition selection code by Marek Vasut · Sat Jul 03 04:55:32 2021 +0200
  8. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  9. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  10. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  11. bf16c30 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() by Harald Seiler · Wed Apr 15 11:33:31 2020 +0200
  12. 0bf7ab1 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · Wed Apr 15 11:33:30 2020 +0200
  13. 0bdf563 spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation by Faiz Abbas · Wed Feb 26 13:44:35 2020 +0530
  14. fef81be spl: mmc: support uboot image offset on main partition by Baruch Siach · Wed Jan 15 09:08:08 2020 +0200
  15. dc7d322 spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition by Peng Fan · Wed Oct 23 01:43:30 2019 +0000
  16. f64972a Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Mon Oct 14 07:28:32 2019 -0400
  17. e3b39c8 spl: mmc: Add option to set eMMC HW boot partition by Mans Rullgard · Tue Sep 03 16:16:50 2019 +0200
  18. ec046a5 spl: mmc: Fix indentation in spl_mmc.c file by Mans Rullgard · Tue Sep 03 16:17:17 2019 +0200
  19. c59b41c spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · Mon Sep 09 14:40:36 2019 +0530
  20. 315cf59 spl: mmc: introduce spl_mmc_get_uboot_raw_sector by Peng Fan · Mon Sep 23 10:18:40 2019 +0800
  21. d867076 spl: mmc: support loading i.MX container format file by Peng Fan · Thu Aug 22 07:42:38 2019 +0000
  22. 8d9f7f1 spl: Make image loader infrastructure more universal by Andreas Dannenberg · Tue Jun 04 17:55:46 2019 -0500
  23. 6091dd1 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · Wed Jan 23 14:20:05 2019 +0800
  24. 6fd0a71 spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · Wed Jan 23 14:20:03 2019 +0800
  25. f5920d0 spl: mmc: Report device number when we fail by Alex Kiernan · Tue Sep 18 08:11:55 2018 +0000
  26. 1dda46f spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · Tue Aug 14 11:27:02 2018 +0200
  27. cea8821 spl: mmc: Skip RAW mode ARGS sectors if not defined by York Sun · Tue Jun 26 09:44:39 2018 -0700
  28. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  29. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  30. 113aa50 spl: spl_mmc: provide one weak function spl_boot_partition by Patrick Delaunay · Tue Mar 20 10:54:51 2018 +0100
  31. 7c88d10 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · Sat Feb 03 08:29:52 2018 +0100
  32. c0a4e2d spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector() by Seung-Woo Kim · Tue Sep 19 13:29:45 2017 +0900
  33. 195bc4b spl: spl_mmc.c Correct blk_dread() return value check by Tom Rini · Mon Aug 14 21:01:30 2017 -0400
  34. 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · Tue Jul 04 13:31:19 2017 -0600
  35. 2a4a20c mmc: add static to spl_mmc_get_device_index() by Masahiro Yamada · Thu Jun 22 16:52:36 2017 +0900
  36. f5ba985 SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig by Dalon Westergreen · Fri Feb 10 17:15:35 2017 -0800
  37. 8d770f4 SPL: add support to boot from a partition type by Dalon Westergreen · Fri Feb 10 17:15:34 2017 -0800
  38. 6c52607 SPL: make struct spl_image 64-bit safe by Andre Przywara · Mon Jan 02 11:48:31 2017 +0000
  39. 4fc1f25 spl: Add a name to the SPL load-image methods by Simon Glass · Wed Nov 30 15:30:50 2016 -0700
  40. 0ef6ec8 dm: spl: mmc: Fix EXT SPL support by Michal Simek · Thu Dec 01 11:09:01 2016 +0100
  41. 8d5c4c3 SPL: mmc: Make spl_mmc_load_image available by Marek Vasut · Thu Dec 01 02:06:35 2016 +0100
  42. f537e39 mmc: Tinification of the mmc code by Marek Vasut · Thu Dec 01 02:06:33 2016 +0100
  43. 64a77a4 spl: mmc: fix switch statement by Max Krummenacher · Tue Nov 01 15:04:20 2016 +0100
  44. 7e3ba48 spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig by Semen Protsenko · Wed Nov 16 19:19:05 2016 +0200
  45. 43a734f spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · Sat Sep 24 18:20:16 2016 -0600
  46. 3eb382a spl: Update fat functions to take an spl_image parameter by Simon Glass · Sat Sep 24 18:20:15 2016 -0600
  47. 0649e91 spl: Update ext functions to take an spl_image parameter by Simon Glass · Sat Sep 24 18:20:14 2016 -0600
  48. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · Sat Sep 24 18:20:13 2016 -0600
  49. d449cb8 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:00 2016 -0600
  50. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · Sat Sep 24 18:19:57 2016 -0600
  51. 6b2e4db spl: Add a parameter to spl_parse_image_header() by Simon Glass · Sat Sep 24 18:19:53 2016 -0600
  52. 55877f9 dm: spl: mmc: Support raw partitions with CONFIG_BLK by Simon Glass · Tue Jul 05 17:10:18 2016 -0600
  53. 70061ba dm: spl: mmc: Support CONFIG_BLK in SPL MMC by Simon Glass · Sun Jun 12 23:30:32 2016 -0600
  54. 64d64bb common: Pass the boot device into spl_boot_mode() by Marek Vasut · Sat May 14 23:42:07 2016 +0200
  55. 9a8f4cf Merge git://git.denx.de/u-boot-dm by Tom Rini · Fri May 27 15:49:43 2016 -0400
  56. f62cef1 spl: Allow to load a FIT containing U-Boot from FS by Lokesh Vutla · Tue May 24 10:34:38 2016 +0530
  57. 670d304 dm: mmc: spl: Add support for CONFIG_BLK by Simon Glass · Sat May 14 14:03:06 2016 -0600
  58. ce084b0 Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue May 17 13:58:27 2016 -0400
  59. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · Sun May 01 13:52:29 2016 -0600
  60. 02266e2 SPL: Let spl_parse_image_header() return value by Marek Vasut · Fri Apr 29 00:44:54 2016 +0200
  61. 37342ab spl: spl_mmc: Disambiguate error message by Fabio Estevam · Wed Apr 20 23:12:04 2016 -0300
  62. 9dee77f spl: mmc: raw: Try to load u-boot if Linux image is not found by Lokesh Vutla · Mon Apr 11 15:24:50 2016 +0530
  63. 802f1c3 spl_mmc: allow to load raw image by Masahiro Yamada · Wed Mar 16 12:10:00 2016 +0900
  64. e080b82 Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Mar 14 19:21:44 2016 -0400
  65. b52c7fc spl: Support loading a FIT from MMC by Simon Glass · Mon Feb 22 22:55:58 2016 -0700
  66. b89a844 dm: part: Rename some partition functions by Simon Glass · Mon Feb 29 15:25:48 2016 -0700
  67. 834dd88 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS by Guillaume GARDET · Thu Feb 18 18:17:36 2016 +0100
  68. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  69. d09e59f spl: mmc: use block device number, not hard-coded 0 by Eric Nelson · Sat Dec 05 12:32:28 2015 -0700
  70. 51ace32 spl: mmc: Unify non/driver model spl_mmc_find_device() by Simon Glass · Wed Dec 02 10:59:13 2015 -0700
  71. 4faf63b spl: mmc: Rename 'mmc' variable to 'mmcp' by Simon Glass · Wed Dec 02 10:59:12 2015 -0700
  72. a2b771c spl: mmc: Fix compiler warning with CONFIG_DM_MMC by Simon Glass · Wed Dec 02 10:59:11 2015 -0700
  73. e63b2dd spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · Sun Nov 08 17:11:54 2015 +0200
  74. 33eefe4 spl: change return values of spl_*_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:49 2015 +0200
  75. 2b3ae5f spl: mmc: get rid of emmc boot code duplication by Nikita Kiryanov · Sun Nov 08 17:11:48 2015 +0200
  76. 642648c spl: mmc: move fs boot into its own function by Nikita Kiryanov · Sun Nov 08 17:11:47 2015 +0200
  77. 011cd8f spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check by Nikita Kiryanov · Sun Nov 08 17:11:46 2015 +0200
  78. cc49f55 spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check by Nikita Kiryanov · Sun Nov 08 17:11:45 2015 +0200
  79. 022ddb8 spl: mmc: refactor device location code to its own function by Nikita Kiryanov · Sun Nov 08 17:11:44 2015 +0200
  80. ed52f4d spl: mmc: add break statements in spl_mmc_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:43 2015 +0200
  81. 2ae4589 spl: Fix compile warning for arm64 by Gong Qianyu · Thu Jul 30 14:07:12 2015 +0800
  82. d0503cd spl: spl_mmc: Add option to boot from a MMC partition with offset by Stefan Roese · Mon Jul 20 11:20:39 2015 +0200
  83. f22851a dm: mmc: Allow driver model to be used for MMC in SPL by Simon Glass · Tue Jun 23 15:38:51 2015 -0600
  84. 5614db8 spl: Add debugging info for spl_mmc boot by Simon Glass · Tue Jun 23 15:38:47 2015 -0600
  85. 4bd66e7 spl: spl_mmc: MMC boot mode provisions checks by Paul Kocialkowski · Mon Jun 08 23:05:09 2015 +0200
  86. 01c723f spl: spl_mmc: Minor cosmetics by Paul Kocialkowski · Wed Jun 03 18:48:51 2015 +0200
  87. 2d69f25 spl: spl_mmc: Error and count distinction by Paul Kocialkowski · Fri May 22 12:45:35 2015 +0200
  88. 295be40 spl: spl_mmc: fix mmc Falcon mode regression by Tim Harvey · Thu May 21 15:57:16 2015 -0700
  89. 409d4f7 spl: spl_mmc: Partition raw boot mode for eMMC by Paul Kocialkowski · Mon Apr 27 10:20:23 2015 +0200
  90. 0d13972 spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics by Paul Kocialkowski · Mon Apr 27 10:20:22 2015 +0200
  91. ffdb488 remove unnecessary version.h includes by Rob Herring · Tue Mar 17 15:28:55 2015 -0500
  92. 1143b0a spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f) by Guillaume GARDET · Tue Dec 16 12:00:44 2014 +0100
  93. 4536a63 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available by Guillaume GARDET · Tue Nov 18 10:44:46 2014 +0100
  94. 17675c8 spl: MMC U-Boot image load from raw partition by Paul Kocialkowski · Sat Nov 08 23:14:56 2014 +0100
  95. 341e8cd MMC SD fs boot partition config coding style and proper description by Paul Kocialkowski · Sat Nov 08 23:14:55 2014 +0100
  96. 1eb410c spl: Add EXT support to SPL by Guillaume GARDET · Wed Oct 15 17:53:12 2014 +0200
  97. 602a16c Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · Wed Oct 15 17:53:11 2014 +0200
  98. cc61269 SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK by Tom Rini · Wed Feb 05 10:24:18 2014 -0500
  99. b7b5b0c spl: common: Move FAT funcs to a common file by Dan Murphy · Thu Jan 16 11:23:29 2014 -0600
  100. a8015fd spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT by Paul Burton · Wed Sep 04 16:12:24 2013 +0100