From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9X9v-00015t-U4 for qemu-devel@nongnu.org; Sun, 07 Dec 2008 22:51:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9X9u-00015h-SP for qemu-devel@nongnu.org; Sun, 07 Dec 2008 22:51:47 -0500 Received: from [199.232.76.173] (port=33255 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9X9u-00015e-Nd for qemu-devel@nongnu.org; Sun, 07 Dec 2008 22:51:46 -0500 Received: from mta23.gyao.ne.jp ([125.63.38.249]:30291 helo=mx.gate01.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L9X9u-00054g-6g for qemu-devel@nongnu.org; Sun, 07 Dec 2008 22:51:46 -0500 Date: Mon, 8 Dec 2008 12:50:01 +0900 From: Paul Mundt Subject: Re: [Qemu-devel] [PATCH] SH4: SCI improvement Message-ID: <20081208035001.GB12039@linux-sh.org> References: <49296B95.4020707@juno.dti.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49296B95.4020707@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 Sun, Nov 23, 2008 at 11:41:25PM +0900, Shin-ichiro KAWASAKI wrote: > This patch simply implement one register of SH4's SCI := Serial Communication Interface. > > R2D evaluation board uses SCI for SPI connection. So, Linux kernel for R2D with > default configuration causes a QEMU assertion failure when it initializes SPI driver. > This patch avoids it and reduces the kernel config modification work for QEMU. > > Completing SCI implementation task is left. Other board support is desirable to confirm > this task, which uses SCI for a serial terminal. > > Regards, > Shin-ichiro KAWASAKI > > > Signed-off-by: Shin-ichiro KAWASAKI > After this, are you able to use the standard defconfig for R2D? If so, I can kill off the qemu defconfig in-tree. If not, please send updates for the qemu defconfig so we can make sure that the kernel and the qemu tree are in sync with regards to feature completeness.