From 597b2a26973a0c55540d268f2026e4924562ff71 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Sat, 26 Oct 2013 13:15:07 +0400 Subject: 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 Signed-off-by: Sascha Hauer --- arch/mips/boards/qemu-malta/qemu-malta.dox | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arch/mips/boards') diff --git a/arch/mips/boards/qemu-malta/qemu-malta.dox b/arch/mips/boards/qemu-malta/qemu-malta.dox index accb56ae9f..bf10244585 100644 --- a/arch/mips/boards/qemu-malta/qemu-malta.dox +++ b/arch/mips/boards/qemu-malta/qemu-malta.dox @@ -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/ */ -- cgit v1.2.3