[U-Boot] [PATCH v10 10/10] efi: sandbox: Enable selftest command

Simon Glass sjg at chromium.org
Sat Sep 15 06:51:01 UTC 2018


Enable this for sandbox since it almost passes now.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v10:
- Drop patches not essential to getting things working

Changes in v9: None
Changes in v8:
- Rebase to master, bringing in all EFI changes
- Drop 'efi: sandbox: Add relocation constants'
- Drop 'efi: Adjust memory handling to support sandbox'
- Drop 'sandbox: smbios: Update to support sandbox'
- Expand series substantially to support bootefi selftest
- Rebase to master

Changes in v7: None
Changes in v6: None
Changes in v4:
- Rebase to master
- Update SPDX tags

Changes in v3:
- Rebase to master

Changes in v2:
- Rebase to master

 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index ca121182d65..0b209686bf9 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -23,6 +23,7 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_CMD_CPU=y
 CONFIG_CMD_LICENSE=y
 CONFIG_CMD_BOOTZ=y
+CONFIG_CMD_BOOTEFI_SELFTEST=y
 # CONFIG_CMD_ELF is not set
 CONFIG_CMD_ASKENV=y
 CONFIG_CMD_GREPENV=y
-- 
2.19.0.397.gdd90340f6a-goog



More information about the U-Boot mailing list