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

2020-04-23 Thread Bin Meng
Hi Simon, On Thu, Apr 9, 2020 at 2:58 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

[RESEND PATCH v3 0/7] x86: Improve support for chain-loading U-Boot

2020-04-08 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

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

2020-03-28 Thread Simon Glass
Hi Bin, On Sat, 7 Mar 2020 at 16:22, 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

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

2020-03-12 Thread Andy Shevchenko
On Wed, Mar 11, 2020 at 09:22:49PM -0600, Simon Glass wrote: > On Wed, 11 Mar 2020 at 07:04, Andy Shevchenko < > andriy.shevche...@linux.intel.com> wrote: > > On Wed, Mar 11, 2020 at 06:24:07AM -0600, Simon Glass wrote: > > > On Wed, 11 Mar 2020 at 06:09, Andy Shevchenko > > > wrote: ... > > >

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

2020-03-11 Thread Simon Glass
Hi Andy, On Wed, 11 Mar 2020 at 07:04, Andy Shevchenko < andriy.shevche...@linux.intel.com> wrote: > > On Wed, Mar 11, 2020 at 06:24:07AM -0600, Simon Glass wrote: > > On Wed, 11 Mar 2020 at 06:09, Andy Shevchenko > > wrote: > > > On Tue, Mar 10, 2020 at 08:28:29PM -0600, Simon Glass wrote: > >

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

2020-03-11 Thread Wolfgang Denk
Dear Andy, dear Igor, In message you wrote: > > > Unfortunately current state of tooling in U-Boot is not too good to be able > > to read thoughts of people and guess their wishes. > > See above. *Algo is simple*. Come on, guys, in theory none of the Cc:s should be needed at all as you get

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

2020-03-11 Thread Andy Shevchenko
On Wed, Mar 11, 2020 at 4:54 PM Igor Opaniuk wrote: > On Wed, Mar 11, 2020 at 3:04 PM Andy Shevchenko > wrote: > > On Wed, Mar 11, 2020 at 06:24:07AM -0600, Simon Glass wrote: > > > On Wed, 11 Mar 2020 at 06:09, Andy Shevchenko > > > wrote: > > > > On Tue, Mar 10, 2020 at 08:28:29PM -0600,

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

2020-03-11 Thread Igor Opaniuk
Hi Andy On Wed, Mar 11, 2020 at 3:04 PM Andy Shevchenko wrote: > > On Wed, Mar 11, 2020 at 06:24:07AM -0600, Simon Glass wrote: > > On Wed, 11 Mar 2020 at 06:09, Andy Shevchenko > > wrote: > > > On Tue, Mar 10, 2020 at 08:28:29PM -0600, Simon Glass wrote: > > > > On Tue, 10 Mar 2020 at 08:51,

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

2020-03-11 Thread Andy Shevchenko
On Wed, Mar 11, 2020 at 06:24:07AM -0600, Simon Glass wrote: > On Wed, 11 Mar 2020 at 06:09, Andy Shevchenko > wrote: > > On Tue, Mar 10, 2020 at 08:28:29PM -0600, Simon Glass wrote: > > > On Tue, 10 Mar 2020 at 08:51, Andy Shevchenko > > > wrote: > > > > On Sat, Mar 07, 2020 at 04:22:13PM

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

2020-03-11 Thread Simon Glass
Hi Andy, On Wed, 11 Mar 2020 at 06:09, Andy Shevchenko wrote: > > On Tue, Mar 10, 2020 at 08:28:29PM -0600, Simon Glass wrote: > > On Tue, 10 Mar 2020 at 08:51, Andy Shevchenko > > wrote: > > > > > > On Sat, Mar 07, 2020 at 04:22:13PM -0700, Simon Glass wrote: > > > > This little series adds a

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

2020-03-11 Thread Andy Shevchenko
On Tue, Mar 10, 2020 at 08:28:29PM -0600, Simon Glass wrote: > On Tue, 10 Mar 2020 at 08:51, Andy Shevchenko > wrote: > > > > On Sat, Mar 07, 2020 at 04:22:13PM -0700, Simon Glass wrote: > > > This little series adds a few checks into the code to allow better > > > operation when booting a build

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

2020-03-10 Thread Simon Glass
Hi Andy, On Tue, 10 Mar 2020 at 08:51, Andy Shevchenko wrote: > > On Sat, Mar 07, 2020 at 04:22:13PM -0700, 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 v3 0/7] x86: Improve support for chain-loading U-Boot

2020-03-10 Thread Andy Shevchenko
On Sat, Mar 07, 2020 at 04:22:13PM -0700, 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

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

2020-03-07 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