> -----Original Message-----
> From: Yuslaimi, Alif Zakuan <alif.zakuan.yusla...@altera.com>
> Sent: Friday, April 18, 2025 5:13 PM
> To: u-boot@lists.denx.de
> Cc: Marek Vasut <ma...@denx.de>; Simon Goldschmidt
> <simon.k.r.goldschm...@gmail.com>; Chee, Tien Fong
> <tien.fong.c...@altera.com>; Meng, Tingting <tingting.m...@altera.com>;
> Tom Rini <tr...@konsulko.com>; Maniyam, Dinesh
> <dinesh.mani...@altera.com>; Yuslaimi, Alif Zakuan
> <alif.zakuan.yusla...@altera.com>
> Subject: [PATCH v1] arm: socfpga: soc64: Update SoC64 CPU info
>
> From: Alif Zakuan Yuslaimi <alif.zakuan.yusla...@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.yusla...@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.c...@altera.com>
Best regards,
Tien Fong