[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <de4b7d03-7682-24e1-f07e-6424e56a9665@roeck-us.net>
Date: Sat, 24 Feb 2018 13:55:13 -0800
From: Guenter Roeck <linux@...ck-us.net>
To: James Bottomley <James.Bottomley@...senPartnership.com>,
Al Viro <viro@...IV.linux.org.uk>
Cc: Alan Cox <gnomes@...rguk.ukuu.org.uk>,
Arnd Bergmann <arnd@...db.de>,
linux-arch <linux-arch@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Richard Kuo <rkuo@...eaurora.org>,
linux-hexagon@...r.kernel.org, Chen Liqin <liqin.linux@...il.com>,
Lennox Wu <lennox.wu@...il.com>,
Guan Xuetao <gxt@...c.pku.edu.cn>,
James Hogan <jhogan@...nel.org>, linux-metag@...r.kernel.org,
Jonas Bonn <jonas@...thpole.se>,
Stefan Kristiansson <stefan.kristiansson@...nalahti.fi>,
Stafford Horne <shorne@...il.com>,
openrisc@...ts.librecores.org, David Howells <dhowells@...hat.com>
Subject: Re: Removing architectures without upstream gcc support
On 02/23/2018 11:32 AM, James Bottomley wrote:
> On Fri, 2018-02-23 at 18:19 +0000, Al Viro wrote:
> [...]
>> IIRC, parisc/qemu stuff had been announced a while ago;
>
> I have, but it didn't work sufficiently for me to either boot a kernel
> using system emulation or start an architecture container using user
> emulation. I'll try again now that qemu has gone through several
> revisions.
>
I can boot a parisc image to CLI using ToT qemu, ToT kernel built with
make ARCH=parisc CROSS_COMPILE=hppa-linux-" defconfig
make ARCH=parisc CROSS_COMPILE=hppa-linux-"
qemu command line:
qemu-system-hppa -nographic -monitor none -kernel vmlinux \
--append "console=/dev/ttyS0 root=/dev/sda" \
-drive file=rootfs.ext2,format=raw,if=scsi
I built the root file system using a modified buildroot based on 2018.02-rc2
with hppa support added.
Guenter
Powered by blists - more mailing lists