
On 09/17/2018 07:42 PM, Heinrich Schuchardt wrote:
On 09/16/2018 07:45 AM, Simon Glass wrote:
Hi Heinrich,
On 15 September 2018 at 22:02, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Hello Simon,
in the chat with Alex you indicated that you see a problem with efi_selftest expecting an input before resetting the board.
I do not understand why this should be a problem with sandbox. There never was a problem with the Python tests for any other board.
Could you, please, detail where the issue is and how it can be reproduced.
Using u-boot-dm/ef-working I see this:
$ make tests
with agraf/efi-next rebased on master it does not even compile:
make tests V=1
/usr/bin/ld: test/overlay/built-in.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
This patch is missing in efi-next: https://patchwork.ozlabs.org/patch/965315/
Regards
Heinrich