Re: [PATCH 1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC

2025-06-11 Thread Junhui Liu
On 11/06/2025 17:01, Chen Wang wrote: > On 2025/6/8 10:37, Junhui Liu wrote: >> Add C906L remote processor for CV1800B SoC, which is an asymmetric >> processor typically running RTOS. > > In the cover email, I saw that remoteproc also uses mailbox as the > underlying c

[PATCH 0/2] remoteproc: cv1800b: Add initial support for C906L processor

2025-06-07 Thread Junhui Liu
the reset controller [1] to function correctly. A branch for testing is available at [2]. Link: https://lore.kernel.org/all/20250209122936.2338821-1-inochi...@gmail.com/ [1] Link: https://github.com/pigmoral/linux/tree/cv1800-rproc-test [2] --- Junhui Liu (2): dt-bindings: remoteproc: Add

[PATCH 1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC

2025-06-07 Thread Junhui Liu
Add C906L remote processor for CV1800B SoC, which is an asymmetric processor typically running RTOS. Signed-off-by: Junhui Liu --- .../bindings/remoteproc/sophgo,cv1800b-c906l.yaml | 68 ++ 1 file changed, 68 insertions(+) diff --git a/Documentation/devicetree/bindings

[PATCH 2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC

2025-06-07 Thread Junhui Liu
processor can communicate through mailboxes [1]. Support for mailbox-based functionality will be added in a separate patch. Link: https://lore.kernel.org/linux-riscv/20250520-cv18xx-mbox-v4-0-fd4f1c676...@pigmoral.tech/ [1] Signed-off-by: Junhui Liu --- drivers/remoteproc/Kconfig

Re: [PATCH 2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC

2025-06-09 Thread Junhui Liu
Hi Peng, Thanks for your review. On 09/06/2025 16:43, Peng Fan wrote: > On Sun, Jun 08, 2025 at 10:37:40AM +0800, Junhui Liu wrote: >>Add initial support for the C906L remote processor found in the Sophgo >>CV1800B SoC. The C906L is an asymmetric core typically used to run an >