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