|
[isar-cip-core][PATCH v3 7/9] add linux 6.1 mainline kernel
6 messages
This patch adds the vanilla 6.1 linux kernel for testing and for boards which need a more recent kernel than what CIP can offer. The kernel can be selected from the menu, similar to the other kernels.
This patch adds the vanilla 6.1 linux kernel for testing and for boards which need a more recent kernel than what CIP can offer. The kernel can be selected from the menu, similar to the other kernels.
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v3 6/9] enhance qemu-riscv64 machine to be testable
6 messages
This patch enhances the qemu-riscv64 machine by adding a reference to u-boot. Further, we now use the qemu_riscv64 defconfig from cip-kernel-config. Signed-off-by: Felix Moessbauer <felix.moessbauer@.
This patch enhances the qemu-riscv64 machine by adding a reference to u-boot. Further, we now use the qemu_riscv64 defconfig from cip-kernel-config. Signed-off-by: Felix Moessbauer <felix.moessbauer@.
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v4 8/8] start-qemu: add support for swupdate on RISC-V
This patch adds support to run swupdate images for RISC-V64 on qemu. As firmware, we use OpenSBI with u-boot payload in s-mode. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- start-qemu.sh
This patch adds support to run swupdate images for RISC-V64 on qemu. As firmware, we use OpenSBI with u-boot payload in s-mode. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- start-qemu.sh
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v3 3/9] refactor(u-boot): deploy via sstate-cache
2 messages
This patch refactors how the firmware.bin is deployed to the DEPLOY_DIR_IMAGE. Instead of directly copying, we now deploy via the sstate cache. By that, the cleanup is automatically handled and potent
This patch refactors how the firmware.bin is deployed to the DEPLOY_DIR_IMAGE. Instead of directly copying, we now deploy via the sstate cache. By that, the cleanup is automatically handled and potent
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v3 2/9] update cip-kernel-config
2 messages
This patch updates the cip-kernel-config revision to 3515389 to get support for qemu-riscv64. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- recipes-kernel/linux/linux-cip-common.inc | 2 +
This patch updates the cip-kernel-config revision to 3515389 to get support for qemu-riscv64. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- recipes-kernel/linux/linux-cip-common.inc | 2 +
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v3 5/9] add opensbi with u-boot payload for riscv64
2 messages
This patch adds the opensbi firmware with u-boot payload (smode) for the qemu-riscv64 machine. Using that, the generated riscv64 images can be booted on qemu. Signed-off-by: Felix Moessbauer <felix.mo
This patch adds the opensbi firmware with u-boot payload (smode) for the qemu-riscv64 machine. Using that, the generated riscv64 images can be booted on qemu. Signed-off-by: Felix Moessbauer <felix.mo
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH 1/5] swupdate: Avoid open-coding IMAGE_FULLNAME
From: Jan Kiszka <jan.kiszka@...> This will break if IMAGE_FULLNAME is not PN-DISTRO-MACHINE, e.g. when enabling kas/ops/test.yml. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- classes/swupdate.bbcla
From: Jan Kiszka <jan.kiszka@...> This will break if IMAGE_FULLNAME is not PN-DISTRO-MACHINE, e.g. when enabling kas/ops/test.yml. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- classes/swupdate.bbcla
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 2/5] initramfs-*-hook: Avoid open-coding IMAGE_FULLNAME
From: Jan Kiszka <jan.kiszka@...> We can't pull IMAGE_FULLNAME from the image class as this is a dpkg class, but we should account for potential global changes to this variable like done by kas/opt/te
From: Jan Kiszka <jan.kiszka@...> We can't pull IMAGE_FULLNAME from the image class as this is a dpkg class, but we should account for potential global changes to this variable like done by kas/opt/te
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 4/5] cip-core-image-security: Add support for SWUpdate
From: Jan Kiszka <jan.kiszka@...> This allows to enable both SWUpdate and the security-extended image at the same time. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- kas/opt/security.yml | 3 +++ reci
From: Jan Kiszka <jan.kiszka@...> This allows to enable both SWUpdate and the security-extended image at the same time. Signed-off-by: Jan Kiszka <jan.kiszka@...> --- kas/opt/security.yml | 3 +++ reci
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 0/5] Enable feature combinations of test and security extensions
This allows to build SWupdate/secure boot images with test extensions as well as security extensions. Jan Jan Kiszka (5): swupdate: Avoid open-coding IMAGE_FULLNAME initramfs-*-hook: Avoid open-coding
This allows to build SWupdate/secure boot images with test extensions as well as security extensions. Jan Jan Kiszka (5): swupdate: Avoid open-coding IMAGE_FULLNAME initramfs-*-hook: Avoid open-coding
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 5/5] security-customizations: Fix password hint
From: Jan Kiszka <jan.kiszka@...> Signed-off-by: Jan Kiszka <jan.kiszka@...> --- recipes-core/security-customizations/files/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r
From: Jan Kiszka <jan.kiszka@...> Signed-off-by: Jan Kiszka <jan.kiszka@...> --- recipes-core/security-customizations/files/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH 3/5] start-qemu: Add support for booting test-extended images
From: Jan Kiszka <jan.kiszka@...> Signed-off-by: Jan Kiszka <jan.kiszka@...> --- start-qemu.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/start-qemu.sh b/start-qemu.sh inde
From: Jan Kiszka <jan.kiszka@...> Signed-off-by: Jan Kiszka <jan.kiszka@...> --- start-qemu.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/start-qemu.sh b/start-qemu.sh inde
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH] ci: Fix typo in job name
From: Jan Kiszka <jan.kiszka@...> Signed-off-by: Jan Kiszka <jan.kiszka@...> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index
From: Jan Kiszka <jan.kiszka@...> Signed-off-by: Jan Kiszka <jan.kiszka@...> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH v3 8/9] add swupdate support for qemu-riscv64
This patch enables the swupdate KConfig entry for the qemu-riscv64 board. For that, we also duplicate the qemu-arm64-efibootguard.wks template for qemu-riscv64. As this is the first riscv64 board, we
This patch enables the swupdate KConfig entry for the qemu-riscv64 board. For that, we also duplicate the qemu-arm64-efibootguard.wks template for qemu-riscv64. As this is the first riscv64 board, we
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v3 4/9] wic(ebg): add support for riscv64
This patch adds the mapping between the efi architecture and the distro architecture for riscv64. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- scripts/lib/wic/plugins/source/efibootguard
This patch adds the mapping between the efi architecture and the distro architecture for riscv64. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- scripts/lib/wic/plugins/source/efibootguard
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v3 1/9] fix efibootguard for riscv64
This commit backports an upstream patch for efibootguard that fixes the riscv64 install location. As it is not yet in an EBG release, we add it as a patch here. No internal logic of EBG is changed, he
This commit backports an upstream patch for efibootguard that fixes the riscv64 install location. As it is not yet in an EBG release, we add it as a patch here. No internal logic of EBG is changed, he
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v3 0/9] Add swupdate support for riscv64
Changes since v2: The v2 adds the required infrastructure to test the swupdate support in qemu-riscv64. This includes the following additions: - update of cip kernel config for qemu-riscv64 machine (f
Changes since v2: The v2 adds the required infrastructure to test the swupdate support in qemu-riscv64. This includes the following additions: - update of cip kernel config for qemu-riscv64 machine (f
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v3 9/9] start-qemu: add support for swupdate on RISC-V
This patch adds support to run swupdate images for RISC-V64 on qemu. As firmware, we use OpenSBI with u-boot payload in s-mode. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- start-qemu.sh
This patch adds support to run swupdate images for RISC-V64 on qemu. As firmware, we use OpenSBI with u-boot payload in s-mode. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- start-qemu.sh
|
By
Felix Moessbauer
·
|
|
isar-cip-core: Heading for a release cycle
3 messages
Hi all, at least some of the isar-cip-core users are in a need for formal release of the layer. The plan so far is to follow the Debian point-release cycles, means basically having one every 3 months.
Hi all, at least some of the isar-cip-core users are in a need for formal release of the layer. The plan so far is to follow the Debian point-release cycles, means basically having one every 3 months.
|
By
Jan Kiszka
·
|
|
CIP IRC weekly meeting today on libera.chat
Hi all, Kindly be reminded to attend the weekly meeting through IRC to discuss technical topics with CIP kernel today. Our channel is the following: irc:irc.libera.chat:6667/cip The IRC meeting is sch
Hi all, Kindly be reminded to attend the weekly meeting through IRC to discuss technical topics with CIP kernel today. Our channel is the following: irc:irc.libera.chat:6667/cip The IRC meeting is sch
|
By
Jan Kiszka
·
|