]> git.dujemihanovic.xyz Git - u-boot.git/commit
sunxi: h616: add Tanix TX1 support
authorAndre Przywara <andre.przywara@arm.com>
Mon, 25 Mar 2024 21:58:39 +0000 (21:58 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Tue, 6 Aug 2024 10:19:48 +0000 (11:19 +0100)
commit895d051702790311a98244e26c757c12771022e2
tree91b44608dc4a4c91edde3a1cdd51fded3705bc97
parent70fc84493c73a2acc145ab8f25d1ee4083a2a12b
sunxi: h616: add Tanix TX1 support

The Tanix TX1 is a tiny TV box, featuring the Allwinner H313 SoC with up
to 2GB of DRAM and 16GB of eMMC. There is no SD card or Ethernet port on
this small device, but it can be booted via the USB debug "FEL" mode.
The bootloader could then be written to the eMMC.

Add the defconfig for that board, and add the devicetree file to the
Makefile, for it to be built.
The DRAM parameters were taken from the vendor firmware on the eMMC.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/dts/Makefile
board/sunxi/MAINTAINERS
configs/tanix_tx1_defconfig [new file with mode: 0644]