mbox series

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

Message ID 20230316051936.1775033-1-mmyangfl@gmail.com (mailing list archive)
Headers show
Series ARM: hisi: Support Hi3798 SoC | expand

Message

David Yang March 16, 2023, 5:19 a.m. UTC
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

Comments

Wei Xu March 16, 2023, 12:22 p.m. UTC | #1
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