diff mbox series

[v3,8/8] configs: synquacer: Ignore OsIndications on DeveloperBox

Message ID 162608620948.206671.14669865103546406288.stgit@localhost
State Accepted
Commit 10189cb700114b81413934e63fac9c3e6b336887
Headers show
Series arm64: synquacer: DeveloperBox updates | expand

Commit Message

Masami Hiramatsu July 12, 2021, 10:36 a.m. UTC
Since we can not set OsIndications from Runtime Services
SetVariables at this moment, it is better to ignore the
OsIndications if there is any capsule file in the
correct place.

Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>

---
 configs/synquacer_developerbox_defconfig |    1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini July 24, 2021, 8:40 p.m. UTC | #1
On Mon, Jul 12, 2021 at 07:36:49PM +0900, Masami Hiramatsu wrote:

> Since we can not set OsIndications from Runtime Services

> SetVariables at this moment, it is better to ignore the

> OsIndications if there is any capsule file in the

> correct place.

> 

> Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>


Applied to u-boot/master, thanks!

-- 
Tom
diff mbox series

Patch

diff --git a/configs/synquacer_developerbox_defconfig b/configs/synquacer_developerbox_defconfig
index c4de622314..ed372f7df9 100644
--- a/configs/synquacer_developerbox_defconfig
+++ b/configs/synquacer_developerbox_defconfig
@@ -91,5 +91,6 @@  CONFIG_USB_STORAGE=y
 CONFIG_EFI_SET_TIME=y
 CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
 CONFIG_EFI_CAPSULE_ON_DISK=y
+CONFIG_EFI_IGNORE_OSINDICATIONS=y
 CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
 CONFIG_EFI_SECURE_BOOT=y