[U-Boot] [PATCH v3 10/26] x86: ivybridge: Enable PCI in early init

2014-11-12 Thread Simon Glass
Enable PCI so we can access devices that need to be set up before relocation. Signed-off-by: Simon Glass --- Changes in v3: - Adjust PCI setup code to fit with new generic cpu PCI code Changes in v2: None arch/x86/cpu/ivybridge/Makefile | 1 + arch/x86/cpu/ivybridge/cpu.c | 6 a

Re: [U-Boot] [PATCH v3 10/26] x86: ivybridge: Enable PCI in early init

2014-11-20 Thread Simon Glass
On 13 November 2014 06:42, Simon Glass wrote: > Enable PCI so we can access devices that need to be set up before relocation. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Adjust PCI setup code to fit with new generic cpu PCI code > > Changes in v2: None > > arch/x86/cpu/ivybridge/

Re: [U-Boot] [PATCH v3 10/26] x86: ivybridge: Enable PCI in early init

2014-11-23 Thread James Zhou
x.de > CC: graeme.r...@gmail.com > Subject: Re: [U-Boot] [PATCH v3 10/26] x86: ivybridge: Enable PCI in early > init > > On 13 November 2014 06:42, Simon Glass wrote: > > Enable PCI so we can access devices that need to be set up before > > relocation

Re: [U-Boot] [PATCH v3 10/26] x86: ivybridge: Enable PCI in early init

2014-11-24 Thread Simon Glass
se this for any arch. The main enabler was pre-relocation malloc() which is now supported in U-Boot. Regards, Simon > > Regards, > James > >> Date: Fri, 21 Nov 2014 07:51:08 +0100 >> From: s...@chromium.org >> To: u-boot@lists.denx.de >> CC: graeme.r...