<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/mtd/spi, branch v2012.10-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/mtd/spi?h=v2012.10-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/mtd/spi?h=v2012.10-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-09-27T18:20:27Z</updated>
<entry>
<title>SPL: SPI: Enhance spi_spl_load to match the other load functions</title>
<updated>2012-09-27T18:20:27Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-08-14T21:34:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a4cc1c487757fe71ee13adead888c8010191c961'/>
<id>urn:sha1:a4cc1c487757fe71ee13adead888c8010191c961</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>sf: spansion: Add support for S25FL256S</title>
<updated>2012-08-14T15:45:50Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2012-08-14T11:11:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4a4cb4e11149158c9eabb1537a1eaee7372ce491'/>
<id>urn:sha1:4a4cb4e11149158c9eabb1537a1eaee7372ce491</id>
<content type='text'>
Add support for Spansion S25FL256S SPI flash.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>sf: winbond: fix page_size</title>
<updated>2012-08-14T15:34:30Z</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@nvidia.com</email>
</author>
<published>2012-08-13T22:46:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c75942c7b792f420d1bf41e15cb1c00189f26ccd'/>
<id>urn:sha1:c75942c7b792f420d1bf41e15cb1c00189f26ccd</id>
<content type='text'>
Commit a4ed3b6 "sf: inline data constants" modified winbond.c's page_size
from 256 to 4096. This prevents either/both of "sf write" writing the
correct data, or "sf read" from reading the correct data back.

This allows U-Boot running on Compulab Tegra to upgrade itself.

Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>sf: stmicro: add support for N25Q128A</title>
<updated>2012-08-10T15:31:04Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2012-08-10T12:21:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d945ce970414673f895ac2b2449d7b7a9edf58d0'/>
<id>urn:sha1:d945ce970414673f895ac2b2449d7b7a9edf58d0</id>
<content type='text'>
Add support for Numonyx N25Q128A SPI flash.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>sf: stmicro: add support N25Q128 parts</title>
<updated>2012-08-10T00:41:54Z</updated>
<author>
<name>Stephan Linz</name>
<email>linz@li-pro.net</email>
</author>
<published>2012-08-02T18:47:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6ad6c6dc1ed2bc3357afb2bdd22be8bab4955837'/>
<id>urn:sha1:6ad6c6dc1ed2bc3357afb2bdd22be8bab4955837</id>
<content type='text'>
Adds support for Numonyx's N25Q128 SPI flash. These devices
are used on (among others) Avnet Spartan-6 LX9 micro-evaluation
boards. Tested with "sf" commands and CONFIG_ENV_IS_IN_SPI_FLASH.

Signed-off-by: Stephan Linz &lt;linz@li-pro.net&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>sf: stmicro: support JEDEC standard two-byte signature</title>
<updated>2012-08-10T00:41:54Z</updated>
<author>
<name>Stephan Linz</name>
<email>linz@li-pro.net</email>
</author>
<published>2012-08-02T18:47:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=63ff6a66aef4d838fa6e3737d3e242697c0a591d'/>
<id>urn:sha1:63ff6a66aef4d838fa6e3737d3e242697c0a591d</id>
<content type='text'>
There are more than the M25Pxx serial flashs that can be
used with the stmicro driver, for example: the M25PXxx or
N25Qxx serie. All these chips have burned in the original
stmicro manufacture id 0x20 together with a standard
two-byte signature.

In preperation to support all these chips the stmicro driver
have to decode the full two-byte signature.

Signed-off-by: Stephan Linz &lt;linz@li-pro.net&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>sf: winbond: add W25Q32</title>
<updated>2012-08-10T00:41:54Z</updated>
<author>
<name>Rajeshwari Shinde</name>
<email>rajeshwari.s@samsung.com</email>
</author>
<published>2012-08-02T07:25:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c969abc47033d6f810d3c9dbdb994ea9d691d038'/>
<id>urn:sha1:c969abc47033d6f810d3c9dbdb994ea9d691d038</id>
<content type='text'>
SMDK EVT1  has a different Winbond part, added its part details
to the SPI flash table.

Signed-off-by: Abhilash Kesavan &lt;a.kesavan@samsung.com&gt;
Signed-off-by: Rajeshwari Shinde &lt;rajeshwari.s@samsung.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>sf: stmicro: add geometrical info for N25Q256 from Micron</title>
<updated>2012-04-08T10:55:55Z</updated>
<author>
<name>Jérôme Carretero</name>
<email>cJ-uboot@zougloub.eu</email>
</author>
<published>2012-04-08T10:55:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b54d1f26ff216ef08307b7652647cc92124c2be1'/>
<id>urn:sha1:b54d1f26ff216ef08307b7652647cc92124c2be1</id>
<content type='text'>
Note: because 4-byte addressing is not supported yet,
at the moment only the first 16MiB of the device are available.

Signed-off-by: Jérôme Carretero &lt;cJ@zougloub.eu&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>sf: unify status register writing (and thus block unlocking)</title>
<updated>2012-03-05T04:18:17Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2012-03-05T04:18:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=41e1713425d9817fdbe4fc89ad11b8dc9c4fca30'/>
<id>urn:sha1:41e1713425d9817fdbe4fc89ad11b8dc9c4fca30</id>
<content type='text'>
The only two drivers to write the status register do it in the same
way, so unify the implementations.  This also makes the block unlock
logic the same.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>sf: sst: inline duplicate write enable helper funcs</title>
<updated>2012-03-05T04:12:23Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2012-03-05T04:12:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7a6d2a7ec1afb53df8b78185fe77d66423c8dcea'/>
<id>urn:sha1:7a6d2a7ec1afb53df8b78185fe77d66423c8dcea</id>
<content type='text'>
The local sst enable/disable write funcs don't really add anything
over the common API, so just inline the common calls directly.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
</feed>
