From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnZgQ-0008Dc-Q8 for qemu-devel@nongnu.org; Mon, 02 Dec 2013 15:01:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnZgM-00087O-5P for qemu-devel@nongnu.org; Mon, 02 Dec 2013 15:01:30 -0500 Received: from [2a03:4000:1::4e2f:c7ac:d] (port=52055 helo=v220110690675601.yourvserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnZgL-00086l-VA for qemu-devel@nongnu.org; Mon, 02 Dec 2013 15:01:26 -0500 Message-ID: <529CE6FF.3020801@weilnetz.de> Date: Mon, 02 Dec 2013 21:01:03 +0100 From: Stefan Weil MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] arm: Raspberry Pi support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?windows-1252?Q?Jan_Petrou=9A?= , QEMU Developers , =?windows-1252?Q?Gr=E9gory_ESTRADE?= Am 02.12.2013 12:11, schrieb Jan Petrou=9A: > > Initial commit. Added 'raspi' virtual platform and corresponding > BCM2835 devices support. > > The code is (c) Gregory Estrade > > 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 disable= d > 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 >. > > Signed-off-by: Gregory Estrade > > Signed-off-by: Jan Petrous > > 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=E9gory. 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