<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/block, branch v1.3.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/block?h=v1.3.3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/block?h=v1.3.3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-04-14T06:20:16Z</updated>
<entry>
<title>ata: update the libata.h from ata.h of linux kernel</title>
<updated>2008-04-14T06:20:16Z</updated>
<author>
<name>Dave Liu</name>
<email>r63238@freescale.com</email>
</author>
<published>2008-04-01T07:22:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=24b448448a917e52806f82660a5c9d47608894fb'/>
<id>urn:sha1:24b448448a917e52806f82660a5c9d47608894fb</id>
<content type='text'>
Current libata.h of u-boot is out of sync from linux kernel,
this patch make it be consistent with linux kernel.

Signed-off-by: Dave Liu &lt;daveliu@freescale.com&gt;
Signed-off-by: Tor Krill &lt;tor@excito.com&gt;
</content>
</entry>
<entry>
<title>drivers: code clean up</title>
<updated>2008-04-13T21:57:46Z</updated>
<author>
<name>Dave Liu</name>
<email>r63238@freescale.com</email>
</author>
<published>2008-03-27T10:51:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f297b7a1ec87433f66320d89d993e1bc738c66b8'/>
<id>urn:sha1:f297b7a1ec87433f66320d89d993e1bc738c66b8</id>
<content type='text'>
Signed-off-by: Dave Liu &lt;daveliu@freescale.com&gt;
</content>
</entry>
<entry>
<title>drivers: clean up the ata_piix.h</title>
<updated>2008-04-13T21:57:39Z</updated>
<author>
<name>Dave Liu</name>
<email>r63238@freescale.com</email>
</author>
<published>2008-03-27T10:50:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0ff7cba4a2e51c90827f6d21a0b28b4d67109597'/>
<id>urn:sha1:0ff7cba4a2e51c90827f6d21a0b28b4d67109597</id>
<content type='text'>
Signed-off-by: Dave Liu &lt;daveliu@freescale.com&gt;
</content>
</entry>
<entry>
<title>Coding style cleanup, update CHANGELOG</title>
<updated>2008-03-26T23:03:57Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-03-26T23:03:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d049cc7f71c0d875e8f5099d1ed23666a82b8f8e'/>
<id>urn:sha1:d049cc7f71c0d875e8f5099d1ed23666a82b8f8e</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>drivers: add the support for Freescale SATA controller</title>
<updated>2008-03-26T22:38:58Z</updated>
<author>
<name>Dave Liu</name>
<email>r63238@freescale.com</email>
</author>
<published>2008-03-26T14:55:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fd0b1fe3c388a77e8fe00cdd930ca317a91198d4'/>
<id>urn:sha1:fd0b1fe3c388a77e8fe00cdd930ca317a91198d4</id>
<content type='text'>
Add the Freescale on-chip SATA controller driver to u-boot,
The SATA controller is used on the 837x and 8315 targets,
The driver can be used to load kernel, fs and dtb.

The features list:
- 1.5/3 Gbps link speed
- LBA48, LBA28 support
- DMA and FPDMA support
- Two ports support

Signed-off-by: Dave Liu &lt;daveliu@freescale.com&gt;
</content>
</entry>
<entry>
<title>ata: add the libata support</title>
<updated>2008-03-26T22:38:53Z</updated>
<author>
<name>Dave Liu</name>
<email>r63238@freescale.com</email>
</author>
<published>2008-03-26T14:51:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ffc664e80dfb2e17de0df5ad39e91a02e9c361bc'/>
<id>urn:sha1:ffc664e80dfb2e17de0df5ad39e91a02e9c361bc</id>
<content type='text'>
add simple libata support in u-boot

Signed-off-by: Dave Liu &lt;daveliu@freescale.com&gt;
</content>
</entry>
<entry>
<title>ata: make the ata_piix driver using new SATA framework</title>
<updated>2008-03-26T22:38:52Z</updated>
<author>
<name>Dave Liu</name>
<email>r63238@freescale.com</email>
</author>
<published>2008-03-26T14:50:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8e9bb43429e50df55fa41932cbe65841ff579220'/>
<id>urn:sha1:8e9bb43429e50df55fa41932cbe65841ff579220</id>
<content type='text'>
original ata_piix driver is using IDE framework, not real
SATA framework. For now, the ata_piix driver is only used
by x86 sc520_cdp board. This patch makes the ata_piix driver
use the new SATA framework, so

- remove the duplicated command stuff
- remove the CONFIG_CMD_IDE define in the sc520_cdp.h
- add the CONFIG_CMD_SATA define to sc520_cdp.h

Signed-off-by: Dave Liu &lt;daveliu@freescale.com&gt;
</content>
</entry>
<entry>
<title>ata: merge the header of ata_piix driver</title>
<updated>2008-03-26T22:38:50Z</updated>
<author>
<name>Dave Liu</name>
<email>r63238@freescale.com</email>
</author>
<published>2008-03-26T14:48:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=83c7f470a4ce94f33600f11ae85ce4dcf00aa90c'/>
<id>urn:sha1:83c7f470a4ce94f33600f11ae85ce4dcf00aa90c</id>
<content type='text'>
move the sata.h from include/ to drivers/block/ata_piix.h

Signed-off-by: Dave Liu &lt;daveliu@freescale.com&gt;
</content>
</entry>
<entry>
<title>ata: merge the ata_piix driver</title>
<updated>2008-03-26T22:38:48Z</updated>
<author>
<name>Dave Liu</name>
<email>r63238@freescale.com</email>
</author>
<published>2008-03-26T14:47:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9eef62804d9695425b24c87b46a61a7fa74afee0'/>
<id>urn:sha1:9eef62804d9695425b24c87b46a61a7fa74afee0</id>
<content type='text'>
move the cmd_sata.c from common/ to drivers/ata_piix.c,
the cmd_sata.c have some part of ata_piix controller drivers.
consolidate the driver to have better framework.

Signed-off-by: Dave Liu &lt;daveliu@freescale.com&gt;
</content>
</entry>
<entry>
<title>drivers/block : move block drivers to drivers/block</title>
<updated>2007-11-25T22:28:51Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2007-11-24T20:13:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=33daf5b7858807cb4ce4158c2c56524671c14c08'/>
<id>urn:sha1:33daf5b7858807cb4ce4158c2c56524671c14c08</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
</feed>
