Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | malta: update MIPS64 ISA to R2 | Tony Ambardar | 2020-10-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | 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> [Refresh config and fix README] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> | ||||
* | malta: fix image prefix names | John Crispin | 2018-01-09 | 1 | -4/+4 |
| | | | | Signed-off-by: John Crispin <john@phrozen.org> | ||||
* | malta: add 64 bit qemu commands to README | Hauke Mehrtens | 2017-10-15 | 1 | -2/+8 |
| | | | | | | This shows how to boot up the 64 bit images. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> | ||||
* | malta: Fix README file examples | Florian Fainelli | 2017-01-10 | 1 | -2/+2 |
| | | | | | | | The example command-lines used references and paths from an older directory structure. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> | ||||
* | malta: update README | Gabor Juhos | 2013-07-19 | 1 | -2/+2 |
| | | | | | | | | | The images which are usable with Qemu have a '-initramfs' suffix. Update the readme to reflect that. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37454 | ||||
* | update qemu README wrt latest qemu | Florian Fainelli | 2010-08-25 | 1 | -2/+2 |
| | | | | SVN-Revision: 22790 | ||||
* | create two endian-specific subtargets, as malta can run both | Florian Fainelli | 2010-04-10 | 1 | -1/+5 |
| | | | | SVN-Revision: 20790 | ||||
* | fix path to the malta kernel | Florian Fainelli | 2010-03-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 20183 | ||||
* | add a MIPS Malta target to be used with qemu | Florian Fainelli | 2010-02-28 | 1 | -0/+9 |
SVN-Revision: 19893 |