Re: [U-Boot] [PATCH 1/6] x86: quark: Initialize non-standard BARs

2015-02-06 Thread Simon Glass
On 4 February 2015 at 20:26, Simon Glass wrote: > On 4 February 2015 at 01:26, Bin Meng wrote: >> Quark SoC has some non-standard BARs (excluding PCI standard BARs) >> which need be initialized with suggested values. This includes GPIO, >> WDT, RCBA, PCIe ECAM and some ACPI register block base ad

Re: [U-Boot] [PATCH 1/6] x86: quark: Initialize non-standard BARs

2015-02-04 Thread Simon Glass
On 4 February 2015 at 01:26, Bin Meng wrote: > Quark SoC has some non-standard BARs (excluding PCI standard BARs) > which need be initialized with suggested values. This includes GPIO, > WDT, RCBA, PCIe ECAM and some ACPI register block base addresses. > > Signed-off-by: Bin Meng > --- > > arch/

[U-Boot] [PATCH 1/6] x86: quark: Initialize non-standard BARs

2015-02-04 Thread Bin Meng
Quark SoC has some non-standard BARs (excluding PCI standard BARs) which need be initialized with suggested values. This includes GPIO, WDT, RCBA, PCIe ECAM and some ACPI register block base addresses. Signed-off-by: Bin Meng --- arch/x86/cpu/quark/quark.c | 46