Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] qemumips.conf: Use mips32r2 tuning definitions
@ 2014-08-15  1:42 Peter Seebach
  2014-08-15  1:42 ` [PATCH 1/1] qemumips.conf: Default to (and support) mips32r2 Peter Seebach
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Seebach @ 2014-08-15  1:42 UTC (permalink / raw)
  To: openembedded-core

This makes two changes, one explicit and one implicit.

Explicit: Change the included tune file.
Implicit: Change the default tune.

qemumips appears to support mips32r2 just fine, and there's not
a huge amount of interest in plain-old mips32. This matters to
me because I have a desire to use a toolchain which supports
mips32r2 but not mips32r1. (At least, in terms of prebuilt
binaries.) But it might generally improve life for people
using qemumips a lot to have it be slightly closer to typical
modern hardware, and I don't think it'll hurt anyone.

The following changes since commit 4321c553d5ae816e566234e981a0815bba046d39:

  SIGGEN_EXCLUDERECIPES_ABISAFE: add initscripts (2014-08-11 17:44:09 +0100)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib seebs/qemumips32r2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/qemumips32r2

Peter Seebach (1):
  qemumips.conf: Default to (and support) mips32r2

 meta/conf/machine/qemumips.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



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

* [PATCH 1/1] qemumips.conf: Default to (and support) mips32r2
  2014-08-15  1:42 [PATCH 0/1] qemumips.conf: Use mips32r2 tuning definitions Peter Seebach
@ 2014-08-15  1:42 ` Peter Seebach
  2014-08-25 16:23   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Seebach @ 2014-08-15  1:42 UTC (permalink / raw)
  To: openembedded-core

The MIPS emulation for qemumips actually supports
mips32r2:
	isa                     : mips1 mips2 mips32r1 mips32r2

We should probably use that tuning file.

This implicitly changes the default value of DEFAULTTUNE to
mips32r2.

Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
---
 meta/conf/machine/qemumips.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/machine/qemumips.conf b/meta/conf/machine/qemumips.conf
index ce1c419..d9d2421 100644
--- a/meta/conf/machine/qemumips.conf
+++ b/meta/conf/machine/qemumips.conf
@@ -3,7 +3,7 @@
 #@DESCRIPTION: mti_malta32_be
 
 require conf/machine/include/qemu.inc
-require conf/machine/include/tune-mips32.inc
+require conf/machine/include/tune-mips32r2.inc
 
 KERNEL_IMAGETYPE = "vmlinux"
 KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
-- 
1.7.1



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

* Re: [PATCH 1/1] qemumips.conf: Default to (and support) mips32r2
  2014-08-15  1:42 ` [PATCH 1/1] qemumips.conf: Default to (and support) mips32r2 Peter Seebach
@ 2014-08-25 16:23   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2014-08-25 16:23 UTC (permalink / raw)
  To: Peter Seebach; +Cc: openembedded-core

On 14-08-14 20:42:47, Peter Seebach wrote:
> The MIPS emulation for qemumips actually supports
> mips32r2:
> 	isa                     : mips1 mips2 mips32r1 mips32r2
> 
> We should probably use that tuning file.
> 
> This implicitly changes the default value of DEFAULTTUNE to
> mips32r2.
> 
> Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
> ---
>  meta/conf/machine/qemumips.conf |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/conf/machine/qemumips.conf b/meta/conf/machine/qemumips.conf
> index ce1c419..d9d2421 100644
> --- a/meta/conf/machine/qemumips.conf
> +++ b/meta/conf/machine/qemumips.conf
> @@ -3,7 +3,7 @@
>  #@DESCRIPTION: mti_malta32_be
>  
>  require conf/machine/include/qemu.inc
> -require conf/machine/include/tune-mips32.inc
> +require conf/machine/include/tune-mips32r2.inc

I am OK with this.



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

end of thread, other threads:[~2014-08-25 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-15  1:42 [PATCH 0/1] qemumips.conf: Use mips32r2 tuning definitions Peter Seebach
2014-08-15  1:42 ` [PATCH 1/1] qemumips.conf: Default to (and support) mips32r2 Peter Seebach
2014-08-25 16:23   ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox