From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sinan Akman Date: Tue, 1 Dec 2015 23:12:34 -0500 Subject: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board In-Reply-To: <1449026847-35951-1-git-send-email-Yuantian.Tang@freescale.com> References: <1449026847-35951-1-git-send-email-Yuantian.Tang@freescale.com> Message-ID: <565E6FB2.3090301@writeme.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 01/12/15 10:27 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 > --- > 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 > > arch/arm/cpu/armv8/fsl-layerscape/soc.c | 43 ++++++++++++++++++++++ > .../include/asm/arch-fsl-layerscape/immap_lsch3.h | 4 ++ > arch/arm/include/asm/arch-fsl-layerscape/soc.h | 31 ++++++++++++++++ > include/configs/ls1043aqds.h | 17 +++++++++ > include/configs/ls2080aqds.h | 18 +++++++++ > include/configs/ls2080ardb.h | 18 +++++++++ > 6 files changed, 131 insertions(+) Thanks for the update. Reviewed-by: Sinan Akman Regards Sinan Akman