public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [U-boot] [Patch 0/2] keystone: nand: add additional nand ecclayout
@ 2014-05-16 18:26 Ivan Khoronzhuk
  2014-05-16 18:26 ` [U-Boot] [U-boot] [Patch 1/2] common: cmd_nand: add nand ecclayout command Ivan Khoronzhuk
  2014-05-16 18:26 ` [U-Boot] [U-boot] [Patch 2/2] mtd: nand: davinci: allow to change ecclayout by " Ivan Khoronzhuk
  0 siblings, 2 replies; 14+ messages in thread
From: Ivan Khoronzhuk @ 2014-05-16 18:26 UTC (permalink / raw)
  To: u-boot

This series adds a nand ecclayout command to davinci nand that allows
the ecclayout of the current nand device to be changed during run
time. This feature is useful when using u-boot to write something to
nand flash that will be read by other applications, such as ROM
bootloader, that expects a different ECC layout. In that case, change
the current nand device ecclayout using the "nand ecclayout set"
command before writing the data to nand flash.

Based on u-boot.git/master

WingMan Kwok (2):
  common: cmd_nand: add nand ecclayout command
  mtd: nand: davinci: allow to change ecclayout by ecclayout command

 common/cmd_nand.c               | 115 +++++++++++++++++++++++++++++++++++++++-
 drivers/mtd/nand/davinci_nand.c | 101 +++++++++++++++++++++++++++++++++++
 include/nand.h                  |  10 ++++
 3 files changed, 225 insertions(+), 1 deletion(-)

-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-06-20 17:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 18:26 [U-Boot] [U-boot] [Patch 0/2] keystone: nand: add additional nand ecclayout Ivan Khoronzhuk
2014-05-16 18:26 ` [U-Boot] [U-boot] [Patch 1/2] common: cmd_nand: add nand ecclayout command Ivan Khoronzhuk
2014-06-20  1:00   ` [U-Boot] [U-Boot, U-boot, " Scott Wood
2014-06-20 13:29     ` Ivan Khoronzhuk
2014-06-20 14:10       ` Jon Loeliger
2014-06-20 16:03         ` Scott Wood
2014-06-20 17:10           ` Ivan Khoronzhuk
2014-06-20 16:31       ` Scott Wood
2014-06-20 17:02         ` Ivan Khoronzhuk
2014-05-16 18:26 ` [U-Boot] [U-boot] [Patch 2/2] mtd: nand: davinci: allow to change ecclayout by " Ivan Khoronzhuk
2014-06-20  1:07   ` [U-Boot] [U-Boot, U-boot, " Scott Wood
2014-06-20 14:59     ` Ivan Khoronzhuk
2014-06-20 16:22       ` Scott Wood
2014-06-20 16:57         ` Ivan Khoronzhuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox