DPDK patches and discussions
 help / color / mirror / Atom feed
From: Phil Yang <phil.yang@arm.com>
To: dev@dpdk.org
Cc: nd@arm.com, pbhagavatula@caviumnetworks.com,
	honnappa.nagarahalli@arm.com, jerin.jacob@caviumnetworks.com
Subject: [dpdk-dev] [PATCH] build: add meson support for cortex a55 and a76 platforms
Date: Thu, 31 Jan 2019 18:11:52 +0800	[thread overview]
Message-ID: <1548929512-30408-1-git-send-email-phil.yang@arm.com> (raw)

Enable native/cross compiling for Cortex-A55 and Cortex-A76 on meson.

Signed-off-by: Phil Yang <phil.yang@arm.com>
Reviewed-by: Ola Liljedahl <ola.liljedahl@arm.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
---
 config/arm/arm64_armv8_linuxapp_gcc | 2 ++
 config/arm/meson.build              | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/config/arm/arm64_armv8_linuxapp_gcc b/config/arm/arm64_armv8_linuxapp_gcc
index 987c02f..da66d59 100644
--- a/config/arm/arm64_armv8_linuxapp_gcc
+++ b/config/arm/arm64_armv8_linuxapp_gcc
@@ -17,8 +17,10 @@ implementor_id = 'generic'
 # 'default': valid for all armv8-a architectures (default value)
 # '0xd03':   cortex-a53
 # '0xd04':   cortex-a35
+# '0xd05':   cortex-a55
 # '0xd07':   cortex-a57
 # '0xd08':   cortex-a72
 # '0xd09':   cortex-a73
 # '0xd0a':   cortex-a75
+# '0xd0b':   cortex-a76
 implementor_pn = 'default'
diff --git a/config/arm/meson.build b/config/arm/meson.build
index dae55d6..97e4e0d 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -12,10 +12,12 @@ machine_args_generic = [
 	['native', ['-march=native']],
 	['0xd03', ['-mcpu=cortex-a53']],
 	['0xd04', ['-mcpu=cortex-a35']],
+	['0xd05', ['-mcpu=cortex-a55']],
 	['0xd07', ['-mcpu=cortex-a57']],
 	['0xd08', ['-mcpu=cortex-a72']],
 	['0xd09', ['-mcpu=cortex-a73']],
 	['0xd0a', ['-mcpu=cortex-a75']],
+	['0xd0b', ['-mcpu=cortex-a76']],
 ]
 machine_args_cavium = [
 	['default', ['-march=armv8-a+crc+crypto','-mcpu=thunderx']],
-- 
2.7.4

             reply	other threads:[~2019-01-31 10:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-31 10:11 Phil Yang [this message]
2019-03-01 13:29 ` Thomas Monjalon
2019-03-01 13:38   ` Bruce Richardson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1548929512-30408-1-git-send-email-phil.yang@arm.com \
    --to=phil.yang@arm.com \
    --cc=dev@dpdk.org \
    --cc=honnappa.nagarahalli@arm.com \
    --cc=jerin.jacob@caviumnetworks.com \
    --cc=nd@arm.com \
    --cc=pbhagavatula@caviumnetworks.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).