All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/7] AE350 SMP support RISC-V
@ 2019-04-01  8:24 Andes
  2019-04-01  8:24 ` [U-Boot] [PATCH v3 1/7] riscv: Add a SYSCON driver for Andestech's PLIC Andes
                   ` (7 more replies)
  0 siblings, 8 replies; 27+ messages in thread
From: Andes @ 2019-04-01  8:24 UTC (permalink / raw)
  To: u-boot

From: Rick Chen <rick@andestech.com>

Changes in v3:
Patch 1
- Rename plic_init() as enable_ipi()
- Remove PLIC_BASE_GET() from enable_ipi()
Patch 2
- Add a space before (PLMT)
Patch 6
- Fix some mis-alignments
- Recovery isa string of CPU1

Changes in v2:
- Drop patch1 and replace by simple-bus driver
- Rename nds_plic as andes_plic
- Move initialize plic to PLIC_BASE_GET() and called automatically
- Rename nds_plmt as andes_plmt
- Recovery dts isa string

Rick Chen (7):
  riscv: Add a SYSCON driver for Andestech's PLIC
  riscv: Add a SYSCON driver for Andestech's PLMT
  riscv: ae350: disable ATCPIT100 timer
  riscv: ax25: Add platform-specific Kconfig options
  riscv: ax25: Andes specific cache shall only support in M-mode
  riscv: dts: ae350 support SMP
  riscv: ae350: enable SMP

 arch/riscv/Kconfig                   |  18 ++++++
 arch/riscv/cpu/ax25/Kconfig          |   7 +++
 arch/riscv/dts/ae350_32.dts          |  81 +++++++++++++++++++-------
 arch/riscv/dts/ae350_64.dts          |  81 +++++++++++++++++++-------
 arch/riscv/include/asm/global_data.h |   6 ++
 arch/riscv/include/asm/syscon.h      |   3 +-
 arch/riscv/lib/Makefile              |   2 +
 arch/riscv/lib/andes_plic.c          | 110 +++++++++++++++++++++++++++++++++++
 arch/riscv/lib/andes_plmt.c          |  53 +++++++++++++++++
 board/AndesTech/ax25-ae350/Kconfig   |   1 +
 configs/ae350_rv32_defconfig         |   1 -
 configs/ae350_rv64_defconfig         |   1 -
 12 files changed, 317 insertions(+), 47 deletions(-)
 create mode 100644 arch/riscv/lib/andes_plic.c
 create mode 100644 arch/riscv/lib/andes_plmt.c

-- 
2.7.4

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2019-04-08  2:10 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-01  8:24 [U-Boot] [PATCH v3 0/7] AE350 SMP support RISC-V Andes
2019-04-01  8:24 ` [U-Boot] [PATCH v3 1/7] riscv: Add a SYSCON driver for Andestech's PLIC Andes
2019-04-01  8:42   ` Bin Meng
2019-04-01  9:08   ` Auer, Lukas
2019-04-01  9:12     ` Bin Meng
     [not found]     ` <CAN5B=e+jJ69ip4dxuitgDjGzV4QLVLLps2XzTcdbku18UL6RmA@mail.gmail.com>
2019-04-02  2:12       ` Rick Chen
2019-04-02 21:14         ` Auer, Lukas
2019-04-01  8:24 ` [U-Boot] [PATCH v3 2/7] riscv: Add a SYSCON driver for Andestech's PLMT Andes
2019-04-01  9:09   ` Auer, Lukas
2019-04-02  1:23     ` Rick Chen
2019-04-01  8:24 ` [U-Boot] [PATCH v3 3/7] riscv: ae350: disable ATCPIT100 timer Andes
2019-04-01  9:13   ` Auer, Lukas
2019-04-02  2:57     ` Rick Chen
2019-04-01  8:24 ` [U-Boot] [PATCH v3 4/7] riscv: ax25: Add platform-specific Kconfig options Andes
2019-04-01  9:13   ` Auer, Lukas
2019-04-01  8:24 ` [U-Boot] [PATCH v3 5/7] riscv: ax25: Andes specific cache shall only support in M-mode Andes
2019-04-01  9:14   ` Auer, Lukas
2019-04-01  8:24 ` [U-Boot] [PATCH v3 6/7] riscv: dts: ae350 support SMP Andes
2019-04-01  8:42   ` Bin Meng
2019-04-01  9:17   ` Auer, Lukas
2019-04-01  8:24 ` [U-Boot] [PATCH v3 7/7] riscv: ae350: enable SMP Andes
2019-04-01  9:17   ` Auer, Lukas
2019-04-01  9:01 ` [U-Boot] [PATCH v3 0/7] AE350 SMP support RISC-V Bin Meng
2019-04-02  1:22   ` Rick Chen
2019-04-03  1:37     ` Rick Chen
2019-04-04 13:49       ` Bin Meng
2019-04-08  2:10         ` Rick Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.