[PATCH 0/2] sandbox: enable UEFI unit tests
Simon Glass
sjg at chromium.org
Sun Dec 8 20:43:01 CET 2019
Hi Heinrich,
On Sat, 7 Dec 2019 at 17:31, Heinrich Schuchardt <xypron.glpk at 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
More information about the U-Boot
mailing list