Re: [U-Boot] [PATCH v2 30/55] x86: ivybridge: Do the SATA init before relocation

2016-01-21 Thread Bin Meng
On Thu, Jan 21, 2016 at 3:10 PM, Bin Meng wrote: > On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: >> The SATA device needs to set itself up so that it appears correctly on the >> PCI bus. The easiest way to do this is to set it up to probe before >>

Re: [U-Boot] [PATCH v2 30/55] x86: ivybridge: Do the SATA init before relocation

2016-01-20 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > The SATA device needs to set itself up so that it appears correctly on the > PCI bus. The easiest way to do this is to set it up to probe before > relocation. This can do the early setup. > > Signed-off-by: Simon Glass

[U-Boot] [PATCH v2 30/55] x86: ivybridge: Do the SATA init before relocation

2016-01-17 Thread Simon Glass
The SATA device needs to set itself up so that it appears correctly on the PCI bus. The easiest way to do this is to set it up to probe before relocation. This can do the early setup. Signed-off-by: Simon Glass --- Changes in v2: - Update to use the disk uclass