diff options
| author | Tom Rini <[email protected]> | 2025-04-22 15:13:21 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-22 15:13:21 -0600 |
| commit | 20fcb6305eef553a94eeed6efb1a60ee3ccd9db7 (patch) | |
| tree | 6e9b463232e44565a6495161d6db3178741f348e /dts | |
| parent | bf2db18116137bb2f82165206be3f16baf314feb (diff) | |
| parent | baf4bdcdeda78874efa8e2e7875ab4a91f5aa502 (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 'dts')
| -rw-r--r-- | dts/upstream/src/mips/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/upstream/src/mips/Makefile b/dts/upstream/src/mips/Makefile new file mode 100644 index 00000000000..9a8f6aa3584 --- /dev/null +++ b/dts/upstream/src/mips/Makefile @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0+ + +include $(srctree)/scripts/Makefile.dts + +targets += $(dtb-y) + +# Add any required device tree compiler flags here +DTC_FLAGS += -a 0x8 + +PHONY += dtbs +dtbs: $(addprefix $(obj)/, $(dtb-y)) + @: + +clean-files := */*.dtb */*.dtbo |
