-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 93048 b: refs/heads/master c: 71d54f3 h: refs/heads/master v: v3
- Loading branch information
Ben Dooks
authored and
David Woodhouse
committed
Apr 22, 2008
1 parent
7968ad9
commit 7af879e
Showing
4 changed files
with
66 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 0916083210039bf3d186a87522cc806dc21b7097 | ||
refs/heads/master: 71d54f3855b4ca98559e8782350336ec2433cc24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
S3C24XX NAND Support | ||
==================== | ||
|
||
Introduction | ||
------------ | ||
|
||
Small Page NAND | ||
--------------- | ||
|
||
The driver uses a 512 byte (1 page) ECC code for this setup. The | ||
ECC code is not directly compatible with the default kernel ECC | ||
code, so the driver enforces its own OOB layout and ECC parameters | ||
|
||
Large Page NAND | ||
--------------- | ||
|
||
The driver is capable of handling NAND flash with a 2KiB page | ||
size, with support for hardware ECC generation and correction. | ||
|
||
Unlike the 512byte page mode, the driver generates ECC data for | ||
each 256 byte block in an 2KiB page. This means that more than | ||
one error in a page can be rectified. It also means that the | ||
OOB layout remains the default kernel layout for these flashes. | ||
|
||
|
||
Document Author | ||
--------------- | ||
|
||
Ben Dooks, Copyright 2007 Simtec Electronics | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters