All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] qemumips64 - change tune
@ 2019-03-20  0:54 Joe Slater
  2019-03-20  0:54 ` [PATCH 1/1] qemumips64: change tune to mips64r2 Joe Slater
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Slater @ 2019-03-20  0:54 UTC (permalink / raw)
  To: openembedded-core

If we make it mips64r2, lib32 multilib code could be the same tune as mipsqemu (mips32r2).
Frankly, I don't know if anybody cares, in which case, why not?

Joe Slater (1):
  qemumips64: change tune to mips64r2

 meta/conf/machine/qemumips64.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] qemumips64: change tune to mips64r2
  2019-03-20  0:54 [PATCH 0/1] qemumips64 - change tune Joe Slater
@ 2019-03-20  0:54 ` Joe Slater
  2019-03-21 18:47   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Slater @ 2019-03-20  0:54 UTC (permalink / raw)
  To: openembedded-core

Allows for mips32 multilib to be mips32r2, like qemumips.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
---
 meta/conf/machine/qemumips64.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/conf/machine/qemumips64.conf b/meta/conf/machine/qemumips64.conf
index a166a10..970c0ce 100644
--- a/meta/conf/machine/qemumips64.conf
+++ b/meta/conf/machine/qemumips64.conf
@@ -3,9 +3,11 @@
 #@DESCRIPTION: mti-malta64-be
 
 require conf/machine/include/qemu.inc
-require conf/machine/include/tune-mips64.inc
+require conf/machine/include/tune-mips64r2.inc
 require conf/machine/include/qemuboot-mips.inc
 
+QB_CPU = "-cpu MIPS64R2-generic"
+
 KERNEL_IMAGETYPE = "vmlinux"
 KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] qemumips64: change tune to mips64r2
  2019-03-20  0:54 ` [PATCH 1/1] qemumips64: change tune to mips64r2 Joe Slater
@ 2019-03-21 18:47   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2019-03-21 18:47 UTC (permalink / raw)
  To: Joe Slater; +Cc: Patches and discussions about the oe-core layer

On Tue, Mar 19, 2019 at 5:54 PM Joe Slater <joe.slater@windriver.com> wrote:
>
> Allows for mips32 multilib to be mips32r2, like qemumips.
>

This looks fine.

> Signed-off-by: Joe Slater <joe.slater@windriver.com>
> ---
>  meta/conf/machine/qemumips64.conf | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/conf/machine/qemumips64.conf b/meta/conf/machine/qemumips64.conf
> index a166a10..970c0ce 100644
> --- a/meta/conf/machine/qemumips64.conf
> +++ b/meta/conf/machine/qemumips64.conf
> @@ -3,9 +3,11 @@
>  #@DESCRIPTION: mti-malta64-be
>
>  require conf/machine/include/qemu.inc
> -require conf/machine/include/tune-mips64.inc
> +require conf/machine/include/tune-mips64r2.inc
>  require conf/machine/include/qemuboot-mips.inc
>
> +QB_CPU = "-cpu MIPS64R2-generic"
> +
>  KERNEL_IMAGETYPE = "vmlinux"
>  KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
>
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-21 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-20  0:54 [PATCH 0/1] qemumips64 - change tune Joe Slater
2019-03-20  0:54 ` [PATCH 1/1] qemumips64: change tune to mips64r2 Joe Slater
2019-03-21 18:47   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.