1. bf28d9a spl: mmc: Use correct MMC device when loading image by Harald Seiler · 2 years, 2 months ago
  2. 103d1ae Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to Kconfig by Tom Rini · 2 years, 4 months ago
  3. 5fa973e spl: allow boot from first bootable partition by Jérôme Carretero · 2 years, 6 months ago
  4. 5907357 spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · 3 years, 2 months ago
  5. 22eb152 spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to Kconfig by Alexandru Gagniuc · 2 years, 9 months ago
  6. 2e0429b SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 8 months ago
  7. 7115007 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 2 years, 11 months ago
  8. 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years ago
  9. 5fce287 SPL: Add support for specifying offset between header and image by Pali Rohár · 3 years, 2 months ago
  10. 5f6e5c3 spl: mmc: Support OP-TEE payloads in Falcon mode by Alexandru Gagniuc · 3 years, 2 months ago
  11. 9b19159 spl: mmc: Factor out eMMC boot partition selection code by Marek Vasut · 3 years, 3 months ago
  12. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  13. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  14. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  15. c51b751 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() by Harald Seiler · 4 years, 5 months ago
  16. e975906 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · 4 years, 5 months ago
  17. cf00825 spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation by Faiz Abbas · 4 years, 7 months ago
  18. e42afd8 spl: mmc: support uboot image offset on main partition by Baruch Siach · 4 years, 8 months ago
  19. a335f80 spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition by Peng Fan · 5 years ago
  20. fae7948 Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  21. 17241ea spl: mmc: Add option to set eMMC HW boot partition by Mans Rullgard · 5 years ago
  22. 9243990 spl: mmc: Fix indentation in spl_mmc.c file by Mans Rullgard · 5 years ago
  23. 80f0201 spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · 5 years ago
  24. 30ecc9c spl: mmc: introduce spl_mmc_get_uboot_raw_sector by Peng Fan · 5 years ago
  25. dd7d091 spl: mmc: support loading i.MX container format file by Peng Fan · 5 years ago
  26. e1eb6ad spl: Make image loader infrastructure more universal by Andreas Dannenberg · 5 years ago
  27. f4b4092 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · 6 years ago
  28. 0c3a9ed spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · 6 years ago
  29. aa608b6 spl: mmc: Report device number when we fail by Alex Kiernan · 6 years ago
  30. 04ce542 spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  31. 7267fbf spl: mmc: Skip RAW mode ARGS sectors if not defined by York Sun · 6 years ago
  32. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  33. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  34. 35a6696 spl: spl_mmc: provide one weak function spl_boot_partition by Patrick Delaunay · 7 years ago
  35. d695d66 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · 7 years ago
  36. b016b58 spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector() by Seung-Woo Kim · 7 years ago
  37. 9585dd3 spl: spl_mmc.c Correct blk_dread() return value check by Tom Rini · 7 years ago
  38. c4d660d dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  39. 207d8b3 mmc: add static to spl_mmc_get_device_index() by Masahiro Yamada · 7 years ago
  40. 949123e SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig by Dalon Westergreen · 8 years ago
  41. f0fb4fa SPL: add support to boot from a partition type by Dalon Westergreen · 8 years ago
  42. 11e1479 SPL: make struct spl_image 64-bit safe by Andre Przywara · 8 years ago
  43. ebc4ef6 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  44. 1a92541 dm: spl: mmc: Fix EXT SPL support by Michal Simek · 8 years ago
  45. 09410c6 SPL: mmc: Make spl_mmc_load_image available by Marek Vasut · 8 years ago
  46. b5b838f mmc: Tinification of the mmc code by Marek Vasut · 8 years ago
  47. c8d7647 spl: mmc: fix switch statement by Max Krummenacher · 8 years ago
  48. 38fed8a spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig by Semen Protsenko · 8 years ago
  49. f4d7d85 spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  50. 710e9ca spl: Update fat functions to take an spl_image parameter by Simon Glass · 8 years ago
  51. b4a6c2a spl: Update ext functions to take an spl_image parameter by Simon Glass · 8 years ago
  52. 2a2ee2a spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  53. 0fed9c7 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · 8 years ago
  54. ecdfd69 spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  55. 71316c1 spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  56. 1e2b3ef dm: spl: mmc: Support raw partitions with CONFIG_BLK by Simon Glass · 8 years ago
  57. 87bce4e dm: spl: mmc: Support CONFIG_BLK in SPL MMC by Simon Glass · 8 years ago
  58. 2b1cdaf common: Pass the boot device into spl_boot_mode() by Marek Vasut · 8 years ago
  59. e4a94ce Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  60. eafd541 spl: Allow to load a FIT containing U-Boot from FS by Lokesh Vutla · 8 years ago
  61. ef5609c dm: mmc: spl: Add support for CONFIG_BLK by Simon Glass · 8 years ago
  62. 4b6e1fd Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  63. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 8 years ago
  64. 7e0f226 SPL: Let spl_parse_image_header() return value by Marek Vasut · 8 years ago
  65. 5bbf409 spl: spl_mmc: Disambiguate error message by Fabio Estevam · 8 years ago
  66. 811906a spl: mmc: raw: Try to load u-boot if Linux image is not found by Lokesh Vutla · 8 years ago
  67. 4976f48 spl_mmc: allow to load raw image by Masahiro Yamada · 9 years ago
  68. 88033d7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  69. 96debd1 spl: Support loading a FIT from MMC by Simon Glass · 9 years ago
  70. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  71. 86a0df7 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS by Guillaume GARDET · 9 years ago
  72. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  73. 5915517 spl: mmc: use block device number, not hard-coded 0 by Eric Nelson · 9 years ago
  74. b4857aa spl: mmc: Unify non/driver model spl_mmc_find_device() by Simon Glass · 9 years ago
  75. 99c7a51 spl: mmc: Rename 'mmc' variable to 'mmcp' by Simon Glass · 9 years ago
  76. d773a00 spl: mmc: Fix compiler warning with CONFIG_DM_MMC by Simon Glass · 9 years ago
  77. a1e56cf spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · 9 years ago
  78. 36afd45 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
  79. 83cdf6f spl: mmc: get rid of emmc boot code duplication by Nikita Kiryanov · 9 years ago
  80. f52b729 spl: mmc: move fs boot into its own function by Nikita Kiryanov · 9 years ago
  81. d074ebb spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check by Nikita Kiryanov · 9 years ago
  82. 339245b spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check by Nikita Kiryanov · 9 years ago
  83. 4188ba3 spl: mmc: refactor device location code to its own function by Nikita Kiryanov · 9 years ago
  84. fd61d39 spl: mmc: add break statements in spl_mmc_load_image() by Nikita Kiryanov · 9 years ago
  85. 7ef4c45 spl: Fix compile warning for arm64 by Gong Qianyu · 9 years ago
  86. 4bfcc54 spl: spl_mmc: Add option to boot from a MMC partition with offset by Stefan Roese · 9 years ago
  87. dc3dedf dm: mmc: Allow driver model to be used for MMC in SPL by Simon Glass · 9 years ago
  88. fdfa39d spl: Add debugging info for spl_mmc boot by Simon Glass · 9 years ago
  89. 3ae8f4c spl: spl_mmc: MMC boot mode provisions checks by Paul Kocialkowski · 9 years ago
  90. 1ec2646 spl: spl_mmc: Minor cosmetics by Paul Kocialkowski · 9 years ago
  91. 3bc37b6 spl: spl_mmc: Error and count distinction by Paul Kocialkowski · 9 years ago
  92. 9d3b565 spl: spl_mmc: fix mmc Falcon mode regression by Tim Harvey · 9 years ago
  93. ecb3013 spl: spl_mmc: Partition raw boot mode for eMMC by Paul Kocialkowski · 9 years ago
  94. 91199f4 spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics by Paul Kocialkowski · 9 years ago
  95. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  96. 2c84c9a spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f) by Guillaume GARDET · 10 years ago
  97. 4c5bbc2 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available by Guillaume GARDET · 10 years ago
  98. b97300b spl: MMC U-Boot image load from raw partition by Paul Kocialkowski · 10 years ago
  99. e2ccdf8 MMC SD fs boot partition config coding style and proper description by Paul Kocialkowski · 10 years ago
  100. 592f922 spl: Add EXT support to SPL by Guillaume GARDET · 10 years ago