<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/nand, branch U-Boot-1_2_0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/nand?h=U-Boot-1_2_0</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/nand?h=U-Boot-1_2_0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2007-01-05T10:46:05Z</updated>
<entry>
<title>[PATCH] nand: Fix problem with oobsize calculation</title>
<updated>2007-01-05T10:46:05Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2007-01-05T10:46:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cd1d937f90250a32988c37b2b4af8364d25de8ed'/>
<id>urn:sha1:cd1d937f90250a32988c37b2b4af8364d25de8ed</id>
<content type='text'>
Here the description from Brian Brelsford &lt;Brian_Brelsford@dell.com&gt;:

The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
returns a 0x15. In the code fragment below bits [1:0] determine the
page size, it is ANDed via "(extid &amp; 0x3)" then shifted out. The
next field is also ANDed with 0x3. However this is a one bit field
as defined in the Hynix and Samsung parts in the 4th ID byte that
determins the oobsize, not a two bit field. It works on Samsung as
bits[3:2] are 01. However for the Hynix there is a 11 in these two
bits, so the oob size gets messed up.

I checked the correct linux code and the suggested fix from Brian is
also available in the linux nand mtd driver.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Merge with /home/hs/TQ/u-boot-dev</title>
<updated>2006-12-24T00:30:04Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2006-12-24T00:30:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bc5556d62b6ebe6cb4302aebec9e7bbf1affd2ea'/>
<id>urn:sha1:bc5556d62b6ebe6cb4302aebec9e7bbf1affd2ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added support for the TQM8272 board from TQ</title>
<updated>2006-12-21T16:17:02Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@pollux.denx.de</email>
</author>
<published>2006-12-21T16:17:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fa23044564091f05d9695beb7b5b9a931e7f41a4'/>
<id>urn:sha1:fa23044564091f05d9695beb7b5b9a931e7f41a4</id>
<content type='text'>
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.git</title>
<updated>2006-11-30T01:01:32Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-11-30T01:01:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ab07b6c221da99442b6c93986ca30607c6289bf0'/>
<id>urn:sha1:ab07b6c221da99442b6c93986ca30607c6289bf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge http://www.denx.de/git/u-boot</title>
<updated>2006-11-29T05:35:49Z</updated>
<author>
<name>Kim Phillips</name>
<email>kim.phillips@freescale.com</email>
</author>
<published>2006-11-29T05:35:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=32081125a028aff9e93af5281c777b0745ef8558'/>
<id>urn:sha1:32081125a028aff9e93af5281c777b0745ef8558</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] nand: Fix patch merge problem</title>
<updated>2006-11-28T10:05:49Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2006-11-28T10:04:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0'/>
<id>urn:sha1:e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0</id>
<content type='text'>
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Merge with /home/sr/git/u-boot/denx-alpr-merge-test</title>
<updated>2006-11-27T22:11:18Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-11-27T22:11:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d2c83f549378fb3fc34cb3c2e62fd772fbf8b68b'/>
<id>urn:sha1:d2c83f549378fb3fc34cb3c2e62fd772fbf8b68b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] nand_wait() timeout fixes</title>
<updated>2006-11-27T16:24:40Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2006-11-27T16:22:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=15784862857c3c2214498defcfed84ff137fb81e'/>
<id>urn:sha1:15784862857c3c2214498defcfed84ff137fb81e</id>
<content type='text'>
Two fixes for the nand_wait() function in
drivers/nand/nand_base.c:

1. Use correct timeouts. The original timeouts in Linux
source are 400ms and 20ms not 40s and 20s

2. Return correct error value in case of timeout. 0 is
interpreted as OK.

Signed-off-by: Rui Sousa &lt;rui.sousa@laposte.net&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Merge with /home/stefan/git/u-boot/denx</title>
<updated>2006-11-10T06:48:47Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2006-11-10T06:48:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dfc8a9ee0040e53ada125a3c52f241e37f09cf28'/>
<id>urn:sha1:dfc8a9ee0040e53ada125a3c52f241e37f09cf28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NAND Flash verify across block boundaries</title>
<updated>2006-11-04T01:42:17Z</updated>
<author>
<name>Nick Spence</name>
<email>Nick.Spence@freescale.com</email>
</author>
<published>2006-09-30T07:32:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=04f899fc465c3e44f2b55ecc70618f5696fc0ddf'/>
<id>urn:sha1:04f899fc465c3e44f2b55ecc70618f5696fc0ddf</id>
<content type='text'>
This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
defined
and the write crosses a block boundary. The pointer to the verification
buffer (bufstart) is not being updated to reflect the starting of the
new
block so the verification of the second block fails.

CHANGELOG:

* Fix NAND FLASH page verification across block boundaries
</content>
</entry>
</feed>
