All of lore.kernel.org
 help / color / mirror / Atom feed
* [cip-dev] [isar-cip-core][PATCH] efibootguard: Set a non-zero default timeout
@ 2021-06-14 10:30 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2021-06-14 10:30 UTC (permalink / raw)
  To: cip-dev; +Cc: Quirin Gylstorff, A, Srinuvasan

[-- Attachment #1: Type: text/plain, Size: 848 bytes --]

From: Jan Kiszka <jan.kiszka@siemens.com>

This was zero by default because of problems with the iTCO support for
QEMU. Those are fixed now with v0.8.

Also permit overriding WDOG_TIMEOUT from now on.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 kas/opt/efibootguard.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kas/opt/efibootguard.yml b/kas/opt/efibootguard.yml
index d5a0e39..705a76d 100644
--- a/kas/opt/efibootguard.yml
+++ b/kas/opt/efibootguard.yml
@@ -21,7 +21,7 @@ local_conf_header:
     SWUPDATE_BOOTLOADER = "efibootguard"
 
   efibootguard-wic: |
-    WDOG_TIMEOUT = "0"
+    WDOG_TIMEOUT ?= "60"
     WICVARS += "WDOG_TIMEOUT"
     IMAGE_TYPE ?= "wic-img"
     WKS_FILE ?= "${MACHINE}-${SWUPDATE_BOOTLOADER}.wks"
-- 
2.26.2


-- 
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux

[-- Attachment #2: Type: text/plain, Size: 428 bytes --]


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6510): https://lists.cip-project.org/g/cip-dev/message/6510
Mute This Topic: https://lists.cip-project.org/mt/83526699/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/4520388/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-14 10:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 10:30 [cip-dev] [isar-cip-core][PATCH] efibootguard: Set a non-zero default timeout Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.