[PATCH v1 12/20] arm: socfpga: agilex5: Update CPU info
tien.fong.chee at intel.com
tien.fong.chee at intel.com
Fri Sep 20 09:02:34 CEST 2024
From: Tien Fong Chee <tien.fong.chee at intel.com>
Update the print info per Agilex 5.
Signed-off-by: Tien Fong Chee <tien.fong.chee at intel.com>
---
arch/arm/mach-socfpga/misc_soc64.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-socfpga/misc_soc64.c b/arch/arm/mach-socfpga/misc_soc64.c
index a6cc78454da..95e1c07e39f 100644
--- a/arch/arm/mach-socfpga/misc_soc64.c
+++ b/arch/arm/mach-socfpga/misc_soc64.c
@@ -45,7 +45,12 @@ 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");
+ if (IS_ENABLED(CONFIG_TARGET_SOCFPGA_AGILEX5)) {
+ puts("CPU: Intel FPGA SoCFPGA Platform (ARMv8 64bit Cortex-A55/A76)");
+ puts("\n");
+ } else {
+ puts("CPU: Intel FPGA SoCFPGA Platform (ARMv8 64bit Cortex-A53)\n");
+ }
return 0;
}
--
2.25.1
More information about the U-Boot
mailing list