Statistics
| Branch: | Revision:

root / hw / arm @ b48adc0d

Name Size
Makefile.objs 485 Bytes
allwinner-a10.c 3.2 kB
armv7m.c 7.8 kB
boot.c 18.1 kB
collie.c 2 kB
cubieboard.c 2 kB
digic.c 3.2 kB
digic_boards.c 4.6 kB
exynos4210.c 13.2 kB
exynos4_boards.c 5.5 kB
gumstix.c 3.9 kB
highbank.c 11.8 kB
integratorcp.c 16.8 kB
kzm.c 5.5 kB
mainstone.c 5.9 kB
musicpal.c 48.3 kB
nseries.c 42.6 kB
omap1.c 116 kB
omap2.c 86.2 kB
omap_sx1.c 7.5 kB
palm.c 9.2 kB
pxa2xx.c 68.9 kB
pxa2xx_gpio.c 10.2 kB
pxa2xx_pic.c 10.2 kB
realview.c 12.9 kB
spitz.c 32.4 kB
stellaris.c 39.1 kB
strongarm.c 43.2 kB
strongarm.h 1.5 kB
tosa.c 8.1 kB
versatilepb.c 12.2 kB
vexpress.c 23.3 kB
virt.c 15.5 kB
xilinx_zynq.c 8.2 kB
z2.c 9.7 kB

Latest revisions

# Date Author Comment
b48adc0d 01/31/2014 04:47 pm Alistair Francis

ZYNQ: Implement board MIDR control for Zynq

This patch uses the fact that the midr variable is now a property
This patch sets the midr variable to the boards custom midr

Signed-off-by: Alistair Francis <>
Message-id: ...

83bfffec 01/31/2014 04:47 pm Peter Maydell

hw/arm/boot: Don't set up ATAGS for autogenerated dtb booting

The code which decides whether to set up the ATAGS data structure on
reset was using the wrong conditional, which meant we were creating
an ATAGS structure when doing a device-tree boot if the dtb was...

c06f13c6 01/09/2014 09:24 pm Anthony Liguori

Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging

QOM infrastructure fixes and device conversions

  • QOM interface fixes and unit test
  • Device no_user sanitization and documentation
  • Device error reporting improvement
  • Conversion of APIC, ICC, IOAPIC to QOM realization model...
666eb032 01/09/2014 09:24 pm Anthony Liguori

Merge remote-tracking branch 'mjt/trivial-patches' into staging

  • mjt/trivial-patches:
    acpi unit-test: Remove temporary disk after test
    mainstone: Fix duplicate array values for key 'space'
    pxa27x: Add 'const' attribute to keyboard maps
    pxa27x: Reduce size of keyboard matrix mapping...
7fcd57e8 01/08/2014 09:07 pm Peter Crosthwaite

arm/xilinx_zynq: Always instantiate the GEMs

Don't conditionalise GEM instantiation on networking attachments. The
device should always be present even if not attached to a network.

This allows for probing of the device by expectant guests (such as
OS's). This is needed because sysbus (or AXI in Xilinx's real hw case)...

52975c31 01/01/2014 04:03 pm Stefan Weil

pxa27x: Add 'const' attribute to keyboard maps

The mapping is a hardware feature, so it is relatively constant.

Signed-off-by: Stefan Weil <>
Reviewed-by: Peter Maydell <>
Signed-off-by: Michael Tokarev <>

7dbc1158 01/01/2014 04:03 pm Stefan Weil

mainstone: Fix duplicate array values for key 'space'

cgcc reported a duplicate initialisation. Mainstone includes a matrix
keyboard where two different positions map to 'space'.

QEMU uses the reversed mapping and does not map 'space' to two different
matrix positions....

112f2ac9 12/23/2013 02:02 pm Stefan Weil

hw/arm/highbank: Simplify code (memory region in device state)

The memory region can be included by value instead of by reference in the
device state.

Signed-off-by: Stefan Weil <>
Reviewed-by: Peter Maydell <>
Reviewed-by: Peter Crosthwaite <>...

efec3dd6 12/23/2013 01:27 am Markus Armbruster

qdev: Replace no_user by cannot_instantiate_with_device_add_yet

In an ideal world, machines can be built by wiring devices together
with configuration, not code. Unfortunately, that's not the world we
live in right now. We still have quite a few devices that need to be...

837d3716 12/23/2013 01:27 am Markus Armbruster

sysbus: Set cannot_instantiate_with_device_add_yet

device_add plugs devices into suitable bus. For "real" buses, that
actually connects the device. For sysbus, the connections need to be
made separately, and device_add can't do that. The device would be...

View revisions

Also available in: Atom