9
0
Fork 0

MIPS: qemu-malta: doc: add gxemul documentation

GXemul is another MIPS emulator with Malta board support.
As opposed to qemu GXemul supports only fixed GT64120
YAMON-compatible PCI mapping.

As now barebox uses YAMON-style mapping  we can
use GXemul for barebox run.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2013-10-26 13:15:07 +04:00 committed by Sascha Hauer
parent 7b29868f3e
commit 597b2a2697
1 changed files with 6 additions and 0 deletions

View File

@ -7,8 +7,14 @@ Emulator run string:
qemu-system-mips -nodefaults -M malta -m 256 -nographic -serial stdio -monitor null -bios barebox-flash-image
@endverbatim
Also you can use GXemul:
@verbatim
gxemul -Q -x -e maltabe -M 256 0xbfc00000:barebox-flash-image
@endverbatim
Links:
@li http://www.linux-mips.org/wiki/Mips_Malta
@li http://www.qemu.org/
@li http://gxemul.sourceforge.net/
*/