From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLwJm-0001vk-JT for qemu-devel@nongnu.org; Sun, 11 Jan 2009 04:09:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLwJk-0001vY-MD for qemu-devel@nongnu.org; Sun, 11 Jan 2009 04:09:13 -0500 Received: from [199.232.76.173] (port=49283 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLwJk-0001vV-Bp for qemu-devel@nongnu.org; Sun, 11 Jan 2009 04:09:12 -0500 Received: from vsmtp04.dti.ne.jp ([202.216.231.139]:61870) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLwJi-0004Xl-FV for qemu-devel@nongnu.org; Sun, 11 Jan 2009 04:09:11 -0500 Received: from [192.168.1.21] (PPPa1787.e11.eacc.dti.ne.jp [124.255.93.17]) by vsmtp04.dti.ne.jp (3.11v) with ESMTP AUTH id n0B996vR011089 for ; Sun, 11 Jan 2009 18:09:06 +0900 (JST) Message-ID: <4969B735.4000706@juno.dti.ne.jp> Date: Sun, 11 Jan 2009 18:09:09 +0900 From: Shin-ichiro KAWASAKI MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/3] sh: SE7750 board support Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, all. I'm sending a patch series which provide SE7750 := Solution Engine 7750 board emulation. SE7750 is one of SH4 cpu boards, and uses peripherals in a different way from r2d+ board. Then it is useful to check the maturity of SH4 peripheral emulation. In fact, two lacks got apparent. - cache flush emulation by "movca.l" and "obci" : thanx to Edgar. - SCI := serial communication interface emulation. Improvements for them are included in this series. This work is checked with linux 2.6.28 with se7750_defconfig with initramfs. I saw login prompt of '/bin/ash' and 'ls' working finely. With these patches and linux kernel 2.6.18, we can see Real Time Clock module causes boot failure, though work for avoiding it is left. NIC and CF do not work either. Regards, Shin-ichiro KAWASAKI