[PATCH] config/arm: add cortex-A55 part number
Hemant Agrawal
hemant.agrawal at nxp.com
Mon Oct 30 16:51:51 CET 2023
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 at 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
More information about the dev
mailing list