[U-Boot] [PATCH v9 18/18] efi: sandbox: Enable selftest command
Simon Glass
sjg at chromium.org
Wed Aug 8 09:54:33 UTC 2018
Enable this for sandbox since it passes now.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v9: None
Changes in v8:
- Drop 'efi: Adjust memory handling to support sandbox'
- Drop 'efi: sandbox: Add relocation constants'
- Drop 'sandbox: smbios: Update to support sandbox'
- Expand series substantially to support bootefi selftest
- Rebase to master
- Rebase to master, bringing in all EFI changes
Changes in v7: None
Changes in v6: None
Changes in v5: 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 +
lib/efi_selftest/Kconfig | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 61302909191..7e75643bfe6 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -205,3 +205,4 @@ CONFIG_UT_ENV=y
CONFIG_UT_OVERLAY=y
CONFIG_SMEM=y
CONFIG_SANDBOX_SMEM=y
+CONFIG_CMD_BOOTEFI_SELFTEST=y
diff --git a/lib/efi_selftest/Kconfig b/lib/efi_selftest/Kconfig
index b52696778dd..59f9f36801c 100644
--- a/lib/efi_selftest/Kconfig
+++ b/lib/efi_selftest/Kconfig
@@ -1,6 +1,6 @@
config CMD_BOOTEFI_SELFTEST
bool "Allow booting an EFI efi_selftest"
- depends on CMD_BOOTEFI && !SANDBOX
+ depends on CMD_BOOTEFI
imply FAT
imply FAT_WRITE
help
--
2.18.0.597.ga71716f1ad-goog
More information about the U-Boot
mailing list