Re: [PATCH 0/3] ARM: hisi: Support Hi3798 SoC

From: Wei Xu
Date: Thu Mar 16 2023 - 08:22:20 EST


Hi David,

On 2023/3/16 13:19, David Yang wrote:
> This series enables booting Hi3798 SoCs.
>
> David Yang (3):
> ARM: hisi: Add S40 IO map
> ARM: hisi: Add S5 IO map
> ARM: hisi: Support Hi3798 SoC
>
> arch/arm/mach-hisi/Makefile | 2 +-
> arch/arm/mach-hisi/core.h | 6 ++
> arch/arm/mach-hisi/headsmp.S | 36 ++++++++++
> arch/arm/mach-hisi/hisilicon.c | 70 ++++++++++++++++++
> arch/arm/mach-hisi/hotplug.c | 120 +++++++++++++++++++++++++++++--
> arch/arm/mach-hisi/platsmp.c | 128 +++++++++++++++++++++++++++++++++
> 6 files changed, 357 insertions(+), 5 deletions(-)
> create mode 100644 arch/arm/mach-hisi/headsmp.S
>

Thanks!
Series are fine to me.
Please add the device tree as well.
And I am not sure whether the ARMv7 based Hi3798 SoCs are out of support or not.
I checked our website and it seems current generation SoCs are based on ARMv8.

Best Regards,
Wei