From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6AoS-00071D-PU for qemu-devel@nongnu.org; Sat, 20 Jun 2015 00:55:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6AoP-0002Au-I9 for qemu-devel@nongnu.org; Sat, 20 Jun 2015 00:55:28 -0400 Received: from icp-osb-irony-out5.external.iinet.net.au ([203.59.1.221]:55309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6AoP-00029q-4a for qemu-devel@nongnu.org; Sat, 20 Jun 2015 00:55:25 -0400 Message-ID: <5584F22E.6040103@uclinux.org> Date: Sat, 20 Jun 2015 14:55:10 +1000 From: Greg Ungerer MIME-Version: 1.0 References: <1434721406-25288-1-git-send-email-gerg@uclinux.org> <55846FF2.3000908@vivier.eu> In-Reply-To: <55846FF2.3000908@vivier.eu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] m68k: fix ColdFire support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Hi Laurent, On 20/06/15 05:39, Laurent Vivier wrote: > > Le 19/06/2015 15:43, gerg@uclinux.org a écrit : >> Some small issues are causing problems with running modern versions of >> Linux on the m68k/ColdFire 5208 target. These 3 patches fix those problems. >> >> They are all due to use of more advanced architecture features not used >> in older Linux kernels. > Do you have disk image allowing to test Coldfire platform emulation ? Not a disk image, but a small kernel with builtin root filesystem. This points at one I am running at the moment. http://www.uclinux.org/ports/coldfire/vmlinux.m5208evb-20150620 It is a linux-4.1.0-rc8 kernel. I have one more fix still to come for the qemu mcf_fec.c net driver. It currently doesn't support the mdio actions or any attached phy and this will cause the linux fec driver to fail probing. Regards Greg