summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-04-22 15:13:21 -0600
committerTom Rini <[email protected]>2025-04-22 15:13:21 -0600
commit20fcb6305eef553a94eeed6efb1a60ee3ccd9db7 (patch)
tree6e9b463232e44565a6495161d6db3178741f348e /board
parentbf2db18116137bb2f82165206be3f16baf314feb (diff)
parentbaf4bdcdeda78874efa8e2e7875ab4a91f5aa502 (diff)
Merge patch series "MIPS: Boston: Various enhancements"
Jiaxun Yang <[email protected]> says: This is a huge series which promoted MIPS/Boston target into a usable state, with fixes to drivers and general framework issues I found in this process. I also converted the target to OF_UPSTREAM. This target is covered by QEMU, to test on QEMU: ``` make boston64r6el_defconfig make qemu-system-mips64el -M boston -cpu I6500 -bios ./u-boot.bin -nographic ``` Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'board')
-rw-r--r--board/imgtec/boston/Kconfig4
-rw-r--r--board/imgtec/boston/MAINTAINERS3
-rw-r--r--board/imgtec/boston/boston.env9
-rw-r--r--board/imgtec/malta/MAINTAINERS2
4 files changed, 16 insertions, 2 deletions
diff --git a/board/imgtec/boston/Kconfig b/board/imgtec/boston/Kconfig
index 5537788001a..965847d9650 100644
--- a/board/imgtec/boston/Kconfig
+++ b/board/imgtec/boston/Kconfig
@@ -9,6 +9,10 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "boston"
+
+config ENV_SOURCE_FILE
+ default "boston"
+
config TEXT_BASE
default 0x9fc00000 if 32BIT
default 0xffffffff9fc00000 if 64BIT
diff --git a/board/imgtec/boston/MAINTAINERS b/board/imgtec/boston/MAINTAINERS
index 07f6156ffcb..b03a6487db2 100644
--- a/board/imgtec/boston/MAINTAINERS
+++ b/board/imgtec/boston/MAINTAINERS
@@ -1,6 +1,7 @@
BOSTON BOARD
-M: Paul Burton <[email protected]>
+M: Paul Burton <[email protected]>
S: Maintained
+F: arch/mips/dts/boston-u-boot.dtsi
F: board/imgtec/boston/
F: include/configs/boston.h
F: configs/boston32r2_defconfig
diff --git a/board/imgtec/boston/boston.env b/board/imgtec/boston/boston.env
new file mode 100644
index 00000000000..796e0fd6bf9
--- /dev/null
+++ b/board/imgtec/boston/boston.env
@@ -0,0 +1,9 @@
+#ifdef CONFIG_64BIT
+fdt_addr_r=0xffffffff80001000
+kernel_addr_r=0xffffffff88000000
+ramdisk_addr_r=0xffffffff8b000000
+#else
+fdt_addr_r=0x80001000
+kernel_addr_r=0x88000000
+ramdisk_addr_r=0x8b000000
+#endif
diff --git a/board/imgtec/malta/MAINTAINERS b/board/imgtec/malta/MAINTAINERS
index b1cf297f4fa..252c5e45ab5 100644
--- a/board/imgtec/malta/MAINTAINERS
+++ b/board/imgtec/malta/MAINTAINERS
@@ -1,5 +1,5 @@
MALTA BOARD
-M: Paul Burton <[email protected]>
+M: Paul Burton <[email protected]>
S: Maintained
F: board/imgtec/malta/
F: include/configs/malta.h