9
0
Fork 0
barebox/arch/mips/mach-malta
Antony Pavlov 93f1811d8b MIPS: qemu-malta: add CBUS UART support
This patch adds CBUS UART dts support;
also it adds the necessary macros for DEBUG_LL.

qemu-malta supports three serial interfaces:

  * two ports are provided by the FDC37M817
    Super I/O; this chip is connected via LPC bus
    to Intel 82371EB (PIIX4E) South Bridge;

  * the third serial port is provided by
    the discrete TI 16C550C (CBUS UART);
    this chip is connected via CBUS directly
    to the board's GT64120 North Bridge.

See Malta User's Manual (MD00048) for details.

CBUS UART Instructions for use:

  1. Enable CONFIG_CONSOLE_ACTIVATE_ALL in .config
     (or disable uart0 in dts) and compile barebox;

  2. run qemu:

     qemu-system-mips -nographic -nodefaults \
        -monitor null -M malta -m 256 \
        -serial null -serial null -serial stdio \
        -bios barebox-flash-image

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-04-03 07:55:16 +02:00
..
include/mach MIPS: qemu-malta: add CBUS UART support 2014-04-03 07:55:16 +02:00
Kconfig Set model and hostname at boardlevel 2013-08-16 08:40:55 +02:00
Makefile MIPS: add Malta machine support to barebox 2011-08-05 18:20:17 +02:00
mach-malta.dox MIPS: add qemu-malta documentation 2011-08-05 18:20:29 +02:00
reset.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00