|
[isar-cip-core][RFC v2 3/7] start-qemu: If swtpm is available create a tpm2 device
3 messages
From: Quirin Gylstorff <quirin.gylstorff@...> This allows testing the tpm2 encryption with qemu. Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...> --- start-qemu.sh | 23 ++++++++++++++++++----- 1
From: Quirin Gylstorff <quirin.gylstorff@...> This allows testing the tpm2 encryption with qemu. Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...> --- start-qemu.sh | 23 ++++++++++++++++++----- 1
|
By
Quirin Gylstorff
·
|
|
[isar-cip-core][RFC v2 7/7] .gitlabci: Add ci build
3 messages
From: Quirin Gylstorff <quirin.gylstorff@...> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...> --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml
From: Quirin Gylstorff <quirin.gylstorff@...> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...> --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml
|
By
Quirin Gylstorff
·
|
|
[isar-cip-core][RFC v2 6/7] KConfig: add tpm option
From: Quirin Gylstorff <quirin.gylstorff@...> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...> --- Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Kconfig b/Kconfig index cd24c
From: Quirin Gylstorff <quirin.gylstorff@...> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...> --- Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Kconfig b/Kconfig index cd24c
|
By
Quirin Gylstorff
·
|
|
[isar-cip-core][RFC v2 5/7] overlay: add prerequisite 'encrypt_partition'
From: Quirin Gylstorff <quirin.gylstorff@...> If /var shall be encrypted encrypt_partition needs to be executed before the overlay script. If the prerequisite is not available the overlay script will
From: Quirin Gylstorff <quirin.gylstorff@...> If /var shall be encrypted encrypt_partition needs to be executed before the overlay script. If the prerequisite is not available the overlay script will
|
By
Quirin Gylstorff
·
|
|
[isar-cip-core][RFC v2 0/7] Encrypt Partition in initramfs
From: Quirin Gylstorff <quirin.gylstorff@...> This encrypts a partition with LUKS and uses the TPM2 to unlock the partition during boot. Adapt start-qemu to support tpm2. Changes v2: - rewrite for mul
From: Quirin Gylstorff <quirin.gylstorff@...> This encrypts a partition with LUKS and uses the TPM2 to unlock the partition during boot. Adapt start-qemu to support tpm2. Changes v2: - rewrite for mul
|
By
Quirin Gylstorff
·
|
|
[isar-cip-core][RFC v2 1/7] linux-cip: update kernel configuration for tpm2 support
From: Quirin Gylstorff <quirin.gylstorff@...> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...> --- recipes-kernel/linux/linux-cip-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
From: Quirin Gylstorff <quirin.gylstorff@...> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...> --- recipes-kernel/linux/linux-cip-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
|
By
Quirin Gylstorff
·
|
|
Fw: IC Microchip ST
Dear Purchaser, Good day to you. This is Alice from Hard Find Electronics Ltd. We specialize in electronics component distribution like IC, capacitor, resistor, diodes, etc. ICs: Altera, Xilinx, TI, M
Dear Purchaser, Good day to you. This is Alice from Hard Find Electronics Ltd. We specialize in electronics component distribution like IC, capacitor, resistor, diodes, etc. ICs: Altera, Xilinx, TI, M
|
By
Alice Xu
·
|
|
[isar-cip-core][PATCH v5 0/8] Rework image classes
2 messages
Changes since v4: - append default sw-description path (instead of prepending) - remove IMAGE_CLASSES used in kas in correct patch - remove IMAGE_CLASSES from documentation (is now handled automatical
Changes since v4: - append default sw-description path (instead of prepending) - remove IMAGE_CLASSES used in kas in correct patch - remove IMAGE_CLASSES from documentation (is now handled automatical
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v5 2/8] refactor: use imagetypes for swu generation
2 messages
This patch reworks the implementation of the swupdate type. All generic aspects are moved from the swupdate.inc file into the swupdate class and made conditional on the swu type. The sw-description fi
This patch reworks the implementation of the swupdate type. All generic aspects are moved from the swupdate.inc file into the swupdate class and made conditional on the swu type. The sw-description fi
|
By
Felix Moessbauer
·
|
|
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
·
|
|
[isar-cip-core][PATCH v5 4/8] swupdate: only check partition uuids on swupdate
This patch moves the partition uuid check into a task to only execute the logic in case an swu image is built. Previously this was checked at parse time, leading to errors when not setting these varia
This patch moves the partition uuid check into a task to only execute the logic in case an swu image is built. Previously this was checked at parse time, leading to errors when not setting these varia
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v5 8/8] refactor verity image creation
This patch simplifies the integration of verity with swupdate. We now directly copy the generated verity image into the swu file, instead of going via wic. This solves the issue with leading partition
This patch simplifies the integration of verity with swupdate. We now directly copy the generated verity image into the swu file, instead of going via wic. This solves the issue with leading partition
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v5 7/8] prefix swu related variables with SWU
This patch ensures that all variables used in the swupdate.bbclass are either only active when swu is selected, or are prefixed with SWU. By that, we avoid accidental name collisions in the image reci
This patch ensures that all variables used in the swupdate.bbclass are either only active when swu is selected, or are prefixed with SWU. By that, we avoid accidental name collisions in the image reci
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v5 6/8] swu: replace custom image compression
This patch replaces the custom compression logic for the rootfs in the swupdate swu file by using the imagetype infrastructure. This handles some corner-cases and in general streamlines the options us
This patch replaces the custom compression logic for the rootfs in the swupdate swu file by using the imagetype infrastructure. This handles some corner-cases and in general streamlines the options us
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v5 5/8] make sw-description spec compliant
Remove the filesystem attribute from the images object, as this can only be applied to files objects. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- recipes-core/images/swu/sw-description.
Remove the filesystem attribute from the images object, as this can only be applied to files objects. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- recipes-core/images/swu/sw-description.
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v5 3/8] swu: directly image from squashfs rootfs
This patch reworks the generation of the swu file. Instead of using the rootfs partition created by wic, we directly use the squashfs rootfs as default. By that, we do not have to deploy the WIC parti
This patch reworks the generation of the swu file. Instead of using the rootfs partition created by wic, we directly use the squashfs rootfs as default. By that, we do not have to deploy the WIC parti
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v5 1/8] register image classes via layer.conf
This patch registers the provided image classes via the bblayer.conf file. By that, no manual additions of these classes via kas is required and erronous implementations are detected early (e.g. manda
This patch registers the provided image classes via the bblayer.conf file. By that, no manual additions of these classes via kas is required and erronous implementations are detected early (e.g. manda
|
By
Felix Moessbauer
·
|
|
New CVE entries this week
Hi ! It's this week's CVE report. This week reported 2 new CVEs and no updated CVEs. * New CVEs CVE-2022-27672: Cross-Thread Return Address Predictions CVSS v3 score is not provided When SMT is enable
Hi ! It's this week's CVE report. This week reported 2 new CVEs and no updated CVEs. * New CVEs CVE-2022-27672: Cross-Thread Return Address Predictions CVSS v3 score is not provided When SMT is enable
|
By
Masami Ichikawa
·
|
|
[isar-cip-core][PATCH v4 2/8] refactor: use imagetypes for swu generation
5 messages
This patch reworks the implementation of the swupdate type. All generic aspects are moved from the swupdate.inc file into the swupdate class and made conditional on the swu type. The sw-description fi
This patch reworks the implementation of the swupdate type. All generic aspects are moved from the swupdate.inc file into the swupdate class and made conditional on the swu type. The sw-description fi
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v2 2/3] 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
·
|