Re: [U-Boot] [RFC PATCH v2 4/6] x86: Add basic Intel Quark processor support

2015-02-01 Thread Simon Glass
Hi Bin, On 1 February 2015 at 19:16, Bin Meng wrote: > Hi Simon, > > On Mon, Feb 2, 2015 at 12:30 AM, Simon Glass wrote: >> Hi Bin, >> >> On 29 January 2015 at 02:18, Bin Meng wrote: >>> Add minimum codes to support Intel Quark SoC. DRAM initialization >>> is not ready yet so a hardcoded gd->ra

Re: [U-Boot] [RFC PATCH v2 4/6] x86: Add basic Intel Quark processor support

2015-02-01 Thread Bin Meng
Hi Simon, On Mon, Feb 2, 2015 at 12:30 AM, Simon Glass wrote: > Hi Bin, > > On 29 January 2015 at 02:18, 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 >> >> --- >> >

Re: [U-Boot] [RFC PATCH v2 4/6] x86: Add basic Intel Quark processor support

2015-02-01 Thread Simon Glass
Hi Bin, On 29 January 2015 at 02:18, 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 v2: > - Use machine-specific > - Move vairous components' base a

[U-Boot] [RFC PATCH v2 4/6] x86: Add basic Intel Quark processor support

2015-01-29 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 v2: - Use machine-specific - Move vairous components' base addresses within Quark SoC to Kconfig - Rebase to u-boot-86/master arch