From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 07 Mar 2014 01:24:07 +0000 Subject: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform In-Reply-To: <1394155172.13270.18.camel@hastur.hellion.org.uk> References: <1394155172.13270.18.camel@hastur.hellion.org.uk> Message-ID: <1394155447.13270.19.camel@hastur.hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2014-03-07 at 01:19 +0000, Ian Campbell wrote: > This is the third version of my series to add support for AHCI to the > sunxi platform. This uses the existing ahci platform support already > present in u-boot. Most of the sunxi specific code comes from the Linux > platform patches. > > Since last time I've cut out all the unused register #defines and made > the Calxeda midway platform use the scsi_init hook (new patch). > > I've tested this only on cubietruck, but it is enabled for Olinino > Micro, cubieboard and cubieboard2 based on inspection of the Linux DTS > files. I have also now tested on Calxeda midway. > > Once again as requested I am also cross posting to the main uboot > mailing list since the first two patches are generic and don't rely on Oops: ^three That is: ahci-plat: Provide a weak scsi_init hook highbank: use scsi_init hook ahci: wait longer for link. are all suitable for main line. > sunxi stuff and so could go into mainline now. > > Ian. >