From: richard.purdie@linuxfoundation.org
To: Denys Dmytriyenko <denis@denix.org>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/5] qemuarm: Swap for an arm7ve (A15) configuration
Date: Wed, 20 Mar 2019 00:25:02 +0000 [thread overview]
Message-ID: <fd87289ca64fd8c35bcb2b70ea7cbf78cce8e131.camel@linuxfoundation.org> (raw)
In-Reply-To: <20190320002240.GF11946@denix.org>
On Tue, 2019-03-19 at 20:22 -0400, Denys Dmytriyenko wrote:
> On Mon, Mar 11, 2019 at 03:12:26AM +0000, Richard Purdie wrote:
> > From: Jon Mason <jdmason@kudzu.us>
> >
> > Add new QEMU BSP for a Arm Cortex-A15 system and use this as
> > qemuarm,
> > moving the old armv5te Versatile PB based machine to qemuarmv5.
> >
> > The new machine uses the QEMU virt machine type, which should be
> > faster to emulate and updates the qemuarm support to a modern
> > architecture.
> >
> > Signed-off-by: Jon Mason <jdmason@kudzu.us>
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> > ---
> > meta/conf/machine/qemuarm.conf | 34 +++++++++++++
> > ------
> > meta/conf/machine/qemuarmv5.conf | 23 +++++++++++++
> > .../linux/linux-yocto-rt_4.19.bb | 2 +-
> > .../linux/linux-yocto-rt_5.0.bb | 2 +-
> > .../linux/linux-yocto-tiny_4.19.bb | 2 +-
> > .../linux/linux-yocto-tiny_5.0.bb | 2 +-
> > meta/recipes-kernel/linux/linux-yocto_4.19.bb | 2 +-
> > meta/recipes-kernel/linux/linux-yocto_5.0.bb | 2 +-
> > 8 files changed, 52 insertions(+), 17 deletions(-)
> > create mode 100644 meta/conf/machine/qemuarmv5.conf
> >
> > diff --git a/meta/conf/machine/qemuarm.conf
> > b/meta/conf/machine/qemuarm.conf
> > index a5443126273..95550461899 100644
> > --- a/meta/conf/machine/qemuarm.conf
> > +++ b/meta/conf/machine/qemuarm.conf
> ...
> > +KMACHINE_qemuarmv5 = "qemuarm"
> > \ No newline at end of file
> > diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
> > b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
> > index 07dc5b77a14..36761b99437 100644
> > --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
> > +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
> > @@ -31,7 +31,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
> >
> > LINUX_KERNEL_TYPE = "preempt-rt"
> >
> > -COMPATIBLE_MACHINE = "(qemux86|qemux86-
> > 64|qemuarm|qemuarm64|qemuppc|qemumips)"
> > +COMPATIBLE_MACHINE = "(qemux86|qemux86-
> > 64|qemuarm|qemuarma15|qemuarm64|qemuppc|qemumips)"
>
> Did you mean to list here "qemuarmv5" instead of "qemuarma15"?
Yes!
> > @@ -40,7 +40,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
> >
> > KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
> >
> > -COMPATIBLE_MACHINE =
> > "qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64"
> > +COMPATIBLE_MACHINE =
> > "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qe
> > mux86-64"
>
> Ok, "qemuarmv5" - I see a pattern here! Was it a challenge? :)
It definitely was a challenge, perhaps not the way you mean it though!
:)
Patches to fix up the mess I made of this gratefully received, or I'll
sort it out tomorrow, thanks for highlighting it.
Cheers,
Richard
next prev parent reply other threads:[~2019-03-20 0:25 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-11 3:12 [PATCH 1/5] qemuarm: Swap for an arm7ve (A15) configuration Richard Purdie
2019-03-11 3:12 ` [PATCH 2/5] machine: bump preferred version to 5.0 Richard Purdie
2019-03-11 3:12 ` [PATCH 3/5] qemuarm64: Fix graphics hang with 5.0 kernel Richard Purdie
2019-03-11 3:12 ` [PATCH 4/5] linux-yocto: Fix systemtap issue on armv7 Richard Purdie
2019-03-11 3:16 ` Bruce Ashfield
2019-03-11 4:29 ` Victor Kamensky
2019-03-11 4:27 ` Khem Raj
2019-03-11 12:12 ` richard.purdie
2019-03-11 12:40 ` Bruce Ashfield
2019-03-11 3:12 ` [PATCH 5/5] meta-selftest/virgl: Exclude centos7 from the kmscube test Richard Purdie
2019-03-11 15:09 ` [PATCH 1/5] qemuarm: Swap for an arm7ve (A15) configuration Tom Rini
2019-03-11 15:13 ` Richard Purdie
2019-03-11 15:19 ` Tom Rini
2019-03-20 0:22 ` Denys Dmytriyenko
2019-03-20 0:25 ` richard.purdie [this message]
2019-03-21 20:35 ` Denys Dmytriyenko
2019-03-21 23:48 ` richard.purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fd87289ca64fd8c35bcb2b70ea7cbf78cce8e131.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=denis@denix.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox