u-boot/drivers/mtd/spi
Prabhakar Kushwaha e278ddcd7f driver/mtd/spi:Read 8KB data chunk during u-boot load in SPL
SPI driver perform its operation(read/write) on 64KB buffer chunk for data
greater than 64KB. This buffer chunk is allocated from system heap.

During SPL boot, 768KB of data is read from SPI flash.
Here, heap size may not be sufficient enough to full-fill 64KB buffer
requirement of SPI driver. So break down u-boot read operation at 8KB of chunk.

Also, fix a warning i.e. "unused variable buf" during CONFIG_FSL_CORENET

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
2014-04-22 17:58:50 -07:00
..
eeprom_m95xxx.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
fsl_espi_spl.c driver/mtd/spi:Read 8KB data chunk during u-boot load in SPL 2014-04-22 17:58:50 -07:00
Makefile sf: Separate the flash params table 2014-01-11 15:13:27 +05:30
ramtron.c sf: ramtron: Remove page_size print 2013-10-07 19:35:09 +05:30
sandbox.c sandbox: spi: Add new SPI flash driver 2013-12-09 12:22:39 -07:00
sf.c sf: Add CONFIG_SF_DUAL_FLASH 2014-01-12 21:40:22 +05:30
sf_internal.h sf: Code cleanups 2014-01-12 21:38:21 +05:30
sf_ops.c sf: ops: Squash the malloc+memset combo 2014-03-17 21:54:57 +05:30
sf_params.c sf: Add S25FL128S_256K IDs 2014-03-17 21:54:56 +05:30
sf_probe.c mtd: spi: Fix page size for S25FL032P,S25FL064P 2014-03-17 21:54:57 +05:30
spi_spl_load.c sf: Fix code cleanups 2013-08-07 01:05:06 +05:30