Re: [U-Boot] [RFC PATCH v3 5/7] x86: Add basic Intel Quark processor support

2015-02-06 Thread Simon Glass
On 4 February 2015 at 08:07, Simon Glass wrote: > On 2 February 2015 at 07:35, Bin Meng wrote: >> Add minimum codes to support Intel Quark SoC. DRAM initialization >> is not ready yet so a hardcoded gd->ram_size is assigned. >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v3: >> - Add s

Re: [U-Boot] [RFC PATCH v3 5/7] x86: Add basic Intel Quark processor support

2015-02-04 Thread Simon Glass
On 2 February 2015 at 07:35, Bin Meng wrote: > Add minimum codes to support Intel Quark SoC. DRAM initialization > is not ready yet so a hardcoded gd->ram_size is assigned. > > Signed-off-by: Bin Meng > > --- > > Changes in v3: > - Add simple help for ACPI PM1, PBLK and GEP0 > > Changes in v2: >

[U-Boot] [RFC PATCH v3 5/7] x86: Add basic Intel Quark processor support

2015-02-02 Thread Bin Meng
Add minimum codes to support Intel Quark SoC. DRAM initialization is not ready yet so a hardcoded gd->ram_size is assigned. Signed-off-by: Bin Meng --- Changes in v3: - Add simple help for ACPI PM1, PBLK and GEP0 Changes in v2: - Use machine-specific - Move vairous components' base addresses w