summaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2020-11-17 03:28:05 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-12-03 23:22:50 +0300
commit3616b4f4b97411db8721ae38c0fb29e145f1aed6 (patch)
treec4d017c6ba1e3467f2e1ff96b29e93488b62668b /configs/sandbox_defconfig
parent4926e7d29afd276d3300ed3fc73c65df7c7dffa3 (diff)
downloadu-boot-3616b4f4b97411db8721ae38c0fb29e145f1aed6.tar.xz
sandbox: enable capsule update for testing
Add more configuration options to allow for efi capsule update on sandbox. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index f1ec701a9f..58d4ef18c3 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -274,3 +274,9 @@ CONFIG_TEST_FDTDEC=y
CONFIG_UNIT_TEST=y
CONFIG_UT_TIME=y
CONFIG_UT_DM=y
+#
+CONFIG_DFU_SF=y
+CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
+CONFIG_EFI_CAPSULE_ON_DISK=y
+CONFIG_EFI_CAPSULE_FIRMWARE_FIT=y
+CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y