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

Simon Glass sjg at chromium.org
Mon Feb 19 15:48:38 UTC 2018


Hi Heinrich,

On 4 December 2017 at 15:12, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
>
>
> On 12/04/2017 11:07 PM, Simon Glass wrote:
>>
>> Hi Heinrich,
>>
>> On 4 December 2017 at 14:53, Heinrich Schuchardt <xypron.glpk at gmx.de> 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.
>>>>
>>>> For now the test just outputs a message. To try it:
>>>
>>>
>>>
>>> Hello Simon,
>>>
>>> why do we need "bootefi test"?
>>> What do you plan to do here which we cannot do in "bootefi selftest?
>>> I think we should unify both.
>>
>>
>> It runs the hello world test directly without going through a separate app.
>>
>> This is just a starting point, to get EFI running on sandbox. Of
>> course after that we can do more work to make it run the proper tests.
>
>
> bootefi selftest does not run a separate app either but stays in the same executable.

I still see some value in having a simple test. The existing one seems
to require a U-Boot reboot...?

Regards,
Simon


More information about the U-Boot mailing list