Re: [U-Boot] sandbox does not complete efi_selftest

2018-09-18 Thread Alexander Graf
On 18.09.18 17:52, Heinrich Schuchardt wrote: > On 09/19/2018 01:12 AM, Alexander Graf wrote: >> >> >> On 17.09.18 15:44, Heinrich Schuchardt wrote: >>> On 09/16/2018 07:45 AM, Simon Glass wrote: Hi Heinrich, >>> >>> With https://patchwork.ozlabs.org/patch/965315/ we can see where the

Re: [U-Boot] sandbox does not complete efi_selftest

2018-09-18 Thread Heinrich Schuchardt
On 09/19/2018 01:12 AM, Alexander Graf wrote: > > > On 17.09.18 15:44, Heinrich Schuchardt wrote: >> On 09/16/2018 07:45 AM, Simon Glass wrote: >>> Hi Heinrich, >>> >>> On 15 September 2018 at 22:02, Heinrich Schuchardt >>> wrote: Hello Simon, in the chat with Alex you indicated

Re: [U-Boot] sandbox does not complete efi_selftest

2018-09-18 Thread Alexander Graf
On 17.09.18 15:44, Heinrich Schuchardt wrote: > On 09/16/2018 07:45 AM, Simon Glass wrote: >> Hi Heinrich, >> >> On 15 September 2018 at 22:02, Heinrich Schuchardt >> wrote: >>> Hello Simon, >>> >>> in the chat with Alex you indicated that you see a problem with >>> efi_selftest expecting an

Re: [U-Boot] sandbox does not complete efi_selftest

2018-09-17 Thread Heinrich Schuchardt
On 09/16/2018 07:45 AM, Simon Glass wrote: > When I run > > $ sandbox/u-boot -D -c "bootefi selftest" > > I get at the end the network timeout failure: > > Setting up 'simple network protocol' > Failed to open socket: 1 Operation not permitted > Failed to open socket: 1 Operation not permitted

Re: [U-Boot] sandbox does not complete efi_selftest

2018-09-17 Thread Heinrich Schuchardt
On 09/16/2018 07:45 AM, Simon Glass wrote: > Hi Heinrich, > > On 15 September 2018 at 22:02, Heinrich Schuchardt 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

Re: [U-Boot] sandbox does not complete efi_selftest

2018-09-17 Thread Heinrich Schuchardt
In efi_next the command ./u-boot -v -d selfconfig.dtb leads to a segmentation fault for sandbox_defconfig. The command is executed by ConsoleSandbox.get_spawn(). We cannot expect 'make tests' to succeed until this is fixed. Valgrind indicates where the segmentation fault occurs: ==13906==

Re: [U-Boot] sandbox does not complete efi_selftest

2018-09-17 Thread Heinrich Schuchardt
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 >> wrote: >>> Hello Simon, >>> >>> in the chat with Alex you indicated that you see a problem with >>> efi_selftest expecting

Re: [U-Boot] sandbox does not complete efi_selftest

2018-09-17 Thread Heinrich Schuchardt
On 09/16/2018 07:45 AM, Simon Glass wrote: > Hi Heinrich, > > On 15 September 2018 at 22:02, Heinrich Schuchardt 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

Re: [U-Boot] sandbox does not complete efi_selftest

2018-09-17 Thread Heinrich Schuchardt
On 09/16/2018 07:45 AM, Simon Glass wrote: > Hi Heinrich, > > On 15 September 2018 at 22:02, Heinrich Schuchardt 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

Re: [U-Boot] sandbox does not complete efi_selftest

2018-09-15 Thread Simon Glass
Hi Heinrich, On 15 September 2018 at 22:02, Heinrich Schuchardt 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