From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 11:41:01 -0800 Subject: [U-Boot] [PATCH v3] arm: ls2080a: Add sata support on qds and rdb board In-Reply-To: <1445584567-40083-1-git-send-email-Yuantian.Tang@freescale.com> References: <1445584567-40083-1-git-send-email-Yuantian.Tang@freescale.com> Message-ID: <565CA64D.5020509@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/23/2015 12:16 AM, Tang Yuantian wrote: > Freescale ARM-based Layerscape LS2080A 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 ls2080aqds and ls2080ardb boards. > > Signed-off-by: Tang Yuantian > --- > depends on patches: > http://patchwork.ozlabs.org/patch/530576/ > armv8: LS2080A: Rename LS2085A to reflect LS2080A > http://patchwork.ozlabs.org/patch/530575/ > armv8: ls2085a: Add support of LS2085A SoC > 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 > Yuantian, The dependency patches have been updated and merged. Please rebase your patch and test on the new base git://git.denx.de/u-boot-fsl-qoriq.git master. Thanks. York