diff options
author | Chris Morgan <macromorgan@hotmail.com> | 2024-08-30 10:55:14 -0500 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2024-10-10 00:43:51 +0100 |
commit | 2f7ab49644ed38b6e3fe5eb6cd3f7e3f683fc6a7 (patch) | |
tree | 7f61309850b4e607b1653a83f7b27095f91a0f04 /board | |
parent | c9fbe861a2fc1ca160dc6f3b47341282fd1aa300 (diff) |
sunxi: Add support for Anbernic RG35XX-2024
The Anbernic RG35XX series of devices are based around an Allwinner
H700 SoC with 1GB of RAM, 2 SD cards, and multiple input buttons.
This bootloader has been tested on the Anbernic RG35XX-2024 and
RG35XX-H, but should be suitable for the entire lineup of H700 based
devices.
A future series of updates will add board selection logic to identify
and load the correct device tree automatically.
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/sunxi/MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 4ad77c75f5e..84799879e85 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -132,6 +132,11 @@ M: Paul Kocialkowski <contact@paulk.fr> S: Maintained F: configs/Ampe_A76_defconfig +ANBERNIC RG35XX-2024 +M: Chris Morgan <macromorgan@hotmail.com> +S: Maintained +F: configs/anbernic_rg35xx_h700_defconfig + BANANAPI M1 PLUS M: Jagan Teki <jagan@amarulasolutions.com> S: Maintained |