From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 30 Oct 2015 09:18:31 -0700 Subject: [U-Boot] [PATCH v3] arm: ls1021a: Add sata support on qds and twr board In-Reply-To: <1444982765-40542-1-git-send-email-Yuantian.Tang@freescale.com> References: <1444982765-40542-1-git-send-email-Yuantian.Tang@freescale.com> Message-ID: <56339857.6020204@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 10/16/2015 01:06 AM, Tang Yuantian wrote: > Freescale ARM-based Layerscape LS102xA contain a SATA controller > which comply with the serial ATA 3.0 specification and the > AHCI 1.3 specification. > This patch adds SATA feature on ls1021aqds and ls1021atwr boards. > > Signed-off-by: Tang Yuantian > --- > v3: > - refactor the framework > - replace hard coding with MICRO > v2: > - rebase to latest git tree > - use micro SATA_ECC_REG_ADDR instead of hard coding Applied to u-boot-fsl-qoriq. Awaiting upstream. Thanks. York