From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 07 Mar 2014 01:19:32 +0000 Subject: [U-Boot] [PATCH v3 0/4] uboot sata support for sunxi platform Message-ID: <1394155172.13270.18.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 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 sunxi stuff and so could go into mainline now. Ian.