Re: [PATCH 0/6] x86: efi: Add a 64-bit coreboot payload

2020-04-24 Thread Simon Glass
Hi Bin, On Thu, 23 Apr 2020 at 02:05, Bin Meng wrote: > > Hi Simon, > > On Mon, Apr 6, 2020 at 7:22 AM Simon Glass wrote: > > > > This series creates a new 64-bit 'coreboot64' build which can be launched > > from coreboot. It uses SPL to effect the jump to 64-bit mode. > > Adding 64-bit U-Boot

Re: [PATCH 0/6] x86: efi: Add a 64-bit coreboot payload

2020-04-24 Thread Andy Shevchenko
On Fri, Apr 24, 2020 at 08:01:32AM +0200, Heinrich Schuchardt wrote: > On 4/23/20 10:05 AM, Bin Meng wrote: > > Hi Simon, > > > > On Mon, Apr 6, 2020 at 7:22 AM Simon Glass wrote: > >> > >> This series creates a new 64-bit 'coreboot64' build which can be launched > >> from coreboot. It uses SPL

Re: [PATCH 0/6] x86: efi: Add a 64-bit coreboot payload

2020-04-24 Thread Heinrich Schuchardt
On 4/23/20 10:05 AM, Bin Meng wrote: > Hi Simon, > > On Mon, Apr 6, 2020 at 7:22 AM Simon Glass wrote: >> >> This series creates a new 64-bit 'coreboot64' build which can be launched >> from coreboot. It uses SPL to effect the jump to 64-bit mode. > > Adding 64-bit U-Boot as a coreboot payload is

Re: [PATCH 0/6] x86: efi: Add a 64-bit coreboot payload

2020-04-23 Thread Bin Meng
Hi Simon, On Mon, Apr 6, 2020 at 7:22 AM Simon Glass wrote: > > This series creates a new 64-bit 'coreboot64' build which can be launched > from coreboot. It uses SPL to effect the jump to 64-bit mode. Adding 64-bit U-Boot as a coreboot payload is nice. > > This was done in an attempt to get

Re: [PATCH 0/6] x86: efi: Add a 64-bit coreboot payload

2020-04-17 Thread Andy Shevchenko
On Sun, Apr 05, 2020 at 05:22:34PM -0600, Simon Glass wrote: > This series creates a new 64-bit 'coreboot64' build which can be launched > from coreboot. It uses SPL to effect the jump to 64-bit mode. > > This was done in an attempt to get the Ubuntu FirmwareTestSuite[1] > working. Unfortunately

Re: [PATCH 0/6] x86: efi: Add a 64-bit coreboot payload

2020-04-06 Thread Simon Glass
Hi Heinrich, On Sun, 5 Apr 2020 at 23:25, Heinrich Schuchardt wrote: > > On 4/6/20 1:22 AM, Simon Glass wrote: > > This series creates a new 64-bit 'coreboot64' build which can be launched > > from coreboot. It uses SPL to effect the jump to 64-bit mode. > > > > This was done in an attempt to

Re: [PATCH 0/6] x86: efi: Add a 64-bit coreboot payload

2020-04-05 Thread Heinrich Schuchardt
On 4/6/20 1:22 AM, Simon Glass wrote: > This series creates a new 64-bit 'coreboot64' build which can be launched > from coreboot. It uses SPL to effect the jump to 64-bit mode. > > This was done in an attempt to get the Ubuntu FirmwareTestSuite[1] > working. Unfortunately the latest version shows