Re: [U-Boot] [PATCH v2 32/55] x86: ivybridge: Use the SATA driver to do the init

2016-01-21 Thread Bin Meng
On Thu, Jan 21, 2016 at 3:16 PM, Bin Meng wrote: > On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: >> Instead of manually initing the device, probe the SATA device and move the >> init there. >> >> Signed-off-by: Simon Glass >> ---

Re: [U-Boot] [PATCH v2 32/55] x86: ivybridge: Use the SATA driver to do the init

2016-01-20 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > Instead of manually initing the device, probe the SATA device and move the > init there. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Update to use the disk uclass > >

[U-Boot] [PATCH v2 32/55] x86: ivybridge: Use the SATA driver to do the init

2016-01-17 Thread Simon Glass
Instead of manually initing the device, probe the SATA device and move the init there. Signed-off-by: Simon Glass --- Changes in v2: - Update to use the disk uclass arch/x86/cpu/ivybridge/bd82x6x.c | 13 + arch/x86/cpu/ivybridge/sata.c