This patch series adds falcon boot mode for MMC (raw and FAT), similar to the existing nand support.
As an example, it adds falcon boot support for the am335x evm board, which is the platform that has been used to test the series. Changes since V1: - Adjusted am335x parameters according to Tom Rini's feedback. Added spl command for easy kernel parameter area snapshot creation. Peter Korsgaard (6): spl_mmc: return error from mmc_load_image_{raw,fat} rather than hanging spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out spl_mmc: add Falcon mode support for FAT variant spl_mmc: mmc_load_image_raw(): Add sector argument spl_mmc: add Falcon mode support for raw variant RFC: am335x: enable falcon boot mode for mmc (raw and fat) and nand README | 18 +++++++++ board/ti/am335x/board.c | 9 +++++ drivers/mmc/spl_mmc.c | 91 ++++++++++++++++++++++++++++++------------ include/configs/am335x_evm.h | 27 ++++++++++++- 4 files changed, 117 insertions(+), 28 deletions(-) -- 1.7.10.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot