]> git.dujemihanovic.xyz Git - u-boot.git/commit
bmips: Add Inteno XG6846 board
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 26 Sep 2023 09:23:39 +0000 (11:23 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 6 Nov 2023 15:20:21 +0000 (10:20 -0500)
commita01b946e567455b77a8736b6588af859ecf40a56
tree48279822359288735c28b9b9113b82d98a33d176
parent274f41c653b0ca3be1bf66b7b8e3e9c47d73e3e4
bmips: Add Inteno XG6846 board

This adds support for the Inteno XG6846 board based on the
Broadcom MIPS 6328 SoC.

The default boot will read a uImage from flash and boot it.

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/mips/dts/Makefile
arch/mips/dts/inteno,xg6846.dts [new file with mode: 0644]
arch/mips/mach-bmips/Kconfig
board/inteno/xg6846/Kconfig [new file with mode: 0644]
board/inteno/xg6846/MAINTAINERS [new file with mode: 0644]
configs/inteno_xg6846_ram_defconfig [new file with mode: 0644]
include/configs/inteno_xg6846.h [new file with mode: 0644]