[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw/arm/npcm8xx_boards: Correct valid_cpu_types setting of NP
From: |
Tim Lee |
Subject: |
Re: [PATCH] hw/arm/npcm8xx_boards: Correct valid_cpu_types setting of NPCM8XX SoC |
Date: |
Mon, 5 May 2025 09:48:06 +0800 |
> Is this worth backporting to stable branches?
>
> Applied to target-arm.next, thanks.
>
> -- PMM
Hi Peter,
Thank you for taking the time to review this. I believe it is worth
backporting to stable branches.
The string "cortex-a9" and "cortex-a35" will point to different
ARMCPUInfo which could cause some features to not be applied correctly
in specific initial functions: "cortex_a9_initfn" and
"aarch64_a35_initfn".
Sincerely,
Tim Lee