Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT | Paul Burton | 2013-09-17 | -0/+16 |
* | spl: remove unnecessary (& ARM specific) include of asm/utils.h | Paul Burton | 2013-09-17 | -1/+0 |
* | spl_mmc.c: Detect missing kernel image in RAW MMC | Tom Rini | 2013-07-26 | -0/+4 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | spl_mmc: add Falcon mode support for raw variant | Peter Korsgaard | 2013-06-07 | -0/+18 |
* | spl_mmc: mmc_load_image_raw(): Add sector argument | Peter Korsgaard | 2013-06-07 | -9/+6 |
* | spl_mmc: add Falcon mode support for FAT variant | Peter Korsgaard | 2013-06-07 | -0/+21 |
* | spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out | Peter Korsgaard | 2013-06-07 | -14/+13 |
* | spl_mmc: return error from mmc_load_image_{raw, fat} rather than hanging | Peter Korsgaard | 2013-06-07 | -10/+14 |
* | drivers/mmc: move spl_mmc.c to common/spl | Ying Zhang | 2013-05-15 | -0/+137 |