From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVt77-0007Fu-0F for qemu-devel@nongnu.org; Sat, 07 Feb 2009 14:45:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVt75-0007E3-Ej for qemu-devel@nongnu.org; Sat, 07 Feb 2009 14:45:16 -0500 Received: from [199.232.76.173] (port=34262 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVt75-0007Dr-2L for qemu-devel@nongnu.org; Sat, 07 Feb 2009 14:45:15 -0500 Received: from 30.mail-out.ovh.net ([213.186.62.213]:60853) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LVt74-0005mu-JL for qemu-devel@nongnu.org; Sat, 07 Feb 2009 14:45:14 -0500 Date: Sat, 7 Feb 2009 20:42:00 +0100 From: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [Qemu-devel] [PATCH 0/3] sh: SE7750 board support Message-ID: <20090207194200.GB17280@game.jcrosoft.org> References: <4969B735.4000706@juno.dti.ne.jp> <498D8BB8.2050809@juno.dti.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <498D8BB8.2050809@juno.dti.ne.jp> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shin-ichiro KAWASAKI Cc: qemu-devel@nongnu.org On 22:25 Sat 07 Feb , Shin-ichiro KAWASAKI wrote: > Shin-ichiro KAWASAKI wrote: > > 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. > > Though I posted three patches, I want to make it clear that I cancel them now. > Reasons to cancel are as follows. > > [PATCH 1/3] sh: SE7750 board definition ... SE7750 board is too old, and > not available. > [PATCH 2/3] sh: movca.l cancel by ocbi ... Vladimir Prus already had > posted same patch. > [PATCH 3/3] sh: SCI improvements ... SCI is not used by boards please do not with this one u-boot will not work on the r2d Best Regards, J.