[PATCH 0/2] sandbox: enable UEFI unit tests
    Heinrich Schuchardt 
    xypron.glpk at gmx.de
       
    Sun Dec  8 01:31:42 CET 2019
    
    
  
On 11/9/19 9:39 AM, Heinrich Schuchardt wrote:
> This patch series enables the UEFI unit tests on the sandbox.
>
> The first patch add the missing compatible property in the device trees
> which is required by on of the unit tests.
>
> The real time clock unit test will fail if the sandbox is openend without
> passing a device tree (parameter -D).
>
> A separate series will enable building UEFI binaries for the sandbox and
> enable the corresponding UEFI unit tests.
>
> Heinrich Schuchardt (2):
>    sandbox: add missing compatible property in device tree
>    configs: sandbox: enable CONFIG_CMD_BOOTEFI_SELFTEST
>
>   arch/sandbox/dts/sandbox.dts       | 1 +
>   arch/sandbox/dts/sandbox64.dts     | 1 +
>   configs/sandbox64_defconfig        | 1 +
>   configs/sandbox_defconfig          | 1 +
>   configs/sandbox_flattree_defconfig | 1 +
>   configs/sandbox_spl_defconfig      | 1 +
>   6 files changed, 6 insertions(+)
>
> --
> 2.24.0.rc1
>
Hello Simon,
this patch series is currently assigned to you as maintainer of the
sandbox. I hope you can add it to your next tree.
Best regards
Heinrich
    
    
More information about the U-Boot
mailing list