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

2019-01-29 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

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

2019-02-12 Thread Simon Glass
Hi Bin, On Wed, 30 Jan 2019 at 04:59, 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 updated i

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

2019-02-12 Thread Bin Meng
Hi Simon, On Tue, Feb 12, 2019 at 11:31 PM Simon Glass wrote: > > Hi Bin, > > On Wed, 30 Jan 2019 at 04:59, 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 usefu