DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] config/arm: add cortex-A55 part number
@ 2023-10-30 15:51 Hemant Agrawal
  2023-11-06 14:11 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Hemant Agrawal @ 2023-10-30 15:51 UTC (permalink / raw)
  To: dev; +Cc: Hemant Agrawal

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


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

* Re: [PATCH] config/arm: add cortex-A55 part number
  2023-10-30 15:51 [PATCH] config/arm: add cortex-A55 part number Hemant Agrawal
@ 2023-11-06 14:11 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2023-11-06 14:11 UTC (permalink / raw)
  To: Hemant Agrawal; +Cc: dev

30/10/2023 16:51, Hemant Agrawal:
> 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>

Applied, thanks.




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

end of thread, other threads:[~2023-11-06 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-30 15:51 [PATCH] config/arm: add cortex-A55 part number Hemant Agrawal
2023-11-06 14:11 ` Thomas Monjalon

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