From: s.chandrakant@globaledgesoft.com
To: dev@dpdk.org
Cc: zaheer.rm@globaledgesoft.com, gurusidhesh.gh@globaledgesoft.com,
sm.supriya@globaledgesoft.com,
Chandrakant Sharpa <s.chandrakant@globaledgesoft.com>
Subject: [dpdk-dev] [PATCH] Add Armv7 support
Date: Thu, 10 Jun 2021 16:48:39 +0530 [thread overview]
Message-ID: <20210610111839.7481-1-s.chandrakant@globaledgesoft.com> (raw)
From: Chandrakant Sharpa <s.chandrakant@globaledgesoft.com>
Adding support for Armv7 based platforms.
Used latest GNU cross compiler toolchain
version(10.2) for testing.
Signed-off-by: Chandrakant Sharpa <s.chandrakant@globaledgesoft.com>
---
config/arm/arm_armv7a_linux_gcc | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 config/arm/arm_armv7a_linux_gcc
diff --git a/config/arm/arm_armv7a_linux_gcc b/config/arm/arm_armv7a_linux_gcc
new file mode 100644
index 000000000..65949cc83
--- /dev/null
+++ b/config/arm/arm_armv7a_linux_gcc
@@ -0,0 +1,17 @@
+[binaries]
+c = 'arm-none-linux-gnueabi-gcc'
+cpp = 'arm-none-linux-gnueabi-cpp'
+ar = 'arm-none-linux-gnueabi-ar'
+strip = 'arm-none-linux-gnueabi-strip'
+pkgconfig = 'arm-none-linux-gnueabi-pkg-config'
+pcap-config = ''
+
+[host_machine]
+system = 'linux'
+cpu_family = 'arm'
+cpu = 'armv7-a'
+endian = 'little'
+
+[properties]
+# Generate binaries that are portable across all Armv7 machines
+platform = 'generic'
--
2.17.1
--
Disclaimer:This message is intended only for the designated recipient(s).
It may contain confidential or proprietary information and may be subject
to other confidentiality protections. If you are not a designated
recipient, you may not review, copy or distribute this message. Please
notify the sender by e-mail and delete this message. GlobalEdge does not
accept any liability for virus infected mails.
next reply other threads:[~2021-06-10 11:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-10 11:18 s.chandrakant [this message]
2021-06-17 7:51 ` Thomas Monjalon
2021-06-18 6:19 ` Supriya Shekhar Mane
2021-06-23 6:35 ` Ruifeng Wang
2021-06-24 6:21 ` Supriya Shekhar Mane
2021-06-24 6:58 ` Ruifeng Wang
2023-07-17 16:50 ` Stephen Hemminger
2023-07-18 3:22 ` Ruifeng Wang
2021-11-16 12:13 ` Juraj Linkeš
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=20210610111839.7481-1-s.chandrakant@globaledgesoft.com \
--to=s.chandrakant@globaledgesoft.com \
--cc=dev@dpdk.org \
--cc=gurusidhesh.gh@globaledgesoft.com \
--cc=sm.supriya@globaledgesoft.com \
--cc=zaheer.rm@globaledgesoft.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).