9
0
Fork 0
barebox/commands
Sascha Hauer 7d27f77b6e nand bb: Fix writing of nand page unaligned data
We used to write the data in nand_bb_write directly to the
NAND flash. If we do not write a whole NAND page at once, this
resulted in multiple writes of one page which corrupted the
ecc data.
Fix this by collecting 4096 bytes of data before actually
writing the data to the flash.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2009-08-13 10:43:06 +02:00
..
Kconfig framebuffer: Add bmp command to show bmp files 2009-07-31 15:08:49 +02:00
Makefile framebuffer: Add bmp command to show bmp files 2009-07-31 15:08:49 +02:00
bmp.c framebuffer: Add bmp command to show bmp files 2009-07-31 15:08:49 +02:00
bootm.c remove SHOW_BOOT_PROGRESS 2009-03-19 12:21:40 +01:00
cat.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
cd.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
clear.c declare lots of functions static 2007-09-28 10:07:26 +02:00
cp.c cp: check return value of read() 2008-09-02 17:19:10 +02:00
crc.c CRC: various fixes 2008-11-10 17:52:14 +01:00
echo.c remove u-boot command paramter flag 2007-09-24 12:31:08 +02:00
edit.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
exec.c remove u-boot command paramter flag 2007-09-24 12:31:08 +02:00
export.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
false.c move several commands into extra files 2008-08-13 16:29:17 +02:00
flash.c add missing close() in do_protect 2008-08-13 16:52:15 +02:00
go.c Flush consoles before exiting 2009-03-19 12:21:24 +01:00
help.c move several commands into extra files 2008-08-13 16:29:17 +02:00
insmod.c move several commands into extra files 2008-08-13 16:29:17 +02:00
loadb.c Revert "loadb: remove old-style-u-boot-ifdefs around whole file" 2008-08-21 08:35:13 +02:00
loadenv.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
loads.c remove u-boot command paramter flag 2007-09-24 12:31:08 +02:00
ls.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
lsmod.c move several commands into extra files 2008-08-13 16:29:17 +02:00
mem.c add memset command to u-boot 2009-07-31 15:09:28 +02:00
meminfo.c declare lots of functions static 2007-09-28 10:07:26 +02:00
memtest.c mtest: remove braindamaged NULL pointer deref 2009-01-13 14:31:03 +01:00
mkdir.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
mount.c get rid of device ids 2009-07-21 16:41:47 +02:00
nand.c nand bb: Fix writing of nand page unaligned data 2009-08-13 10:43:06 +02:00
net.c get rid of device ids 2009-07-21 16:41:47 +02:00
partition.c introduce cdev 2009-07-21 16:41:44 +02:00
printenv.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
pwd.c various small typos fixed 2007-10-16 19:07:21 +02:00
readline.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
reginfo.c declare lots of functions static 2007-09-28 10:07:26 +02:00
reset.c remove u-boot command paramter flag 2007-09-24 12:31:08 +02:00
rm.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
rmdir.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
saveenv.c saveenv: close file 2008-08-13 16:52:15 +02:00
setenv.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
sleep.c declare lots of functions static 2007-09-28 10:07:26 +02:00
splash.c declare lots of functions static 2007-09-28 10:07:26 +02:00
test.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
timeout.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
true.c move several commands into extra files 2008-08-13 16:29:17 +02:00
umount.c Subject: [PATCH] [general] Fixed constant strings in data section issue 2008-04-04 14:45:04 +02:00
version.c move several commands into extra files 2008-08-13 16:29:17 +02:00
xyzModem.c 008-fixloadb 2008-06-05 19:45:20 +02:00