Re: [U-Boot] [PATCH v2 2/2] efi_selftest: test start image

2018-01-18 Thread Heinrich Schuchardt
On 01/18/2018 10:30 AM, Alexander Graf wrote: On 18.01.18 08:24, Heinrich Schuchardt wrote: This test checks the StartImage boot service. An EFI application is loaded into memory and started. The test is not built on x86_64 because the relocation code for the efi binary cannot be created.

Re: [U-Boot] [PATCH v2 2/2] efi_selftest: test start image

2018-01-18 Thread Alexander Graf
On 18.01.18 08:24, Heinrich Schuchardt wrote: > This test checks the StartImage boot service. > An EFI application is loaded into memory and started. > > The test is not built on x86_64 because the relocation code for the efi > binary cannot be created. > > Signed-off-by: Heinrich Schuchardt

[U-Boot] [PATCH v2 2/2] efi_selftest: test start image

2018-01-17 Thread Heinrich Schuchardt
This test checks the StartImage boot service. An EFI application is loaded into memory and started. The test is not built on x86_64 because the relocation code for the efi binary cannot be created. Signed-off-by: Heinrich Schuchardt --- v2 Do not build test on x86_64. --- arch/arm/lib/M