[PATCH v1] arm: socfpga: soc64: Update SoC64 CPU info
Chee, Tien Fong
tien.fong.chee at altera.com
Tue Apr 22 04:50:50 CEST 2025
> -----Original Message-----
> From: Yuslaimi, Alif Zakuan <alif.zakuan.yuslaimi at altera.com>
> Sent: Friday, April 18, 2025 5:13 PM
> To: u-boot at lists.denx.de
> Cc: Marek Vasut <marex at denx.de>; Simon Goldschmidt
> <simon.k.r.goldschmidt at gmail.com>; Chee, Tien Fong
> <tien.fong.chee at altera.com>; Meng, Tingting <tingting.meng at altera.com>;
> Tom Rini <trini at konsulko.com>; Maniyam, Dinesh
> <dinesh.maniyam at altera.com>; Yuslaimi, Alif Zakuan
> <alif.zakuan.yuslaimi at altera.com>
> Subject: [PATCH v1] arm: socfpga: soc64: Update SoC64 CPU info
>
> From: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi at altera.com>
>
> Altera has separated from Intel as a standalone company.
>
> Update CPU info printout naming from Intel to Altera.
>
> Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi at altera.com>
> ---
> arch/arm/mach-socfpga/misc_soc64.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-socfpga/misc_soc64.c b/arch/arm/mach-
> socfpga/misc_soc64.c
> index e0b2b4237e1..9fc8b9f2e06 100644
> --- a/arch/arm/mach-socfpga/misc_soc64.c
> +++ b/arch/arm/mach-socfpga/misc_soc64.c
> @@ -61,7 +61,7 @@ void save_boot_params(unsigned long r0, unsigned
> long r1, unsigned long r2, #if defined(CONFIG_DISPLAY_CPUINFO) int
> print_cpuinfo(void) {
> - printf("CPU: Intel FPGA SoCFPGA Platform (ARMv8 64bit Cortex-
> %s)\n",
> + printf("CPU: Altera FPGA SoCFPGA Platform (ARMv8 64bit Cortex-
> %s)\n",
> IS_ENABLED(CONFIG_TARGET_SOCFPGA_AGILEX5) ? "A55/A76" :
> "A53");
>
> return 0;
> --
> 2.25.1
Reviewed-by: Tien Fong Chee <tien.fong.chee at altera.com>
Best regards,
Tien Fong
More information about the U-Boot
mailing list