Re: [U-Boot] [PATCH v2 16/16] efi: sandbox: Add a simple 'bootefi test' command

2018-02-19 Thread Simon Glass
Hi Heinrich, On 4 December 2017 at 15:12, Heinrich Schuchardt wrote: > > > > On 12/04/2017 11:07 PM, Simon Glass wrote: >> >> Hi Heinrich, >> >> On 4 December 2017 at 14:53, Heinrich Schuchardt wrote: >>> >>> >>> >>> On 12/04/2017 10:28 PM, Simon Glass

Re: [U-Boot] [PATCH v2 16/16] efi: sandbox: Add a simple 'bootefi test' command

2017-12-04 Thread Heinrich Schuchardt
On 12/04/2017 11:07 PM, Simon Glass wrote: Hi Heinrich, On 4 December 2017 at 14:53, Heinrich Schuchardt wrote: On 12/04/2017 10:28 PM, Simon Glass wrote: This jumps to test code which can call directly into the EFI support. It does not need a separate image so it is

Re: [U-Boot] [PATCH v2 16/16] efi: sandbox: Add a simple 'bootefi test' command

2017-12-04 Thread Simon Glass
Hi Heinrich, On 4 December 2017 at 14:53, Heinrich Schuchardt wrote: > > > On 12/04/2017 10:28 PM, Simon Glass wrote: >> >> This jumps to test code which can call directly into the EFI support. It >> does not need a separate image so it is easy to write tests with it. >> >>

Re: [U-Boot] [PATCH v2 16/16] efi: sandbox: Add a simple 'bootefi test' command

2017-12-04 Thread Heinrich Schuchardt
On 12/04/2017 10:28 PM, Simon Glass wrote: This jumps to test code which can call directly into the EFI support. It does not need a separate image so it is easy to write tests with it. For now the test just outputs a message. To try it: Hello Simon, why do we need "bootefi test"? What do

[U-Boot] [PATCH v2 16/16] efi: sandbox: Add a simple 'bootefi test' command

2017-12-04 Thread Simon Glass
This jumps to test code which can call directly into the EFI support. It does not need a separate image so it is easy to write tests with it. For now the test just outputs a message. To try it: ./sandbox/u-boot -c "bootefi test" U-Boot 2017.09-00204-g696c9855fe (Sep 17 2017 - 16:43:53 -0600)