All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] board/andes: add AE350 OP-TEE support
@ 2026-01-07  7:33 Che-Wei Chuang via buildroot
  2026-01-07  7:34 ` [Buildroot] [PATCH 1/2] DEVELOPERS: add Che-Wei Chuang for andes boards Che-Wei Chuang via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Che-Wei Chuang via buildroot @ 2026-01-07  7:33 UTC (permalink / raw)
  To: buildroot; +Cc: Leo Yu-Chi Liang, Che-Wei Chuang

Hi,

This series adds initial Buildroot support for the Andes AE350 platform
with OP-TEE.

Patch 1/2 updates DEVELOPERS to list the maintainer for this support.
Patch 2/2 adds the board support files, including defconfig, genimage
configuration, rootfs overlay (extlinux), kernel/U-Boot config fragments,
and a post-build script. It also adds hash files for the required
components and includes a small optee-test (xtest) compatibility patch
to avoid building stats code that depends on free2_sum when using older
OP-TEE OS versions.

Tested with:
  - make andes_ae350_45_optee_defconfig
  - make

Thanks,
Che-Wei Chuang

Che-Wei Chuang (2):
  DEVELOPERS: add Che-Wei Chuang for andes boards
  board/andes: add AE350 OP-TEE board support

 DEVELOPERS                                    |   4 +
 board/andes/ae350-optee/genimage_sdcard.cfg   |  31 +++
 board/andes/ae350-optee/linux.config.fragment |   1 +
 .../ae350-optee/patches/linux/linux.hash      |   2 +
 .../ae350-optee/patches/opensbi/opensbi.hash  |   2 +
 .../patches/optee-os/optee-os.hash            |   2 +
 ...ble-fragmentation-calculation-for-ol.patch |  43 ++++
 .../ae350-optee/patches/uboot/uboot.hash      |   2 +
 board/andes/ae350-optee/post-build.sh         |  13 ++
 board/andes/ae350-optee/readme.txt            | 204 ++++++++++++++++++
 .../boot/extlinux/extlinux.conf               |   4 +
 board/andes/ae350-optee/uboot.config.fragment |  14 ++
 configs/andes_ae350_45_optee_defconfig        |  56 +++++
 13 files changed, 378 insertions(+)
 create mode 100644 board/andes/ae350-optee/genimage_sdcard.cfg
 create mode 100644 board/andes/ae350-optee/linux.config.fragment
 create mode 100644 board/andes/ae350-optee/patches/linux/linux.hash
 create mode 100644 board/andes/ae350-optee/patches/opensbi/opensbi.hash
 create mode 100644 board/andes/ae350-optee/patches/optee-os/optee-os.hash
 create mode 100644 board/andes/ae350-optee/patches/optee-test/4.6.0/0001-xtest-stats-Disable-fragmentation-calculation-for-ol.patch
 create mode 100644 board/andes/ae350-optee/patches/uboot/uboot.hash
 create mode 100755 board/andes/ae350-optee/post-build.sh
 create mode 100644 board/andes/ae350-optee/readme.txt
 create mode 100644 board/andes/ae350-optee/rootfs_overlay/boot/extlinux/extlinux.conf
 create mode 100644 board/andes/ae350-optee/uboot.config.fragment
 create mode 100644 configs/andes_ae350_45_optee_defconfig

-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-01-08 10:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-07  7:33 [Buildroot] [PATCH 0/2] board/andes: add AE350 OP-TEE support Che-Wei Chuang via buildroot
2026-01-07  7:34 ` [Buildroot] [PATCH 1/2] DEVELOPERS: add Che-Wei Chuang for andes boards Che-Wei Chuang via buildroot
2026-01-07  7:34 ` [Buildroot] [PATCH 2/2] board/andes: add AE350 OP-TEE board support Che-Wei Chuang via buildroot
2026-01-07  9:48   ` Vincent Jardin via buildroot
2026-01-07 14:02 ` [Buildroot] [PATCH 0/2] board/andes: add AE350 OP-TEE support Thomas Petazzoni via buildroot
2026-01-08 10:10   ` Che-Wei Chuang via buildroot

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.