Am 02.12.2013 12:11, schrieb Jan Petrouš:
Initial commit. Added 'raspi' virtual platform and corresponding
BCM2835 devices support.
The code is (c) Gregory Estrade <address@hidden
<mailto:address@hidden>>
retrieved from Greg's out-of-tree repository on github
https://github.com/Torlus/qemu/tree/rpi
and squashed the following commits:
4a9dcbd Timer fix (courtesy of Romain Caritey), LOG_REGISTERS disabled
by default in property handler.
9092a09 applied JacobL's patch on ATAGs
02bf596 rpi: Default resolution set to 640x480
c74ef39 rpi: Attempt to fix segfault in display update
db76ca8 rpi: sysbus_from_qdev replaced by SYS_BUS_DEVICE
1029033 rpi: pre-alpha USB controller emulation, fixes in VC->arm
property interface and eMMC interrupt generation.
48808d4 rpi: USB emulation started
dd26108 rpi: ARM timer emulation
527fd08 rpi: eMMC/fb enhancements, RiscOS is now booting.
7e4c052 rpi: property chaanel, ARM1176 cp15-c12 added, framebuffer
enhancements
a8c161d Fixed include paths
2f4f9fc Initial commit for Raspberry Pi support
Upstreaming code cleaning by Jan Petrous <address@hidden
<mailto:address@hidden>>.
Signed-off-by: Gregory Estrade <address@hidden
<mailto:address@hidden>>
Signed-off-by: Jan Petrous <address@hidden
<mailto:address@hidden>>
Hi Jan,
please send your next e-mails in simple text instead of html format. If
you use "git send-email", it will be formatted in the right way.
The patch which you have send here is not the latest version from
Grégory. Comments for this patch are nevertheless welcome. I have
included the system emulation for Raspberry Pi in my personal git tree
since several months now and would be delighted to see it as part of the
official QEMU code.
Regards,
Stefan Weil