Re: [U-Boot] [PATCH v3 00/18] x86: Add support for booting from TPL

2019-05-07 Thread Bin Meng
Hi Simon, On Wed, May 8, 2019 at 11:41 AM Simon Glass wrote: > > Hi Bin, > > On Tue, 7 May 2019 at 21:33, Bin Meng wrote: > > > > Hi Simon, > > > > On Tue, May 7, 2019 at 6:07 PM Bin Meng wrote: > > > > > > Hi Simon, > > > > > > On Fri, May 3, 2019 at 12:52 AM Simon Glass wrote: > > > > > > >

Re: [U-Boot] [PATCH v3 00/18] x86: Add support for booting from TPL

2019-05-07 Thread Simon Glass
Hi Bin, On Tue, 7 May 2019 at 21:33, Bin Meng wrote: > > Hi Simon, > > On Tue, May 7, 2019 at 6:07 PM Bin Meng wrote: > > > > Hi Simon, > > > > On Fri, May 3, 2019 at 12:52 AM Simon Glass wrote: > > > > > > At present SPL is used on 64-bit platforms, to allow SPL to be built as > > > a 32-bit p

Re: [U-Boot] [PATCH v3 00/18] x86: Add support for booting from TPL

2019-05-07 Thread Bin Meng
Hi Simon, On Tue, May 7, 2019 at 6:07 PM Bin Meng wrote: > > Hi Simon, > > On Fri, May 3, 2019 at 12:52 AM Simon Glass wrote: > > > > At present SPL is used on 64-bit platforms, to allow SPL to be built as > > a 32-bit program and U-Boot proper to be built as 64-bit. > > > > However it is useful

Re: [U-Boot] [PATCH v3 00/18] x86: Add support for booting from TPL

2019-05-07 Thread Bin Meng
Hi Simon, On Fri, May 3, 2019 at 12:52 AM Simon Glass wrote: > > At present SPL is used on 64-bit platforms, to allow SPL to be built as > a 32-bit program and U-Boot proper to be built as 64-bit. > > However it is useful to be able to use SPL on any x86 platform, where > U-Boot needs to be updat

[U-Boot] [PATCH v3 00/18] x86: Add support for booting from TPL

2019-05-02 Thread Simon Glass
At present SPL is used on 64-bit platforms, to allow SPL to be built as a 32-bit program and U-Boot proper to be built as 64-bit. However it is useful to be able to use SPL on any x86 platform, where U-Boot needs to be updated in the field. Then SPL can select which U-Boot to run (A or B) and most