Merge patch series "MIPS: Boston: Various enhancements"
authorTom Rini <trini@konsulko.com>
Tue, 22 Apr 2025 21:13:21 +0000 (15:13 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 22 Apr 2025 21:13:21 +0000 (15:13 -0600)
commit20fcb6305eef553a94eeed6efb1a60ee3ccd9db7
tree6e9b463232e44565a6495161d6db3178741f348e
parentbf2db18116137bb2f82165206be3f16baf314feb
parentbaf4bdcdeda78874efa8e2e7875ab4a91f5aa502
Merge patch series "MIPS: Boston: Various enhancements"

Jiaxun Yang <jiaxun.yang@flygoat.com> 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/20240517-boston-v3-0-1ea7d23f4a1d@flygoat.com
15 files changed:
.mailmap
arch/mips/Kconfig
arch/mips/dts/Makefile
configs/boston32r2_defconfig
configs/boston32r2el_defconfig
configs/boston32r6_defconfig
configs/boston32r6el_defconfig
configs/boston64r2_defconfig
configs/boston64r2el_defconfig
configs/boston64r6_defconfig
configs/boston64r6el_defconfig
drivers/ata/ahci.c
drivers/ata/dwc_ahsata.c
drivers/pci/Kconfig
drivers/pci/pci_auto.c