Statistics
| Branch: | Revision:

root / hw / bonito.c @ a0f42610

History | View | Annotate | Download (24 kB)

# Date Author Comment
750ecd44 11/28/2011 03:38 pm Avi Kivity

sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()

Signed-off-by: Avi Kivity <>

89200979 11/28/2011 03:38 pm Benoît Canet

bonito: convert north bridge register mapping to memory API

Signed-off-by: Benoît Canet <>
Signed-off-by: Avi Kivity <>

183e1d40 11/28/2011 03:38 pm Benoît Canet

bonito: convert north bridge pci config to memory API

Signed-off-by: Benoît Canet <>
Signed-off-by: Avi Kivity <>

845cbeb8 11/28/2011 03:38 pm Benoît Canet

bonito: convert south bridge pci config to memory API

Signed-off-by: Benoît Canet <>
Signed-off-by: Avi Kivity <>

def344a6 11/28/2011 03:38 pm Benoît Canet

bonito: convert ldma to memory API

Signed-off-by: Benoît Canet <>
Signed-off-by: Avi Kivity <>

9a542a48 11/28/2011 03:38 pm Benoît Canet

bonito: convert cop to memory API

Signed-off-by: Benoît Canet <>
Signed-off-by: Avi Kivity <>

b2bedb21 09/16/2011 04:25 pm Stefan Weil

Remove blanks before \n in output strings

Those blanks violate the coding conventions, see
scripts/checkpatch.pl.

Blanks missing after colons in the changed lines were added.

This patch does not try to fix tabs, long lines and other
problems in the changed lines, therefore checkpatch.pl reports...

aee97b84 08/08/2011 06:15 pm Avi Kivity

pci: pass I/O address space to new PCI bus

This lets us register BARs in the I/O address space.

Reviewed-by: Richard Henderson <>
Reviewed-by: Anthony Liguori <>
Signed-off-by: Avi Kivity <>
Signed-off-by: Anthony Liguori <>

1e39101c 07/29/2011 04:25 pm Avi Kivity

pci: pass address space to pci bus when created

This is now done sloppily, via get_system_memory(). Eventually callers
will be converted to stop using that.

Reviewed-by: Anthony Liguori <>
Signed-off-by: Avi Kivity <>
Signed-off-by: Anthony Liguori <>

51387f86 06/12/2011 10:33 am Isaku Yamahata

hw/bonito.c: convert to PCIDeviceInfo to initialize ids

use PCIDeviceInfo to initialize ids.

Signed-off-by: Isaku Yamahata <>
Signed-off-by: Michael S. Tsirkin <>

968d683c 12/11/2010 05:24 pm Alexander Graf

isa_mmio: Always use little endian

This patch converts the ISA MMIO bridge code to always use little endian mmio.
All bswap code that existed was only there to convert from native cpu
endianness to little endian ISA devices.

Signed-off-by: Alexander Graf <>...

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...

fed61bbe 07/14/2010 03:35 pm Huacai Chen

hw/bonito: remove incorrect pci_mem_base setting

This mistake makes PCI devices can't work correctly.

Signed-off-by: Huacai Chen <>
Signed-off-by: Aurelien Jarno <>

d0f7453d 06/30/2010 12:07 am Huacai Chen

MIPS: Initial support of bonito north bridge used by fulong mini pc

Signed-off-by: Huacai Chen <>
Signed-off-by: Aurelien Jarno <>