From: Lucas Tanure <tanure@linux.com>
To: u-boot@lists.u-boot-project.org
Cc: neil.armstrong@linaro.org, trini@konsulko.com,
ilias.apalodimas@linaro.org, funderscore@postmasteros.org,
u-boot-amlogic@groups.io
Subject: [PATCH v2 0/4] Add Amlogic T7 (A311D2) and Khadas VIM4 support
Date: Fri, 21 Aug 2026 09:45:59 +0100 [thread overview]
Message-ID: <20260821084603.25974-1-tanure@linux.com> (raw)
This series adds initial mainline support for the Amlogic T7 SoC
family and the Khadas VIM4 board (A311D2):
- S4-generation UART support
- the T7 platform code
- VIM4 board and defconfig
- VIM4 documentation
Tested on a Khadas VIM4 board, both chainloaded from the vendor U-Boot
(tftpboot) and cold-booted from an SD card.
Changes in v2:
- move the T7 register and reserved memory defines to a new
asm/arch-meson/t7.h header
- shorten the MESON_T7 Kconfig help text to match the other SoCs
- drop __maybe_unused from meson_init_reserved_memory(), the
parameter is used
- move the SoC-level bootph-all properties to a common
amlogic-t7-u-boot.dtsi
- drop CONFIG_SYS_PROMPT from the defconfig
Lucas Tanure (4):
serial: meson: add Amlogic S4 UART support
arm: meson: add Amlogic T7 SoC family support
board: amlogic: add Khadas VIM4 support
doc: board: amlogic: add Khadas VIM4 documentation
.../amlogic-t7-a311d2-khadas-vim4-u-boot.dtsi | 16 +++
arch/arm/dts/amlogic-t7-u-boot.dtsi | 14 ++
arch/arm/include/asm/arch-meson/boot0.h | 18 +++
arch/arm/include/asm/arch-meson/t7.h | 25 ++++
arch/arm/mach-meson/Kconfig | 9 ++
arch/arm/mach-meson/Makefile | 1 +
arch/arm/mach-meson/board-t7.c | 82 ++++++++++++
board/amlogic/vim4/MAINTAINERS | 8 ++
board/amlogic/vim4/Makefile | 4 +
board/amlogic/vim4/vim4.c | 14 ++
configs/khadas-vim4_defconfig | 26 ++++
doc/board/amlogic/index.rst | 119 ++++++++---------
doc/board/amlogic/khadas-vim4.rst | 122 ++++++++++++++++++
drivers/serial/serial_meson.c | 51 ++++++--
14 files changed, 437 insertions(+), 72 deletions(-)
create mode 100644 arch/arm/dts/amlogic-t7-a311d2-khadas-vim4-u-boot.dtsi
create mode 100644 arch/arm/dts/amlogic-t7-u-boot.dtsi
create mode 100644 arch/arm/include/asm/arch-meson/boot0.h
create mode 100644 arch/arm/include/asm/arch-meson/t7.h
create mode 100644 arch/arm/mach-meson/board-t7.c
create mode 100644 board/amlogic/vim4/MAINTAINERS
create mode 100644 board/amlogic/vim4/Makefile
create mode 100644 board/amlogic/vim4/vim4.c
create mode 100644 configs/khadas-vim4_defconfig
create mode 100644 doc/board/amlogic/khadas-vim4.rst
--
2.55.0
next reply other threads:[~2026-08-21 13:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-21 8:45 Lucas Tanure [this message]
2026-08-21 8:46 ` [PATCH v2 1/4] serial: meson: add Amlogic S4 UART support Lucas Tanure
2026-08-21 8:46 ` [PATCH v2 2/4] arm: meson: add Amlogic T7 SoC family support Lucas Tanure
2026-08-21 8:46 ` [PATCH v2 3/4] board: amlogic: add Khadas VIM4 support Lucas Tanure
2026-08-21 8:46 ` [PATCH v2 4/4] doc: board: amlogic: add Khadas VIM4 documentation Lucas Tanure
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=20260821084603.25974-1-tanure@linux.com \
--to=tanure@linux.com \
--cc=funderscore@postmasteros.org \
--cc=ilias.apalodimas@linaro.org \
--cc=neil.armstrong@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot-amlogic@groups.io \
--cc=u-boot@lists.u-boot-project.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox