From: Jon Mason <jdmason@kudzu.us>
To: meta-arm@lists.yoctoproject.org
Subject: [PATCH v7 0/4] UEFI secureboot
Date: Thu, 26 Sep 2024 11:47:35 -0400 [thread overview]
Message-ID: <20240926154739.2379609-1-jon.mason@arm.com> (raw)
Sending a modified version of Javier's patches, combined with a subset
of the patches sent out by Mikko recently. This was done to expedite
the acceptance of this series (given the code freeze tomorrow). Also,
the optee update that Mikko's series included cannot be included (given
the code freeze). 2 of that series are needed for this one. So,
combining everything into this and sending it out publicly for Javier,
Mikko, and anyone else to ack/nack.
Thanks,
Jon
Javier Tia (3):
arm/optee: Add optee udev rules
arm: Enable Secure Boot in all required recipes
arm/qemuarm64-secureboot: Enable UEFI Secure Boot
Mikko Rapeli (1):
arm/optee-client: fix systemd service dependencies
.gitlab-ci.yml | 1 +
ci/uefi-secureboot.yml | 37 +++++++++++++
meta-arm/classes/sbsign.bbclass | 31 +++++++++++
.../lib/oeqa/runtime/cases/uefi_secureboot.py | 29 +++++++++++
.../u-boot/u-boot-uefi-secureboot.inc | 17 ++++++
.../u-boot/u-boot/uefi-secureboot.cfg | 10 ++++
meta-arm/recipes-bsp/u-boot/u-boot_%.bbappend | 2 +
meta-arm/recipes-bsp/uefi/gen-sbkeys.bb | 48 +++++++++++++++++
.../recipes-bsp/uefi/gen-sbkeys/gen_sbkeys.sh | 52 +++++++++++++++++++
.../systemd/systemd-boot-uefi-secureboot.inc | 7 +++
.../systemd/systemd-boot_%.bbappend | 1 +
meta-arm/recipes-core/systemd/systemd-efi.inc | 1 +
.../recipes-core/systemd/systemd_%.bbappend | 1 +
.../linux/linux-yocto%.bbappend | 2 +
.../linux/linux-yocto-uefi-secureboot.inc | 14 +++++
.../recipes-security/optee/optee-client.inc | 8 ++-
.../optee/optee-client/optee-udev.rules | 6 +++
.../optee-client/tee-supplicant@.service | 10 ++--
18 files changed, 272 insertions(+), 5 deletions(-)
create mode 100644 ci/uefi-secureboot.yml
create mode 100644 meta-arm/classes/sbsign.bbclass
create mode 100644 meta-arm/lib/oeqa/runtime/cases/uefi_secureboot.py
create mode 100644 meta-arm/recipes-bsp/u-boot/u-boot-uefi-secureboot.inc
create mode 100644 meta-arm/recipes-bsp/u-boot/u-boot/uefi-secureboot.cfg
create mode 100644 meta-arm/recipes-bsp/uefi/gen-sbkeys.bb
create mode 100755 meta-arm/recipes-bsp/uefi/gen-sbkeys/gen_sbkeys.sh
create mode 100644 meta-arm/recipes-core/systemd/systemd-boot-uefi-secureboot.inc
create mode 100644 meta-arm/recipes-core/systemd/systemd-boot_%.bbappend
create mode 100644 meta-arm/recipes-core/systemd/systemd-efi.inc
create mode 100644 meta-arm/recipes-core/systemd/systemd_%.bbappend
create mode 100644 meta-arm/recipes-kernel/linux/linux-yocto-uefi-secureboot.inc
create mode 100644 meta-arm/recipes-security/optee/optee-client/optee-udev.rules
--
2.39.5
next reply other threads:[~2024-09-26 15:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-26 15:47 Jon Mason [this message]
2024-09-26 15:47 ` [PATCH v7 1/4] arm/optee: Add optee udev rules Jon Mason
2024-09-26 15:47 ` [PATCH v7 2/4] arm/optee-client: fix systemd service dependencies Jon Mason
2024-09-26 15:47 ` [PATCH v7 3/4] arm: Enable Secure Boot in all required recipes Jon Mason
2024-09-26 15:47 ` [PATCH v7 4/4] arm/qemuarm64-secureboot: Enable UEFI Secure Boot Jon Mason
2024-09-26 15:55 ` [meta-arm] [PATCH v7 0/4] UEFI secureboot Javier Tia
2024-09-26 16:35 ` Jon Mason
2024-09-26 15:58 ` Mikko Rapeli
2024-09-26 16:37 ` Jon Mason
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=20240926154739.2379609-1-jon.mason@arm.com \
--to=jdmason@kudzu.us \
--cc=meta-arm@lists.yoctoproject.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.