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

2020-02-19 Thread Simon Glass
Hi Andy, On Wed, 19 Feb 2020 at 02:37, Andy Shevchenko wrote: > > On Wed, Feb 19, 2020 at 4:46 AM 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 v2 0/4] x86: Improve support for chain-loading U-Boot

2020-02-19 Thread Andy Shevchenko
On Wed, Feb 19, 2020 at 4:46 AM 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 this runs very different code > from the

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

2020-02-18 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 this runs very different code from the bare-metal targets, such as coral. There is very little in common