Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-07 Thread York Sun
On 12/07/2015 07:04 PM, Tang Yuantian-B29983 wrote: > Hi York, > >> -Original Message- >> From: York Sun [mailto:york...@freescale.com] >> Sent: Tuesday, December 08, 2015 12:27 AM >> To: Tang Yuantian-B29983 >> Cc: u-boot@lists.denx.de; si...@writeme.com >> Subject: Re: [PATCH v5] arm:

Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-07 Thread Yuantian Tang
Hi York, > -Original Message- > From: York Sun [mailto:york...@freescale.com] > Sent: Tuesday, December 08, 2015 12:27 AM > To: Tang Yuantian-B29983 > Cc: u-boot@lists.denx.de; si...@writeme.com > Subject: Re: [PATCH v5] arm: Add sata support on Layerscape ARMv8 board > > > > On 12/06/

Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-07 Thread York Sun
On 12/06/2015 07:09 PM, Tang Yuantian-B29983 wrote: > Hi York, > > Please see explanation inline. > >> -Original Message- >> From: York Sun [mailto:york...@freescale.com] >> Sent: Saturday, December 05, 2015 1:25 AM >> To: Tang Yuantian-B29983 >> Cc: u-boot@lists.denx.de; si...@writeme

Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-06 Thread Sinan Akman
Hi Yuantian On 07/12/15 02:04 AM, Yuantian Tang wrote: [...] They are in the same file but different functions. OK I think uboot know that and choice to not fix it because for uboot supporting two sata port is not that significant. [...] Please point out what's wrong with this patch.

Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-06 Thread Yuantian Tang
Hi Sinan, > -Original Message- > From: Sinan Akman [mailto:si...@writeme.com] > Sent: Monday, December 07, 2015 2:04 PM > To: Tang Yuantian-B29983 ; Sun York-R58495 > > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH v5] arm: Add sata support on Lay

Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-06 Thread Sinan Akman
Hi Yuantian On 06/12/15 10:09 PM, Yuantian Tang wrote: Hi York, Please see explanation inline. [...] I was trying to use one function for all, but I found separating them is better. Take ls1043a and ls2080a as an example, ls2080a has two controllers, while ls1043a has one. Ls2080a has two r

Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-06 Thread Yuantian Tang
Hi York, Please see explanation inline. > -Original Message- > From: York Sun [mailto:york...@freescale.com] > Sent: Saturday, December 05, 2015 1:25 AM > To: Tang Yuantian-B29983 > Cc: u-boot@lists.denx.de; si...@writeme.com > Subject: Re: [PATCH v5] arm: Add sata support on Layerscape

Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-04 Thread York Sun
On 12/03/2015 06:47 PM, Tang Yuantian-B29983 wrote: > Hi York, > > Please see my explanation inline. > >> -Original Message- >> From: York Sun [mailto:york...@freescale.com] >> Sent: Friday, December 04, 2015 12:27 AM >> To: Tang Yuantian-B29983 >> Cc: u-boot@lists.denx.de; si...@write

Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-03 Thread Yuantian Tang
Hi York, Please see my explanation inline. > -Original Message- > From: York Sun [mailto:york...@freescale.com] > Sent: Friday, December 04, 2015 12:27 AM > To: Tang Yuantian-B29983 > Cc: u-boot@lists.denx.de; si...@writeme.com > Subject: Re: [PATCH v5] arm: Add sata support on Layerscap

Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-03 Thread York Sun
On 12/01/2015 07:27 PM, yuantian.t...@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 > ls

Re: [U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-01 Thread Sinan Akman
On 01/12/15 10:27 PM, yuantian.t...@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 board

[U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board

2015-12-01 Thread Yuantian.Tang
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-organi