aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorLinus Walleij2023-09-26 11:23:39 +0200
committerTom Rini2023-11-06 10:20:21 -0500
commita01b946e567455b77a8736b6588af859ecf40a56 (patch)
tree48279822359288735c28b9b9113b82d98a33d176 /board
parent274f41c653b0ca3be1bf66b7b8e3e9c47d73e3e4 (diff)
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>
Diffstat (limited to 'board')
-rw-r--r--board/inteno/xg6846/Kconfig12
-rw-r--r--board/inteno/xg6846/MAINTAINERS6
2 files changed, 18 insertions, 0 deletions
diff --git a/board/inteno/xg6846/Kconfig b/board/inteno/xg6846/Kconfig
new file mode 100644
index 00000000000..4dd78b3b196
--- /dev/null
+++ b/board/inteno/xg6846/Kconfig
@@ -0,0 +1,12 @@
+if BOARD_INTENO_XG6846
+
+config SYS_BOARD
+ default "xg6846"
+
+config SYS_VENDOR
+ default "inteno"
+
+config SYS_CONFIG_NAME
+ default "inteno_xg6846"
+
+endif
diff --git a/board/inteno/xg6846/MAINTAINERS b/board/inteno/xg6846/MAINTAINERS
new file mode 100644
index 00000000000..ca41730940f
--- /dev/null
+++ b/board/inteno/xg6846/MAINTAINERS
@@ -0,0 +1,6 @@
+INTENO XG6846 BOARD
+M: Linus Walleij <linusw@kernel.org>
+S: Maintained
+F: board/inteno/xg6846
+F: include/configs/inteno_xg6846.h
+F: configs/inteno_xg6846_ram_defconfig