summaryrefslogtreecommitdiffstats
path: root/arch/mips/boards/qemu-malta/qemu-malta.dox
blob: accb56ae9fa4f024a97931cf513766c4d765cea1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** @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-flash-image
@endverbatim

Links:
@li http://www.linux-mips.org/wiki/Mips_Malta
@li http://www.qemu.org/

*/