]> git.ipfire.org Git - thirdparty/openwrt.git/commit
malta: update MIPS64 ISA to R2
authorTony Ambardar <itugrok@yahoo.com>
Fri, 14 Aug 2020 05:11:22 +0000 (22:11 -0700)
committerTony Ambardar <itugrok@yahoo.com>
Sat, 26 Sep 2020 08:03:51 +0000 (01:03 -0700)
commit93608697f3a72568bc4ba6c96b16c8a1b64cc8de
tree9c8c8074b8b1896074e2011e113e10b08b977eef
parent7dc78d1d2893b672544e8c26026ce961a7248a82
malta: update MIPS64 ISA to R2

Usage of current R1 ISA is inconsistent with the MIPS32 subtarget, little
used and has limited utility for testing.

Many distros target a minimum R2 ISA. Debian MIPS 32-bit/64-bit ports all
use MIPS R2 ISA since Stretch, for example. Fedora's MIPS arch also targets
the R2 ISA for 32-bit/64-bit.

Widely used MIPS64 platforms like Octeon are based on the MIPS R2 ISA or
later, and benefit from having a compatible test platform in OpenWRT.

While Linux does support MIPS64 R1 targets, its usefulness for development
and testing is limited. As an example, the modern Linux eBPF JIT requires
a MIPS R2 ISA or later.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
include/target.mk
target/linux/malta/be64/config-default
target/linux/malta/be64/target.mk
target/linux/malta/le64/config-default
target/linux/malta/le64/target.mk