|
[PATCH 2/4] scripts/deploy-cip-core.sh: Fix to correct filename with security extension
Since security extension uses the bb file, not the extension using local.conf,
the generated filename is different.
This sets the correct filename for security extensions.
Signed-off-by: Nobuhiro
Since security extension uses the bb file, not the extension using local.conf,
the generated filename is different.
This sets the correct filename for security extensions.
Signed-off-by: Nobuhiro
|
By
Nobuhiro Iwamatsu
·
#6439
·
|
|
Re: [PATCH 2/2] [isar-cip-core] Add support qemu-arm
Hi Jan,
By
Nobuhiro Iwamatsu
·
#6438
·
|
|
[isar-cip-core][PATCH] kas/opt: Restructure ebg-swu.yml and qemu-swupdate.yml
From: Quirin Gylstorff <quirin.gylstorff@...>
The kas files ebg-swu.yml and qemu-swupdate.yml overlap in
some cases. Clarify their use by moving all efibootguard related
configuration to
From: Quirin Gylstorff <quirin.gylstorff@...>
The kas files ebg-swu.yml and qemu-swupdate.yml overlap in
some cases. Clarify their use by moving all efibootguard related
configuration to
|
By
Quirin Gylstorff
·
#6437
·
|
|
Re: [isar-cip-core][PATCH v4 0/2] swupdate-config: variables cleanup
Right, that file is only an option file anyway.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
Right, that file is only an option file anyway.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
|
By
Jan Kiszka
·
#6436
·
|
|
Re: [isar-cip-core][PATCH v4 0/2] swupdate-config: variables cleanup
Alternative would be to change
`
-WKS_FILE = "qemu-amd64-${SWUPDATE_BOOTLOADER}.wks"
+WKS_FILE = "${MACHINE}-${SWUPDATE_BOOTLOADER}.wks"
`
Quirin
Alternative would be to change
`
-WKS_FILE = "qemu-amd64-${SWUPDATE_BOOTLOADER}.wks"
+WKS_FILE = "${MACHINE}-${SWUPDATE_BOOTLOADER}.wks"
`
Quirin
|
By
Quirin Gylstorff
·
#6435
·
|
|
Re: [isar-cip-core][PATCH v2] README.secureboot: Corrections
Yes, Quirin, that's sufficient to point it out.
Yes, Quirin, that's sufficient to point it out.
|
By
Dinesh Kumar
·
#6434
·
|
|
Re: [isar-cip-core][PATCH v2] README.secureboot: Corrections
Yes, just now I have changed settings and made it plaintext while replying, earlier it was HTML. I hope it will fix this issue.
Thanks for pointing it.
Sure, I will do that.
Yes, just now I have changed settings and made it plaintext while replying, earlier it was HTML. I hope it will fix this issue.
Thanks for pointing it.
Sure, I will do that.
|
By
Dinesh Kumar
·
#6433
·
|
|
CIP IRC weekly meeting today
Hi all,
Kindly be reminded to attend the weekly meeting through IRC to discuss technical topics with CIP kernel today.
*Please note that the IRC meeting was rescheduled to UTC (GMT) 09:00 starting
Hi all,
Kindly be reminded to attend the weekly meeting through IRC to discuss technical topics with CIP kernel today.
*Please note that the IRC meeting was rescheduled to UTC (GMT) 09:00 starting
|
By
masashi.kudo@cybertrust.co.jp <masashi.kudo@...>
·
#6432
·
|
|
Re: [isar-cip-core][PATCH v2] README.secureboot: Corrections
I added the following sentence to the README for the keys:
The formating is off:
Dinesh is that sufficient?
Quirin
I added the following sentence to the README for the keys:
The formating is off:
Dinesh is that sufficient?
Quirin
|
By
Quirin Gylstorff
·
#6431
·
|
|
Re: [isar-cip-core][PATCH v4 0/2] swupdate-config: variables cleanup
Thanks, applied to next.
We may eventually also want to do a renaming of qemu-swupdate.yml to
qemu-amd64-swupdate.yml - just for the case that there will also be ARM
qemu target to demonstrate/test
Thanks, applied to next.
We may eventually also want to do a renaming of qemu-swupdate.yml to
qemu-amd64-swupdate.yml - just for the case that there will also be ARM
qemu target to demonstrate/test
|
By
Jan Kiszka
·
#6430
·
|
|
Re: [isar-cip-core][PATCH v2] README.secureboot: Corrections
Dinesh, your citation settings are broken. When sending plaintext, as it
is common on public lists, you need to set the mark "> " at the
beginning of all cited line.
Feel free to send a patch (or MR
Dinesh, your citation settings are broken. When sending plaintext, as it
is common on public lists, you need to set the mark "> " at the
beginning of all cited line.
Feel free to send a patch (or MR
|
By
Jan Kiszka
·
#6429
·
|
|
Re: Cip-kernel-sec Updates for Week of 2021-05-05
No idea. All the servers I touched at work were still booting via
legacy BIOS. Mind you that these were old servers. The latest machine
we have, an AMD EPYC 7002, is UEFI only. I never looked at
No idea. All the servers I touched at work were still booting via
legacy BIOS. Mind you that these were old servers. The latest machine
we have, an AMD EPYC 7002, is UEFI only. I never looked at
|
By
Chen-Yu Tsai (Moxa) <wens@...>
·
#6428
·
|
|
Re: Cip-kernel-sec Updates for Week of 2021-05-05
Hi!
Backport is trivial in this case.
This is UEFI secure boot, and it is more of "implement missing
blacklist functionality" than a bugfix.
If someone uses secure boot on UEFI, we may need to do
Hi!
Backport is trivial in this case.
This is UEFI secure boot, and it is more of "implement missing
blacklist functionality" than a bugfix.
If someone uses secure boot on UEFI, we may need to do
|
By
Pavel Machek
·
#6427
·
|
|
[isar-cip-core][PATCH v4 2/2] swupdate-config: add prefix to variable BOOTLOADER
From: Quirin Gylstorff <quirin.gylstorff@...>
The variable BOOTLOADER is only used for swupdate.
Add the prefix SWUPDATE to indicate the intended usage.
Signed-off-by: Quirin Gylstorff
From: Quirin Gylstorff <quirin.gylstorff@...>
The variable BOOTLOADER is only used for swupdate.
Add the prefix SWUPDATE to indicate the intended usage.
Signed-off-by: Quirin Gylstorff
|
By
Quirin Gylstorff
·
#6426
·
|
|
[isar-cip-core][PATCH v4 0/2] swupdate-config: variables cleanup
From: Quirin Gylstorff <quirin.gylstorff@...>
This patch removes the variable U_BOOT from the swupdate-config.bbclass.
It also adds the suffix `SWUPDATE` to the variable BOOTLOADER.
If a
From: Quirin Gylstorff <quirin.gylstorff@...>
This patch removes the variable U_BOOT from the swupdate-config.bbclass.
It also adds the suffix `SWUPDATE` to the variable BOOTLOADER.
If a
|
By
Quirin Gylstorff
·
#6425
·
|
|
[isar-cip-core][PATCH v4 1/2] swupdate-config: remove variable U_BOOT
From: Quirin Gylstorff <quirin.gylstorff@...>
The dependency to ${U_BOOT} is unnecessary for the
SWUPDATE build and the package deployment. The package
`u-boot-${MACHINE}-config` is requested
From: Quirin Gylstorff <quirin.gylstorff@...>
The dependency to ${U_BOOT} is unnecessary for the
SWUPDATE build and the package deployment. The package
`u-boot-${MACHINE}-config` is requested
|
By
Quirin Gylstorff
·
#6424
·
|
|
Re: Cip-kernel-sec Updates for Week of 2021-05-05
Hi!
Thank you!
According to https://ubuntu.com/security/CVE-2021-31829 it is those
two patches that fix it. So this should get resolved in 5.10.35 for
us.
Best regards,
Pavel
--
DENX
Hi!
Thank you!
According to https://ubuntu.com/security/CVE-2021-31829 it is those
two patches that fix it. So this should get resolved in 5.10.35 for
us.
Best regards,
Pavel
--
DENX
|
By
Pavel Machek
·
#6423
·
|
|
[isar-cip-core][PATCH v3 2/2] swupdate-config: add prefix to variables
From: Quirin Gylstorff <quirin.gylstorff@...>
The variables U_BOOT and BOOTLOADER are only used for swupdate.
Add the prefix SWUPDATE to indicate the intended usage.
Signed-off-by: Quirin
From: Quirin Gylstorff <quirin.gylstorff@...>
The variables U_BOOT and BOOTLOADER are only used for swupdate.
Add the prefix SWUPDATE to indicate the intended usage.
Signed-off-by: Quirin
|
By
Quirin Gylstorff
·
#6422
·
|
|
[isar-cip-core][PATCH v3 1/2] swupdate-config: remove variable U_BOOT
From: Quirin Gylstorff <quirin.gylstorff@...>
The dependency to ${U_BOOT} is unnecessary for the
SWUPDATE build and the package deployment. The package
`u-boot-${MACHINE}-config` is requested
From: Quirin Gylstorff <quirin.gylstorff@...>
The dependency to ${U_BOOT} is unnecessary for the
SWUPDATE build and the package deployment. The package
`u-boot-${MACHINE}-config` is requested
|
By
Quirin Gylstorff
·
#6421
·
|
|
[isar-cip-core][PATCH v3 0/2] swupdate-config: variables cleanup
From: Quirin Gylstorff <quirin.gylstorff@...>
This patch removes the variable U_BOOT from the swupdate-config.bbclass.
It also adds the suffix `SWUPDATE` to the variable BOOTLOADER.
If a
From: Quirin Gylstorff <quirin.gylstorff@...>
This patch removes the variable U_BOOT from the swupdate-config.bbclass.
It also adds the suffix `SWUPDATE` to the variable BOOTLOADER.
If a
|
By
Quirin Gylstorff
·
#6420
·
|