public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Che-Wei Chuang via buildroot <buildroot@buildroot.org>
To: <buildroot@buildroot.org>
Cc: Leo Yu-Chi Liang <ycliang@andestech.com>,
	Che-Wei Chuang <cnoize@andestech.com>
Subject: [Buildroot] [PATCH 0/2] board/andes: add AE350 OP-TEE support
Date: Wed, 7 Jan 2026 15:33:59 +0800	[thread overview]
Message-ID: <20260107073401.3004368-1-cnoize@andestech.com> (raw)

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

             reply	other threads:[~2026-01-07  7:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-07  7:33 Che-Wei Chuang via buildroot [this message]
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

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=20260107073401.3004368-1-cnoize@andestech.com \
    --to=buildroot@buildroot.org \
    --cc=cnoize@andestech.com \
    --cc=ycliang@andestech.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