Re: [U-Boot] [PATCH] WIP: Example changes to build EFI stub for x86

2016-04-06 Thread Simon Glass
Hi Nicolae, On 6 April 2016 at 09:50, Nicolae Rosia wrote: > Hi, > > On Wed, Apr 6, 2016 at 6:06 PM, Simon Glass wrote: >> Currently it is not possible to build the 64-bit EFI stub due to changes in >> the build. To prevent future bit rot, we should add target for building >> qemu-x86 as an EFI

Re: [U-Boot] [PATCH] WIP: Example changes to build EFI stub for x86

2016-04-06 Thread Nicolae Rosia
Hi, On Wed, Apr 6, 2016 at 6:06 PM, Simon Glass wrote: > Currently it is not possible to build the 64-bit EFI stub due to changes in > the build. To prevent future bit rot, we should add target for building > qemu-x86 as an EFI stub (with U-Boot as a 32-bit payload). > > This patch provides some

[U-Boot] [PATCH] WIP: Example changes to build EFI stub for x86

2016-04-06 Thread Simon Glass
Currently it is not possible to build the 64-bit EFI stub due to changes in the build. To prevent future bit rot, we should add target for building qemu-x86 as an EFI stub (with U-Boot as a 32-bit payload). This patch provides some hints. Reported-by: Nicolae Rosia Signed-off-by: Simon Glass -