lkml.org 
[lkml]   [2020]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v8 0/6] Introduce SMP support for CI20 (based on JZ4780).
    Date
    Introduce SMP support for MIPS Creator CI20, which is
    based on Ingenic JZ4780 SoC.

    周琰杰 (Zhou Yanjie) (6):
    MIPS: JZ4780: Introduce SMP support.
    MIPS: CI20: Modify DTS to support high resolution timer for SMP.
    clocksource: Ingenic: Add high resolution timer support for SMP.
    dt-bindings: MIPS: Document Ingenic SoCs binding.
    MIPS: Ingenic: Add 'cpus' node for Ingenic SoCs.
    MIPS: CI20: Update defconfig to support SMP.

    .../bindings/mips/ingenic/ingenic,cpu.yaml | 57 +++++
    arch/mips/boot/dts/ingenic/ci20.dts | 11 +-
    arch/mips/boot/dts/ingenic/jz4740.dtsi | 14 ++
    arch/mips/boot/dts/ingenic/jz4770.dtsi | 15 +-
    arch/mips/boot/dts/ingenic/jz4780.dtsi | 23 ++
    arch/mips/boot/dts/ingenic/x1000.dtsi | 14 ++
    arch/mips/configs/ci20_defconfig | 2 +
    arch/mips/include/asm/mach-jz4740/smp.h | 87 +++++++
    arch/mips/jz4740/Kconfig | 2 +
    arch/mips/jz4740/Makefile | 5 +
    arch/mips/jz4740/prom.c | 4 +
    arch/mips/jz4740/smp-entry.S | 57 +++++
    arch/mips/jz4740/smp.c | 258 +++++++++++++++++++++
    arch/mips/kernel/idle.c | 35 ++-
    drivers/clocksource/ingenic-timer.c | 103 ++++++--
    15 files changed, 661 insertions(+), 26 deletions(-)
    create mode 100644 Documentation/devicetree/bindings/mips/ingenic/ingenic,cpu.yaml
    create mode 100644 arch/mips/include/asm/mach-jz4740/smp.h
    create mode 100644 arch/mips/jz4740/smp-entry.S
    create mode 100644 arch/mips/jz4740/smp.c

    --
    2.7.4

    \
     
     \ /
      Last update: 2020-05-19 16:38    [W:3.180 / U:1.316 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site