DPDK patches and discussions
 help / color / mirror / Atom feed
From: Hemant Agrawal <hemant.agrawal@nxp.com>
To: dev@dpdk.org
Cc: Hemant Agrawal <hemant.agrawal@nxp.com>
Subject: [PATCH] config/arm: add cortex-A55 part number
Date: Mon, 30 Oct 2023 21:21:51 +0530	[thread overview]
Message-ID: <20231030155151.4101420-1-hemant.agrawal@nxp.com> (raw)

This patch adds the part number for Cortex-A55 ARM Cores
A55 is used in NXP-i.mx93 SoCs.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
 config/arm/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/arm/meson.build b/config/arm/meson.build
index 3f22d8a2fc..efd0bf32bc 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -58,6 +58,7 @@ implementer_generic = {
 part_number_config_arm = {
     '0xd03': {'compiler_options':  ['-mcpu=cortex-a53']},
     '0xd04': {'compiler_options':  ['-mcpu=cortex-a35']},
+    '0xd05': {'compiler_options':  ['-mcpu=cortex-a55']},
     '0xd07': {'compiler_options':  ['-mcpu=cortex-a57']},
     '0xd08': {'compiler_options':  ['-mcpu=cortex-a72']},
     '0xd09': {'compiler_options':  ['-mcpu=cortex-a73']},
-- 
2.25.1


             reply	other threads:[~2023-10-30 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-30 15:51 Hemant Agrawal [this message]
2023-11-06 14:11 ` Thomas Monjalon

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=20231030155151.4101420-1-hemant.agrawal@nxp.com \
    --to=hemant.agrawal@nxp.com \
    --cc=dev@dpdk.org \
    /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).