[U-Boot] [PATCH 0/2] sandbox: enable UEFI unit tests
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat Nov 9 08:39:00 UTC 2019
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
More information about the U-Boot
mailing list