Statistics
| Branch: | Revision:

root / hw / omap_uart.c @ 8656954a

History | View | Annotate | Download (5.5 kB)

# Date Author Comment
2507c12a 12/11/2010 05:24 pm Alexander Graf

Add endianness as io mem parameter

As stated before, devices can be little, big or native endian. The
target endianness is not of their concern, so we need to push things
down a level.

This patch adds a parameter to cpu_register_io_memory that allows a
device to choose its endianness. For now, all devices simply choose...

6a8aabd3 09/10/2010 02:55 am Stefan Weil

hw/omap: Fix default setup for OMAP UART devices

Character devices created by qemu_chr_open don't
allow duplicate device names, so naming all
UART devices "null" no longer works.

Running "qemu-system-arm -M n800" (and some other machines)
results in this error message:...

02d74341 06/30/2010 09:41 pm cmchao

hw/omap1.c : separate uart module

Signed-off-by: cmchao <>
Signed-off-by: Aurelien Jarno <>