mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
The underlying code in nand_base.c already supports non-page-aligned reads and writes, but the block-skipping wrapper code did not. With block skipping, an unaligned start address is not useful since you really want to be starting at the beginning of a partition -- or at least that's where you want to start checking for blocks to skip, but we don't (yet) support that. So we still require the start address to be aligned. An unaligned length, though, is useful for passing $filesize to the read/write command, and handling it does not complicate block skipping. Signed-off-by: Scott Wood <scottwood@freescale.com> Tested-by: Ben Gardiner <bengardiner@nanometrics.ca> |
||
---|---|---|
.. | ||
atmel_nand.c | ||
atmel_nand_ecc.h | ||
bfin_nand.c | ||
davinci_nand.c | ||
diskonchip.c | ||
fsl_elbc_nand.c | ||
fsl_upm.c | ||
kb9202_nand.c | ||
kirkwood_nand.c | ||
kmeter1_nand.c | ||
Makefile | ||
mpc5121_nfc.c | ||
mxc_nand.c | ||
nand.c | ||
nand_base.c | ||
nand_bbt.c | ||
nand_ecc.c | ||
nand_ids.c | ||
nand_plat.c | ||
nand_util.c | ||
ndfc.c | ||
nomadik.c | ||
omap_gpmc.c | ||
s3c64xx.c | ||
s3c2410_nand.c | ||
spr_nand.c |