All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add tune for ARMv8 and some cortex processors
@ 2018-06-09  6:26 Randy Li
  2018-06-09  6:26 ` [PATCH v2 1/4] arch-armv8a.inc: add tune include for armv8 Randy Li
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Randy Li @ 2018-06-09  6:26 UTC (permalink / raw)
  To: openembedded-core

I read the ARMv8 manual again, it looks the hardware float is mandatory
in Linux Distributions and toolchain libraries. Even some cortex
processors can be configured without FPU/NEON hardware, but I don't
think they would be used in openembeded core.

So I can assume the NEON(SIMD) would exist all the time. Leaving only the
crc and crypto instructions are optional here.


Randy Li (4):
  arch-armv8a.inc: add tune include for armv8
  tune-cortexa35: add tunes for ARM Cortex-A35
  tune-cortexa32: add tunes for ARM Cortex-A32
  tune-cortexa72: add tunes for ARM Cortex-A72

 meta/conf/machine/include/arm/arch-armv8.inc  |  1 -
 meta/conf/machine/include/arm/arch-armv8a.inc | 22 ++++++++++++++++++++++
 meta/conf/machine/include/tune-cortexa32.inc  | 15 +++++++++++++++
 meta/conf/machine/include/tune-cortexa35.inc  | 15 +++++++++++++++
 meta/conf/machine/include/tune-cortexa72.inc  | 12 ++++++++++++
 5 files changed, 64 insertions(+), 1 deletion(-)
 delete mode 100644 meta/conf/machine/include/arm/arch-armv8.inc
 create mode 100644 meta/conf/machine/include/arm/arch-armv8a.inc
 create mode 100644 meta/conf/machine/include/tune-cortexa32.inc
 create mode 100644 meta/conf/machine/include/tune-cortexa35.inc
 create mode 100644 meta/conf/machine/include/tune-cortexa72.inc

-- 
2.14.3



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

end of thread, other threads:[~2018-06-13  0:07 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-09  6:26 [PATCH v2 0/4] Add tune for ARMv8 and some cortex processors Randy Li
2018-06-09  6:26 ` [PATCH v2 1/4] arch-armv8a.inc: add tune include for armv8 Randy Li
2018-06-12  5:59   ` Nicolas Dechesne
2018-06-12 14:21     ` Mark Hatle
2018-06-09  6:26 ` [PATCH v2 2/4] tune-cortexa35: add tunes for ARM Cortex-A35 Randy Li
2018-06-09  6:26 ` [PATCH v2 3/4] tune-cortexa32: add tunes for ARM Cortex-A32 Randy Li
2018-06-09  6:26 ` [PATCH v2 4/4] tune-cortexa72: add tunes for ARM Cortex-A72 Randy Li
2018-06-12  9:00 ` [PATCH v2 0/4] Add tune for ARMv8 and some cortex processors Koen Kooi
2018-06-12  9:30   ` Herve Jourdain
2018-06-12 14:32     ` Mark Hatle
2018-06-12 15:49       ` Herve Jourdain
2018-06-12 20:00         ` Mark Hatle
2018-06-12 20:39           ` Andre McCurdy
2018-06-12 21:43             ` Mark Hatle
2018-06-12 21:48               ` Andre McCurdy
2018-06-12 23:32             ` Herve Jourdain
2018-06-13  0:07               ` Andre McCurdy

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.