Re: [PATCH v3 01/35] efi: Add a script for building and testing U-Boot on UEFI

2021-10-28 Thread Simon Glass
Hi Heinrich, On Thu, 28 Oct 2021 at 09:32, Heinrich Schuchardt wrote: > > > > On 10/28/21 16:19, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 27 Oct 2021 at 23:38, Heinrich Schuchardt > > wrote: > >> > >> On 10/26/21 5:30 AM, Simon Glass wrote: > >>> It is quite complicated to run

Re: [PATCH v3 01/35] efi: Add a script for building and testing U-Boot on UEFI

2021-10-28 Thread Heinrich Schuchardt
On 10/28/21 16:19, Simon Glass wrote: Hi Heinrich, On Wed, 27 Oct 2021 at 23:38, Heinrich Schuchardt wrote: On 10/26/21 5:30 AM, Simon Glass wrote: It is quite complicated to run U-Boot on QEMU since we have four different builds and they must use different versions of qemu and the UEFI

Re: [PATCH v3 01/35] efi: Add a script for building and testing U-Boot on UEFI

2021-10-28 Thread Simon Glass
Hi Heinrich, On Wed, 27 Oct 2021 at 23:38, Heinrich Schuchardt wrote: > > On 10/26/21 5:30 AM, Simon Glass wrote: > > It is quite complicated to run U-Boot on QEMU since we have four > > different builds and they must use different versions of qemu and the > > UEFI binaries. > > > > Add a script

Re: [PATCH v3 01/35] efi: Add a script for building and testing U-Boot on UEFI

2021-10-27 Thread Heinrich Schuchardt
On 10/26/21 5:30 AM, Simon Glass wrote: It is quite complicated to run U-Boot on QEMU since we have four different builds and they must use different versions of qemu and the UEFI binaries. Add a script to help. Signed-off-by: Simon Glass It seems that you missed some of my review comments:

[PATCH v3 01/35] efi: Add a script for building and testing U-Boot on UEFI

2021-10-25 Thread Simon Glass
It is quite complicated to run U-Boot on QEMU since we have four different builds and they must use different versions of qemu and the UEFI binaries. Add a script to help. Signed-off-by: Simon Glass --- Changes in v3: - Fix 'complicating' typo - s/qemu/QEMU/ Changes in v2: - Add MAINTAINERS