
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 (FAT and raw).
Changes since V2: - Drop RFC and adjust am335x nand MTDPARTS_DEFAULT settings according to Tom Rini's feedback.
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 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 | 30 ++++++++++++-- 4 files changed, 119 insertions(+), 29 deletions(-)