Re: [U-Boot] [PATCH 23/33] x86: ivybridge: Add SATA init

2014-11-13 Thread Simon Glass
Hi Bin, On 12 November 2014 01:03, Bin Meng wrote: > Hi Simon, > > On Wed, Nov 12, 2014 at 8:18 AM, Simon Glass wrote: >> Add code to set up the SATA interfaces on boot. >> >> Signed-off-by: Simon Glass >> --- >> >> arch/x86/cpu/ivybridge/Makefile | 1 + >> arch/x86/cpu/ivybrid

Re: [U-Boot] [PATCH 23/33] x86: ivybridge: Add SATA init

2014-11-12 Thread Simon Glass
Hi Bin, On 12 November 2014 01:03, Bin Meng wrote: > Hi Simon, > > On Wed, Nov 12, 2014 at 8:18 AM, Simon Glass wrote: >> Add code to set up the SATA interfaces on boot. >> >> Signed-off-by: Simon Glass >> --- >> >> arch/x86/cpu/ivybridge/Makefile | 1 + >> arch/x86/cpu/ivybrid

Re: [U-Boot] [PATCH 23/33] x86: ivybridge: Add SATA init

2014-11-12 Thread Bin Meng
Hi Simon, On Wed, Nov 12, 2014 at 8:18 AM, Simon Glass wrote: > Add code to set up the SATA interfaces on boot. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/ivybridge/Makefile | 1 + > arch/x86/cpu/ivybridge/bd82x6x.c | 20 +++ > arch/x86/cpu/ivybridge/sat

[U-Boot] [PATCH 23/33] x86: ivybridge: Add SATA init

2014-11-11 Thread Simon Glass
Add code to set up the SATA interfaces on boot. Signed-off-by: Simon Glass --- arch/x86/cpu/ivybridge/Makefile | 1 + arch/x86/cpu/ivybridge/bd82x6x.c | 20 +++ arch/x86/cpu/ivybridge/sata.c | 243 ++ arch/x86/include/asm/arc