aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/malta/README
Commit message (Collapse)AuthorAgeFilesLines
* malta: update MIPS64 ISA to R2Tony Ambardar2020-10-111-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 namesJohn Crispin2018-01-091-4/+4
| | | | Signed-off-by: John Crispin <john@phrozen.org>
* malta: add 64 bit qemu commands to READMEHauke Mehrtens2017-10-151-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 examplesFlorian Fainelli2017-01-101-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 READMEGabor Juhos2013-07-191-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 qemuFlorian Fainelli2010-08-251-2/+2
| | | | SVN-Revision: 22790
* create two endian-specific subtargets, as malta can run bothFlorian Fainelli2010-04-101-1/+5
| | | | SVN-Revision: 20790
* fix path to the malta kernelFlorian Fainelli2010-03-131-1/+1
| | | | SVN-Revision: 20183
* add a MIPS Malta target to be used with qemuFlorian Fainelli2010-02-281-0/+9
SVN-Revision: 19893