summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-03-09 08:30:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-09 08:30:24 +0100
commitc3efa8470b3addb3cfbcfbf2a2be1ed799489623 (patch)
tree7e1ed9ab95525bde4c8244815b58dc3f178c3d74 /Documentation
parent696bd3833712e2b0f1ce296353a5cfbfb5ef3321 (diff)
parentfd0877696d747d083325c77a15ade30694b3a3d6 (diff)
downloadbarebox-c3efa8470b3addb3cfbcfbf2a2be1ed799489623.tar.gz
barebox-c3efa8470b3addb3cfbcfbf2a2be1ed799489623.tar.xz
Merge branch 'for-next/mips'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/mips/qemu-malta.rst17
1 files changed, 13 insertions, 4 deletions
diff --git a/Documentation/boards/mips/qemu-malta.rst b/Documentation/boards/mips/qemu-malta.rst
index 22da600615..0c4d639194 100644
--- a/Documentation/boards/mips/qemu-malta.rst
+++ b/Documentation/boards/mips/qemu-malta.rst
@@ -10,10 +10,6 @@ QEMU run string::
-nographic -serial stdio -monitor null \
-bios barebox-flash-image
-Also you can use GXemul::
-
- gxemul -Q -x -e maltabe -M 256 0xbfc00000:barebox-flash-image
-
Little-endian mode
------------------
@@ -35,6 +31,19 @@ QEMU run string::
-bios barebox-flash-image
+Using GXemul
+------------
+
+GXemul supports MIPS Malta except PCI stuff.
+You can use GXemul to run little-endian barebox (use gxemul-malta_defconfig).
+
+N.B. There is no need to swap words in ``zbarebox.bin`` for little-endian GXemul!
+
+GXemul run string::
+
+ gxemul -Q -e malta -M 256 0xbfc00000:barebox-flash-image
+
+
Links
-----