[OE-core] [PATCH v5 0/6] Add tune for ARMv8 and some cortex processors

Randy Li ayaka at soulik.info
Tue Jun 19 19:50:40 UTC 2018


Something 
changelog:
v5:
I sent wrong version in the previous version, this one is correct
v4:
update the tune file for thunderx
v3:
fix the wrong defines in armv8a.inc
v2:
add tune files for cortex-a72
v1:
begin this work


Randy Li (6):
  arch-armv8a.inc: add tune include for armv8
  ThunderX: update the armv8a rules
  tune-cortexa32: add tunes for ARM Cortex-A32
  tune-cortexa35: add tunes for ARM Cortex-A35
  tune-cortexa53: add tunes for ARM Cortex-A53
  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 | 28 +++++++++++++++++++++++++++
 meta/conf/machine/include/tune-cortexa32.inc  | 15 ++++++++++++++
 meta/conf/machine/include/tune-cortexa35.inc  | 15 ++++++++++++++
 meta/conf/machine/include/tune-cortexa53.inc  | 15 ++++++++++++++
 meta/conf/machine/include/tune-cortexa72.inc  | 12 ++++++++++++
 meta/conf/machine/include/tune-thunderx.inc   |  4 ++--
 7 files changed, 87 insertions(+), 3 deletions(-)
 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-cortexa53.inc
 create mode 100644 meta/conf/machine/include/tune-cortexa72.inc

-- 
2.14.4




More information about the Openembedded-core mailing list