From: Jan Kiszka <jan.kiszka@siemens.com>
To: isar-users <isar-users@googlegroups.com>
Cc: Nishanth Menon <nm@ti.com>
Subject: [PATCH 0/9] Add support for BeaglePlay
Date: Sun, 7 Jan 2024 13:54:07 +0100 [thread overview]
Message-ID: <cover.1704632056.git.jan.kiszka@siemens.com> (raw)
This adds basic support for the BeaglePlay, a TI AM62x based ARM64
board (https://www.beagleboard.org/boards/beagleplay). The integration
is upstream-based: U-Boot 2024.01-rc6, TF-A 2.10, OP-TEE 4.0.0 and
kernel 6.6.10. Major features are working but others may not
(upstream-based integrations are still uncommon...).
Patch 1 obsoletes patch 8 from the recent RISC-V series
(https://groups.google.com/g/isar-users/c/0QBjhzcs3ac/m/slLUMUUbBAAJ).
Still on my todo list is demoing RPMB and fTPM on this board, altough it
does not support real security (GP variant only).
Jan
Jan Kiszka (9):
meta-isar: linux-mainline: Update to 6.6.10
optee-os: Switch default binary to tee-raw.bin
u-boot-custom: Allow to set BL31 and TEE from recipes
u-boot-custom: Allow to define different installation binaries
beagleplay: Add TF-A recipe
beagleplay: Add OP-TEE recipe
beagleplay: Add U-Boot recipe
Add support for the BeaglePlay board
expand-on-first-boot: Preserve MBR on expansion of GPT disks
RECIPE-API-CHANGELOG.md | 5 ++
kas/machine/Kconfig | 5 ++
kas/machine/beagleplay.yaml | 9 +++
.../imagetypes_beagleplay_hybrid.bbclass | 25 ++++++
meta-isar/conf/machine/beagleplay.conf | 24 ++++++
meta-isar/conf/mc.conf | 1 +
.../conf/multiconfig/beagleplay-bookworm.conf | 7 ++
.../optee-os/optee-os-beagleplay_4.0.0.bb | 18 +++++
.../trusted-firmware-a-beagleplay_2.10.bb | 15 ++++
...2x-Add-basic-initialization-for-usb-.patch | 80 +++++++++++++++++++
.../recipes-bsp/u-boot/files/rules-beagleplay | 16 ++--
.../u-boot/u-boot-beagleplay_2024.01-rc6.bb | 41 ++++++++++
...ne_5.4.203.bb => linux-mainline_6.6.10.bb} | 6 +-
.../lib/wic/canned-wks/beagleplay.wks.in | 11 +++
meta/recipes-bsp/optee-os/optee-os.inc | 2 +-
.../u-boot/files/debian/rules.tmpl | 2 +-
meta/recipes-bsp/u-boot/u-boot-custom.inc | 12 ++-
.../files/expand-last-partition.sh | 10 +++
18 files changed, 273 insertions(+), 16 deletions(-)
create mode 100644 kas/machine/beagleplay.yaml
create mode 100644 meta-isar/classes/imagetypes_beagleplay_hybrid.bbclass
create mode 100644 meta-isar/conf/machine/beagleplay.conf
create mode 100644 meta-isar/conf/multiconfig/beagleplay-bookworm.conf
create mode 100644 meta-isar/recipes-bsp/optee-os/optee-os-beagleplay_4.0.0.bb
create mode 100644 meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-beagleplay_2.10.bb
create mode 100644 meta-isar/recipes-bsp/u-boot/files/0001-TMP-board-ti-am62x-Add-basic-initialization-for-usb-.patch
copy meta/recipes-bsp/u-boot/files/debian/rules.tmpl => meta-isar/recipes-bsp/u-boot/files/rules-beagleplay (55%)
create mode 100644 meta-isar/recipes-bsp/u-boot/u-boot-beagleplay_2024.01-rc6.bb
rename meta-isar/recipes-kernel/linux/{linux-mainline_5.4.203.bb => linux-mainline_6.6.10.bb} (85%)
create mode 100644 meta-isar/scripts/lib/wic/canned-wks/beagleplay.wks.in
--
2.35.3
next reply other threads:[~2024-01-07 12:54 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-07 12:54 Jan Kiszka [this message]
2024-01-07 12:54 ` [PATCH 1/9] meta-isar: linux-mainline: Update to 6.6.10 Jan Kiszka
2024-01-07 12:54 ` [PATCH 2/9] optee-os: Switch default binary to tee-raw.bin Jan Kiszka
2024-01-07 12:54 ` [PATCH 3/9] u-boot-custom: Allow to set BL31 and TEE from recipes Jan Kiszka
2024-01-07 12:54 ` [PATCH 4/9] u-boot-custom: Allow to define different installation binaries Jan Kiszka
2024-01-07 12:54 ` [PATCH 5/9] beagleplay: Add TF-A recipe Jan Kiszka
2024-01-08 12:49 ` Florian Bezdeka
2024-01-07 12:54 ` [PATCH 6/9] beagleplay: Add OP-TEE recipe Jan Kiszka
2024-01-07 12:54 ` [PATCH 7/9] beagleplay: Add U-Boot recipe Jan Kiszka
2024-01-08 13:17 ` Florian Bezdeka
2024-01-08 13:19 ` Jan Kiszka
2024-01-07 12:54 ` [PATCH 8/9] Add support for the BeaglePlay board Jan Kiszka
2024-01-07 16:40 ` Jan Kiszka
2024-01-07 12:54 ` [PATCH 9/9] expand-on-first-boot: Preserve MBR on expansion of GPT disks Jan Kiszka
2024-01-08 8:51 ` [PATCH 0/9] Add support for BeaglePlay Anton Mikanovich
2024-01-08 12:18 ` Jan Kiszka
2024-01-08 13:53 ` Anton Mikanovich
2024-01-08 15:07 ` Jan Kiszka
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=cover.1704632056.git.jan.kiszka@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=isar-users@googlegroups.com \
--cc=nm@ti.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