[PATCH v2 15/26] arm: socfpga: agilex5: Update CPU info
alif.zakuan.yuslaimi at intel.com
alif.zakuan.yuslaimi at intel.com
Tue Feb 18 09:35:00 CET 2025
From: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi at intel.com>
Update the print info per Agilex5
Signed-off-by: Tien Fong Chee <tien.fong.chee at altera.com>
Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi at altera.com>
---
v1->v2
- Simplify printout logic writing
---
arch/arm/mach-socfpga/misc_soc64.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-socfpga/misc_soc64.c b/arch/arm/mach-socfpga/misc_soc64.c
index a6cc78454da..573a8f79cae 100644
--- a/arch/arm/mach-socfpga/misc_soc64.c
+++ b/arch/arm/mach-socfpga/misc_soc64.c
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2016-2018 Intel Corporation <www.intel.com>
+ * Copyright (C) 2025 Altera Corporation <www.altera.com>
*
*/
@@ -45,7 +46,8 @@ static Altera_desc altera_fpga[] = {
#if defined(CONFIG_DISPLAY_CPUINFO)
int print_cpuinfo(void)
{
- puts("CPU: Intel FPGA SoCFPGA Platform (ARMv8 64bit Cortex-A53)\n");
+ printf("CPU: Intel FPGA SoCFPGA Platform (ARMv8 64bit Cortex-%s)\n",
+ IS_ENABLED(CONFIG_TARGET_SOCFPGA_AGILEX5) ? "A55/A76" : "A53");
return 0;
}
--
2.25.1
More information about the U-Boot
mailing list