Re: [PATCH 0/5] x86: Improve support for chain-loading U-Boot

2020-02-03 Thread Simon Glass
Hi Andy, On Mon, 3 Feb 2020 at 05:30, Andy Shevchenko wrote: > > On Mon, Feb 3, 2020 at 1:02 PM Bin Meng wrote: > > On Sun, Dec 22, 2019 at 1:00 AM Andy Shevchenko > > wrote: > > > > > > On Sat, Dec 21, 2019 at 6:13 PM Simon Glass wrote: > > > > > > > > This little series adds a few checks

Re: [PATCH 0/5] x86: Improve support for chain-loading U-Boot

2020-02-03 Thread Andy Shevchenko
On Mon, Feb 3, 2020 at 1:02 PM Bin Meng wrote: > On Sun, Dec 22, 2019 at 1:00 AM Andy Shevchenko > wrote: > > > > On Sat, Dec 21, 2019 at 6:13 PM Simon Glass wrote: > > > > > > This little series adds a few checks into the code to allow better > > > operation when booting a build from a

Re: [PATCH 0/5] x86: Improve support for chain-loading U-Boot

2020-02-03 Thread Bin Meng
Hi Andy, On Sun, Dec 22, 2019 at 1:00 AM Andy Shevchenko wrote: > > On Sat, Dec 21, 2019 at 6:13 PM Simon Glass wrote: > > > > This little series adds a few checks into the code to allow better > > operation when booting a build from a previous-state loader such as > > coreboot. > > > > At

Re: [PATCH 0/5] x86: Improve support for chain-loading U-Boot

2019-12-21 Thread Simon Glass
Hi Andy, On Sat, 21 Dec 2019 at 10:00, Andy Shevchenko wrote: > > On Sat, Dec 21, 2019 at 6:13 PM Simon Glass wrote: > > > > This little series adds a few checks into the code to allow better > > operation when booting a build from a previous-state loader such as > > coreboot. > > > > At

Re: [PATCH 0/5] x86: Improve support for chain-loading U-Boot

2019-12-21 Thread Andy Shevchenko
On Sat, Dec 21, 2019 at 6:13 PM Simon Glass wrote: > > This little series adds a few checks into the code to allow better > operation when booting a build from a previous-state loader such as > coreboot. > > At present we have a 'coreboot' target, but sometimes it is useful to boot > a bare-metal

[PATCH 0/5] x86: Improve support for chain-loading U-Boot

2019-12-21 Thread Simon Glass
This little series adds a few checks into the code to allow better operation when booting a build from a previous-state loader such as coreboot. At present we have a 'coreboot' target, but sometimes it is useful to boot a bare-metal target, such as coral, from coreboot. That allows comparison of