Re: [U-Boot] [PATCH v3 62/62] x86: link: Add a config for 64-bit U-Boot

2017-02-06 Thread Bin Meng
On Wed, Jan 25, 2017 at 12:07 PM, Simon Glass wrote: > Hi Bin, > > On 18 January 2017 at 02:04, Bin Meng wrote: >> Hi Simon, >> >> On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass wrote: >>> Add a new link config which uses 64-bit U-Boot. This is not fully >> >> I guess you want to say: a new "boar

Re: [U-Boot] [PATCH v3 62/62] x86: link: Add a config for 64-bit U-Boot

2017-01-24 Thread Simon Glass
Hi Bin, On 18 January 2017 at 02:04, Bin Meng wrote: > Hi Simon, > > On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass wrote: >> Add a new link config which uses 64-bit U-Boot. This is not fully > > I guess you want to say: a new "board" config instead of "link" config? Yes that's OK. > >> functio

Re: [U-Boot] [PATCH v3 62/62] x86: link: Add a config for 64-bit U-Boot

2017-01-18 Thread Bin Meng
Hi Simon, On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass wrote: > Add a new link config which uses 64-bit U-Boot. This is not fully I guess you want to say: a new "board" config instead of "link" config? > functional but is it a start. Missing features: > > - SDRAM sizing > - Booting linux > - E

Re: [U-Boot] [PATCH v3 62/62] x86: link: Add a config for 64-bit U-Boot

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass wrote: > Add a new link config which uses 64-bit U-Boot. This is not fully > functional but is it a start. Missing features: > > - SDRAM sizing > - Booting linux > - EFI support > - SCSI device init > (and others) > > Signed-off-by: Simon Glass > ---