Re: [PATCH][ARM] Add -mcpu=cortex-a17.cortex-a7

2014-11-27 Thread Ramana Radhakrishnan
On Tue, Nov 18, 2014 at 10:40 AM, Kyrill Tkachov wrote: > Hi all, > > Following up from adding Cortex-A17 support this patch adds a big.LITTLE > option cortex-a17.cortex-a7. > Similar to the existing cortex-a15.cortex-a7 support we schedule for > Cortex-A7 and make the other tuning > decisions as

[PATCH][ARM] Add -mcpu=cortex-a17.cortex-a7

2014-11-18 Thread Kyrill Tkachov
Hi all, Following up from adding Cortex-A17 support this patch adds a big.LITTLE option cortex-a17.cortex-a7. Similar to the existing cortex-a15.cortex-a7 support we schedule for Cortex-A7 and make the other tuning decisions as for Cortex-A17. Tested arm-none-eabi. Ok for trunk? Thanks, Kyr