From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 15 Dec 2015 09:12:51 +0800 Subject: [U-Boot] [PATCH v6] arm: Add sata support on Layerscape ARMv8 board In-Reply-To: <1449646338-33519-1-git-send-email-Yuantian.Tang@freescale.com> References: <1449646338-33519-1-git-send-email-Yuantian.Tang@freescale.com> Message-ID: <566F6913.70001@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/09/2015 03:32 PM, Yuantian.Tang at freescale.com wrote: > From: Tang Yuantian > > Freescale ARM-based Layerscape contains a SATA controller > which comply with the serial ATA 3.0 specification and the > AHCI 1.3 specification. > This patch adds SATA feature on ls2080aqds, ls2080ardb and > ls1043aqds boards. > > Signed-off-by: Tang Yuantian > --- > v6: > - update rx watermark from 0x25 to 0x29 to improve > compatibility > v5: > - re-organize the code > v4: > - rebase to lastest git tree > - add another ARMv8 platform which is ls1043aqds > v3: > - rename ls2085a to ls2080a > - rebase to the latest git tree > - replace the magic number with micro variable > v2: > - rebase to the latest git tree > Applied to fsl-qoriq master. Awaiting upstream. York