Re: [U-Boot] [PATCH 00/16] efi: Enable basic sandbox support for EFI loader

2017-09-24 Thread Simon Glass
Hi Rob, On 18 September 2017 at 11:03, Rob Clark wrote: > On Mon, Sep 18, 2017 at 11:07 AM, Rob Clark wrote: >> On Mon, Sep 18, 2017 at 10:30 AM, Rob Clark wrote: >>> On Mon, Sep 18, 2017 at 9:31 AM, Rob Clark wrote: On Mon, Sep 18, 2017 at 9:18 AM, Rob Clark wrote: > On Sun, Sep 17,

Re: [U-Boot] [PATCH 00/16] efi: Enable basic sandbox support for EFI loader

2017-09-24 Thread Simon Glass
Hi Rob, On 18 September 2017 at 09:07, Rob Clark wrote: > On Mon, Sep 18, 2017 at 10:30 AM, Rob Clark wrote: >> On Mon, Sep 18, 2017 at 9:31 AM, Rob Clark wrote: >>> On Mon, Sep 18, 2017 at 9:18 AM, Rob Clark wrote: On Sun, Sep 17, 2017 at 11:48 PM, Heinrich Schuchardt wrote: >

Re: [U-Boot] [PATCH 00/16] efi: Enable basic sandbox support for EFI loader

2017-09-18 Thread Rob Clark
On Mon, Sep 18, 2017 at 11:07 AM, Rob Clark wrote: > On Mon, Sep 18, 2017 at 10:30 AM, Rob Clark wrote: >> On Mon, Sep 18, 2017 at 9:31 AM, Rob Clark wrote: >>> On Mon, Sep 18, 2017 at 9:18 AM, Rob Clark wrote: On Sun, Sep 17, 2017 at 11:48 PM, Heinrich Schuchardt wrote: > On 09/

Re: [U-Boot] [PATCH 00/16] efi: Enable basic sandbox support for EFI loader

2017-09-18 Thread Rob Clark
On Mon, Sep 18, 2017 at 10:30 AM, Rob Clark wrote: > On Mon, Sep 18, 2017 at 9:31 AM, Rob Clark wrote: >> On Mon, Sep 18, 2017 at 9:18 AM, Rob Clark wrote: >>> On Sun, Sep 17, 2017 at 11:48 PM, Heinrich Schuchardt >>> wrote: On 09/18/2017 12:59 AM, Simon Glass wrote: > A limitation of

Re: [U-Boot] [PATCH 00/16] efi: Enable basic sandbox support for EFI loader

2017-09-18 Thread Rob Clark
On Mon, Sep 18, 2017 at 9:31 AM, Rob Clark wrote: > On Mon, Sep 18, 2017 at 9:18 AM, Rob Clark wrote: >> On Sun, Sep 17, 2017 at 11:48 PM, Heinrich Schuchardt >> wrote: >>> On 09/18/2017 12:59 AM, Simon Glass wrote: A limitation of the EFI loader at present is that it does not build with >>

Re: [U-Boot] [PATCH 00/16] efi: Enable basic sandbox support for EFI loader

2017-09-18 Thread Rob Clark
On Mon, Sep 18, 2017 at 9:18 AM, Rob Clark wrote: > On Sun, Sep 17, 2017 at 11:48 PM, Heinrich Schuchardt > wrote: >> On 09/18/2017 12:59 AM, Simon Glass wrote: >>> A limitation of the EFI loader at present is that it does not build with >>> sandbox. This makes it hard to write tests, since sandb

Re: [U-Boot] [PATCH 00/16] efi: Enable basic sandbox support for EFI loader

2017-09-18 Thread Rob Clark
On Sun, Sep 17, 2017 at 11:48 PM, Heinrich Schuchardt wrote: > On 09/18/2017 12:59 AM, Simon Glass wrote: >> A limitation of the EFI loader at present is that it does not build with >> sandbox. This makes it hard to write tests, since sandbox is used for most >> testing in U-Boot. >> >> This serie

Re: [U-Boot] [PATCH 00/16] efi: Enable basic sandbox support for EFI loader

2017-09-17 Thread Simon Glass
Hi Heinrich, On 17 September 2017 at 21:48, Heinrich Schuchardt wrote: > On 09/18/2017 12:59 AM, Simon Glass wrote: >> A limitation of the EFI loader at present is that it does not build with >> sandbox. This makes it hard to write tests, since sandbox is used for most >> testing in U-Boot. >> >>

Re: [U-Boot] [PATCH 00/16] efi: Enable basic sandbox support for EFI loader

2017-09-17 Thread Heinrich Schuchardt
On 09/18/2017 12:59 AM, Simon Glass wrote: > A limitation of the EFI loader at present is that it does not build with > sandbox. This makes it hard to write tests, since sandbox is used for most > testing in U-Boot. > > This series enables the EFI loader feature. It allows sandbox to build and > r

[U-Boot] [PATCH 00/16] efi: Enable basic sandbox support for EFI loader

2017-09-17 Thread Simon Glass
A limitation of the EFI loader at present is that it does not build with sandbox. This makes it hard to write tests, since sandbox is used for most testing in U-Boot. This series enables the EFI loader feature. It allows sandbox to build and run a trivial function which calls the EFI API to output