Commit Graph

79 Commits (a5af51a703c3c68a56cfcf16ca6caa1dd8a6b934)

Author SHA1 Message Date
Lukasz Majewski d695d66278 spl: eMMC/SD: Provide one __weak spl_boot_mode() function 7 years ago
Seung-Woo Kim b016b58542 spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector() 8 years ago
Tom Rini 9585dd3fff spl: spl_mmc.c Correct blk_dread() return value check 8 years ago
Simon Glass c4d660d4d0 dm: mmc: Allow disabling driver model in SPL 8 years ago
Masahiro Yamada 207d8b3533 mmc: add static to spl_mmc_get_device_index() 8 years ago
Dalon Westergreen 949123e30a SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig 8 years ago
Dalon Westergreen f0fb4fa7d5 SPL: add support to boot from a partition type 8 years ago
Andre Przywara 11e1479b9e SPL: make struct spl_image 64-bit safe 9 years ago
Simon Glass ebc4ef61d7 spl: Add a name to the SPL load-image methods 9 years ago
Michal Simek 1a92541d9c dm: spl: mmc: Fix EXT SPL support 9 years ago
Marek Vasut 09410c6572 SPL: mmc: Make spl_mmc_load_image available 9 years ago
Marek Vasut b5b838f1a7 mmc: Tinification of the mmc code 9 years ago
Max Krummenacher c8d7647f63 spl: mmc: fix switch statement 9 years ago
Semen Protsenko 38fed8abe7 spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig 9 years ago
Simon Glass f4d7d8596f spl: Update spl_load_simple_fit() to take an spl_image param 9 years ago
Simon Glass 710e9ca579 spl: Update fat functions to take an spl_image parameter 9 years ago
Simon Glass b4a6c2aae6 spl: Update ext functions to take an spl_image parameter 9 years ago
Simon Glass 2a2ee2ac35 spl: Pass spl_image as a parameter to load_image() methods 9 years ago
Simon Glass 0fed9c7ed6 spl: Convert spl_mmc_load_image() to use linker list 9 years ago
Simon Glass ecdfd69a4b spl: Convert boot_device into a struct 9 years ago
Simon Glass 71316c1d8c spl: Add a parameter to spl_parse_image_header() 9 years ago
Simon Glass 1e2b3ef865 dm: spl: mmc: Support raw partitions with CONFIG_BLK 9 years ago
Simon Glass 87bce4e5c0 dm: spl: mmc: Support CONFIG_BLK in SPL MMC 9 years ago
Marek Vasut 2b1cdafa9f common: Pass the boot device into spl_boot_mode() 9 years ago
Lokesh Vutla eafd5410af spl: Allow to load a FIT containing U-Boot from FS 9 years ago
Simon Glass ef5609c33f dm: mmc: spl: Add support for CONFIG_BLK 9 years ago
Simon Glass 69f45cd53b dm: mmc: Use the new select_hwpart() API 9 years ago
Marek Vasut 7e0f22674a SPL: Let spl_parse_image_header() return value 9 years ago
Fabio Estevam 5bbf409909 spl: spl_mmc: Disambiguate error message 9 years ago
Lokesh Vutla 811906aebc spl: mmc: raw: Try to load u-boot if Linux image is not found 9 years ago
Masahiro Yamada 4976f48275 spl_mmc: allow to load raw image 9 years ago
Simon Glass 96debd1f0b spl: Support loading a FIT from MMC 9 years ago
Simon Glass 3e8bd46950 dm: part: Rename some partition functions 9 years ago
Guillaume GARDET 86a0df7328 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS 9 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 10 years ago
Eric Nelson 5915517b7b spl: mmc: use block device number, not hard-coded 0 10 years ago
Simon Glass b4857aa901 spl: mmc: Unify non/driver model spl_mmc_find_device() 10 years ago
Simon Glass 99c7a51a24 spl: mmc: Rename 'mmc' variable to 'mmcp' 10 years ago
Simon Glass d773a008ee spl: mmc: Fix compiler warning with CONFIG_DM_MMC 10 years ago
Nikita Kiryanov a1e56cf6d4 spl: mmc: add support for BOOT_DEVICE_MMC2 10 years ago
Nikita Kiryanov 36afd45136 spl: change return values of spl_*_load_image() 10 years ago
Nikita Kiryanov 83cdf6faa6 spl: mmc: get rid of emmc boot code duplication 10 years ago
Nikita Kiryanov f52b729393 spl: mmc: move fs boot into its own function 10 years ago
Nikita Kiryanov d074ebb936 spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check 10 years ago
Nikita Kiryanov 339245b70d spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check 10 years ago
Nikita Kiryanov 4188ba3202 spl: mmc: refactor device location code to its own function 10 years ago
Nikita Kiryanov fd61d39970 spl: mmc: add break statements in spl_mmc_load_image() 10 years ago
Gong Qianyu 7ef4c45c6e spl: Fix compile warning for arm64 10 years ago
Stefan Roese 4bfcc54c0b spl: spl_mmc: Add option to boot from a MMC partition with offset 10 years ago
Simon Glass dc3dedfeb1 dm: mmc: Allow driver model to be used for MMC in SPL 10 years ago