9
0
Fork 0

MIPS: add qemu-malta documentation

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2011-08-05 14:58:38 +04:00 committed by Sascha Hauer
parent b12f817f47
commit 44861592ef
4 changed files with 30 additions and 0 deletions

View File

@ -45,6 +45,11 @@ x86 type:
@li @subpage generic_pc
MIPS type:
@li @subpage qemu_malta
*/
/* TODO

View File

@ -0,0 +1,15 @@
/** @page qemu_malta QEmu malta emulated board
Specific to this emulated board is, it does not require any setup code to bring the SDRAM and RS232 up.
Emulator run string:
@verbatim
qemu-system-mips -nodefaults -M malta -m 256 -nographic -serial stdio -monitor null -bios barebox.bin
@endverbatim
Links:
@li http://www.mips.com/products/development-kits/malta/
@li http://www.linux-mips.org/wiki/Mips_Malta
@li http://www.qemu.org/
*/

View File

@ -0,0 +1,7 @@
/** @page dev_malta_mach MIPS Malta in barebox
@section malta_boards MIPS Malta boards
@li @subpage qemu_malta
*/

View File

@ -51,4 +51,7 @@ Further reading:
* Dominic Sweetman, See MIPS Run, Morgan Kaufmann, 2nd edition, 2006
ISBN-13: 978-0120884216
@subsection mach_mips_malta_info Malta boards
@li @subpage dev_malta_mach
*/