u-boot-brain/common/spl
Marek Vasut b5b838f1a7 mmc: Tinification of the mmc code
Add new configuration option CONFIG_MMC_TINY which strips away all
memory allocation within the MMC code and code for handling multiple
cards. This allows extremely space-constrained SPL code use the MMC
framework.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
2016-12-01 13:51:57 +09:00
..
Kconfig spl: add USB Gadget config option 2016-11-28 19:49:49 -05:00
Makefile spl: spi: Move the generic SPI loader into common/spl 2016-10-06 15:07:33 -04:00
spl_dfu.c spl: dfu: adding dfu support functions for SPL-DFU 2016-09-27 23:30:19 +02:00
spl_ext.c ext4: Allow reading files with non-zero offset, clamp read len 2016-11-21 14:07:27 -05:00
spl_fat.c spl: Update spl_load_simple_fit() to take an spl_image param 2016-10-06 15:08:54 -04:00
spl_fit.c spl: Update spl_load_simple_fit() to take an spl_image param 2016-10-06 15:08:54 -04:00
spl_mmc.c mmc: Tinification of the mmc code 2016-12-01 13:51:57 +09:00
spl_nand.c spl: Update spl_load_simple_fit() to take an spl_image param 2016-10-06 15:08:54 -04:00
spl_net.c spl: Pass spl_image as a parameter to load_image() methods 2016-10-06 15:08:52 -04:00
spl_nor.c spl: Pass spl_image as a parameter to load_image() methods 2016-10-06 15:08:52 -04:00
spl_onenand.c spl: Pass spl_image as a parameter to load_image() methods 2016-10-06 15:08:52 -04:00
spl_sata.c spl: Update fat functions to take an spl_image parameter 2016-10-06 15:08:53 -04:00
spl_spi.c spl: add check for FIT-header when loading image 2016-11-28 15:10:31 -05:00
spl_ubi.c spl: Pass spl_image as a parameter to load_image() methods 2016-10-06 15:08:52 -04:00
spl_usb.c spl: Update fat functions to take an spl_image parameter 2016-10-06 15:08:53 -04:00
spl_ymodem.c spl: remove redundant call to parse_image_header() 2016-11-28 15:10:31 -05:00
spl.c spl: add RAM boot device only if it is actually defined 2016-11-28 19:49:49 -05:00