[PATCH][ARM] Add initial support for Cortex-A73

2016-06-06 Thread Kyrill Tkachov
Hi all, This patch adds initial support for the Cortex-A73 processor through the cortex-a73, cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to -mcpu and -mtune. The Cortex-A73 is an ARMv8-A processor. Bootstrapped and tested on arm-none-linux-gnueabihf with an appropriately patched

Re: [PATCH][ARM] Add initial support for Cortex-A73

2016-06-07 Thread Ramana Radhakrishnan
On 06/06/16 17:18, Kyrill Tkachov wrote: > Hi all, > > This patch adds initial support for the Cortex-A73 processor through the > cortex-a73, cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to > -mcpu and -mtune. > > The Cortex-A73 is an ARMv8-A processor. > > Bootstrapped and teste