Re: [OE-core] [PATCH] tune-cortexa*.inc: fix tunings for cortex a5, a7, a8, a9, a15 machines.

2013-06-12 Thread Andy Voltz
Hi Saul, On Wed, Jun 12, 2013 at 12:57:20PM -0400, Saul Wold wrote: > On 06/12/2013 09:38 AM, Andy Voltz wrote: > > Using CORTEX_ID variable reference in the tuning overrides did not work. > > This reverts those changes, and adds a tuning file for the cortex-a5. > > > >

[OE-core] [PATCH] tune-cortexa*.inc: fix tunings for cortex a5, a7, a8, a9, a15 machines.

2013-06-12 Thread Andy Voltz
Using CORTEX_ID variable reference in the tuning overrides did not work. This reverts those changes, and adds a tuning file for the cortex-a5. Revert "tune-cortexa5.inc: Add tune file for cortex-a5" Revert "tune-cortexa.inc: create a common include for cortex-a armv7a tuning"

Re: [OE-core] [oe-commits] Andy Voltz : tune-cortexa.inc: create a common include for cortex-a armv7a tuning

2013-06-12 Thread Andy Voltz
Hi Khem, > On Tue, Jun 11, 2013 at 6:45 AM, Andy Voltz wrote: > > I understand that. I sent an updated patch which reverts to mtune, but I'm > > getting > > mtune/march is small issue with this patch. I would recommend to send > a revert of the patches > since

Re: [OE-core] [oe-commits] Andy Voltz : tune-cortexa.inc: create a common include for cortex-a armv7a tuning

2013-06-11 Thread Andy Voltz
Hi Khem, On Tue, Jun 11, 2013 at 12:12:47AM -0400, Khem Raj wrote: > On Mon, Jun 10, 2013 at 8:50 AM, Andy Voltz wrote: > >> > ERROR: OE-core's config sanity checker detected a potential > >> > misconfiguration. > >> > Either fix the cause o

[OE-core] [PATCH] tune-cortexa.inc: Use -mtune not -mcpu

2013-06-10 Thread Andy Voltz
Using -mcpu was a mistake introduced in the creation commit for this file. This restores the previous default tuning for cortex a7,a8,a9,a15 Signed-off-by: Andy Voltz --- meta/conf/machine/include/tune-cortexa.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf

Re: [OE-core] [oe-commits] Andy Voltz : tune-cortexa.inc: create a common include for cortex-a armv7a tuning

2013-06-10 Thread Andy Voltz
ve a patch to revert that change / go back to -mtune. I will send it after I rebuild for cortex-a5. Sorry about that. It didn't come out because the build was happy with -mcpu=cortex-a5 -- Andy Voltz Timesys Corporation ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH 1/2] tune-cortexa.inc: create a common include for cortex-a armv7a tuning

2013-06-05 Thread Andy Voltz
The tuning files for the cortex-a* processors are mostly identical for the A7,A8,A9,A15 processors. Rework these files to use a CORTEX_ID variable to setup the tuning for each specific processor. Signed-off-by: Andy Voltz --- meta/conf/machine/include/arm/README |3 +++ meta/conf

[OE-core] [PATCH 2/2] tune-cortexa5.inc: Add tune file for cortex-a5

2013-06-05 Thread Andy Voltz
Signed-off-by: Andy Voltz --- meta/conf/machine/include/tune-cortexa5.inc |5 + 1 file changed, 5 insertions(+) create mode 100644 meta/conf/machine/include/tune-cortexa5.inc diff --git a/meta/conf/machine/include/tune-cortexa5.inc b/meta/conf/machine/include/tune-cortexa5.inc new

[OE-core] [PATCH 0/2] Simplify tune-cortexa*.inc, and add cortex-a5 tuning

2013-06-05 Thread Andy Voltz
This series puts the common tuning setup in an include and reworks the tuning files for each cortex-a* series to use that include. A new variable, CORTEX_ID is used to specify which processor is used. Add a tuning file for the cortex-a5 using this include. This was tested on a vybrid twr_vf600 bu

Re: [OE-core] [PATCH] tune-cortexa5.inc: add tune file for cortex-a5, based on a7

2013-06-04 Thread Andy Voltz
t; Content-Type: text/plain; charset=UTF-8 > > W dniu 03.06.2013 18:40, Andy Voltz pisze: > > Signed-off-by: Andy Voltz > > --- > > meta/conf/machine/include/tune-cortexa5.inc | 36 > > +++ > > I think that it is time to create simple

[OE-core] [PATCH] tune-cortexa5.inc: add tune file for cortex-a5, based on a7

2013-06-03 Thread Andy Voltz
Signed-off-by: Andy Voltz --- meta/conf/machine/include/tune-cortexa5.inc | 36 +++ 1 file changed, 36 insertions(+) create mode 100644 meta/conf/machine/include/tune-cortexa5.inc diff --git a/meta/conf/machine/include/tune-cortexa5.inc b/meta/conf/machine/include