mbox series

[U-Boot,0/2] sandbox: enable UEFI unit tests

Message ID 20191109083902.27903-1-xypron.glpk@gmx.de
Headers show
Series sandbox: enable UEFI unit tests | expand

Message

Heinrich Schuchardt Nov. 9, 2019, 8:39 a.m. UTC
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

Comments

Heinrich Schuchardt Dec. 8, 2019, 12:31 a.m. UTC | #1
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
Simon Glass Dec. 8, 2019, 7:43 p.m. UTC | #2
Hi Heinrich,

On Sat, 7 Dec 2019 at 17:31, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> 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.

Yes I'm planning to set up one up for the next release soon.

Regards,
Simon