From: "'Felix Moessbauer' via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: cedric.hombourger@siemens.com, clara.kowalsky@siemens.com,
Felix Moessbauer <felix.moessbauer@siemens.com>
Subject: [PATCH 3/3] rpi4-efi: add target to kas menu
Date: Wed, 4 Jun 2025 15:28:49 +0200 [thread overview]
Message-ID: <20250604132849.411641-3-felix.moessbauer@siemens.com> (raw)
In-Reply-To: <20250604132849.411641-1-felix.moessbauer@siemens.com>
This target works from debian bookworm on (not raspbios). We add the
corresponding kas menu entries to also select it from the menu.
Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
kas/machine/Kconfig | 7 +++++++
kas/machine/rpi-arm64-v8-efi.yaml | 7 +++++++
2 files changed, 14 insertions(+)
create mode 100644 kas/machine/rpi-arm64-v8-efi.yaml
diff --git a/kas/machine/Kconfig b/kas/machine/Kconfig
index 8c334a8f..e09304c0 100644
--- a/kas/machine/Kconfig
+++ b/kas/machine/Kconfig
@@ -198,6 +198,12 @@ config MACHINE_RPI_ARM64_V8
select CODENAME_BOOKWORM
select ARCH_ARM64
+config MACHINE_RPI_ARM64_V8_EFI
+ bool "rpi-arm64-v8-efi"
+ select DISTRO_DEBIAN
+ select CODENAME_BOOKWORM
+ select ARCH_ARM64
+
config MACHINE_SIFIVE_FU540
bool "sifive-fu540"
select DISTRO_DEBIAN
@@ -269,6 +275,7 @@ config KAS_INCLUDE_MACHINE
default "kas/machine/rpi-arm-v7l.yaml" if MACHINE_RPI_ARM_V7L
default "kas/machine/rpi-arm.yaml" if MACHINE_RPI_ARM
default "kas/machine/rpi-arm64-v8.yaml" if MACHINE_RPI_ARM64_V8
+ default "kas/machine/rpi-arm64-v8-efi.yaml" if MACHINE_RPI_ARM64_V8_EFI
default "kas/machine/sifive-fu540.yaml" if MACHINE_SIFIVE_FU540
default "kas/machine/starfive-visionfive2.yaml" if MACHINE_STARFIVE_VISIONFIVE2
default "kas/machine/stm32mp15x.yaml" if MACHINE_STM32MP15X
diff --git a/kas/machine/rpi-arm64-v8-efi.yaml b/kas/machine/rpi-arm64-v8-efi.yaml
new file mode 100644
index 00000000..e77891a9
--- /dev/null
+++ b/kas/machine/rpi-arm64-v8-efi.yaml
@@ -0,0 +1,7 @@
+# This software is a part of ISAR.
+# Copyright (C) 2025 Siemens
+
+header:
+ version: 14
+
+machine: rpi-arm64-v8-efi
--
2.49.0
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20250604132849.411641-3-felix.moessbauer%40siemens.com.
prev parent reply other threads:[~2025-06-04 13:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-04 13:28 [PATCH 1/3] add efi booting support for rpi-arm64-v8 'Felix Moessbauer' via isar-users
2025-06-04 13:28 ` [PATCH 2/3] ci: add build test for rpi-arm64-v8-efi-bookworm 'Felix Moessbauer' via isar-users
2025-06-04 13:28 ` 'Felix Moessbauer' via isar-users [this message]
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=20250604132849.411641-3-felix.moessbauer@siemens.com \
--to=isar-users@googlegroups.com \
--cc=cedric.hombourger@siemens.com \
--cc=clara.kowalsky@siemens.com \
--cc=felix.moessbauer@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