public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
From: Quirin Gylstorff <Quirin.Gylstorff@siemens.com>
To: cip-dev@lists.cip-project.org, jan.kiszka@siemens.com
Subject: [cip-dev][isar-cip-core][PATCH] fix: Disable bootloader interaction in case of ebg only updates
Date: Thu, 19 Feb 2026 13:36:02 +0100	[thread overview]
Message-ID: <20260219123726.922484-1-Quirin.Gylstorff@siemens.com> (raw)

From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

During an update of the efibootguard binary the boot entries should
not be changed. Therefore disable the boot-loader state and transition
update.

This was found during testing for issue #149.

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 recipes-core/images/swu/sw-description-ebg.tmpl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-core/images/swu/sw-description-ebg.tmpl b/recipes-core/images/swu/sw-description-ebg.tmpl
index c19157c..a63e38a 100644
--- a/recipes-core/images/swu/sw-description-ebg.tmpl
+++ b/recipes-core/images/swu/sw-description-ebg.tmpl
@@ -12,6 +12,8 @@ software =
 {
     version = "${SWU_VERSION}";
     name = "${SWU_NAME}";
+    bootloader_transaction_marker = false;
+    bootloader_state_marker = false;
     ${SWU_HW_COMPAT_NODE}
     files: (${SWU_BOOTLOADER_FILE_NODE});
 }
-- 
2.52.0



             reply	other threads:[~2026-02-19 12:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-19 12:36 Quirin Gylstorff [this message]
2026-02-19 12:50 ` [cip-dev][isar-cip-core][PATCH] fix: Disable bootloader interaction in case of ebg only updates Jan Kiszka
2026-02-19 13:20   ` Quirin Gylstorff
2026-02-19 14:13     ` Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260219123726.922484-1-Quirin.Gylstorff@siemens.com \
    --to=quirin.gylstorff@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=jan.kiszka@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox