DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] Add Armv7 support
@ 2021-06-10 11:18 s.chandrakant
  2021-06-17  7:51 ` Thomas Monjalon
  2021-11-16 12:13 ` Juraj Linkeš
  0 siblings, 2 replies; 9+ messages in thread
From: s.chandrakant @ 2021-06-10 11:18 UTC (permalink / raw)
  To: dev; +Cc: zaheer.rm, gurusidhesh.gh, sm.supriya, Chandrakant Sharpa

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.


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

end of thread, other threads:[~2023-07-18  3:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 11:18 [dpdk-dev] [PATCH] Add Armv7 support s.chandrakant
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š

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).