Re: [PATCH v2 1/4] x86: fsp: Allow skipping init code when chain loading

2020-03-02 Thread Simon Glass
Hi Bin, On Sat, 29 Feb 2020 at 02:16, Bin Meng wrote: > > Hi Simon, > > On Wed, Feb 19, 2020 at 10:46 AM Simon Glass wrote: > > > > It is useful to be able to boot the same x86 image on a device with or > > without a first-stage bootloader. For example, with chromebook_coral, it > > is helpful f

Re: [PATCH v2 1/4] x86: fsp: Allow skipping init code when chain loading

2020-02-29 Thread Bin Meng
Hi Simon, On Wed, Feb 19, 2020 at 10:46 AM Simon Glass wrote: > > It is useful to be able to boot the same x86 image on a device with or > without a first-stage bootloader. For example, with chromebook_coral, it > is helpful for testing to be able to boot the same U-Boot (complete with > FSP) on

[PATCH v2 1/4] x86: fsp: Allow skipping init code when chain loading

2020-02-18 Thread Simon Glass
It is useful to be able to boot the same x86 image on a device with or without a first-stage bootloader. For example, with chromebook_coral, it is helpful for testing to be able to boot the same U-Boot (complete with FSP) on bare metal and from coreboot. It allows checking of things like CPU speed,