Skip to content

[PW_SID:986388] remoteproc: cv1800b: Add initial support for C906L processor - #704

Closed
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw986388
Closed

[PW_SID:986388] remoteproc: cv1800b: Add initial support for C906L processor#704
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw986388

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 986388 applied to workflow__riscv__fixes

Name: remoteproc: cv1800b: Add initial support for C906L processor
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=986388
Version: 2

pigmoral added 2 commits July 28, 2025 11:19
Add C906L remote processor for CV1800B SoC, which is an asymmetric
processor typically running RTOS.

Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
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
RTOS. This driver enables firmware loading and start/stop control of the
C906L processor via the remoteproc framework.

The C906L and the main application processor can communicate through
mailboxes. Support for mailbox-based functionality will be added in
a separate patch.

Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 102.80 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 921.38 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1239.25 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 20.57 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 21.66 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.99 seconds
Result: WARNING
Output:

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#18: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 79 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit fdffa9830d9a ("dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 1 warnings, 0 checks, 79 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 71.87 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.58 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
kdoc
Desc: Detects for kdoc errors
Duration: 0.88 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
module-param
Desc: Detect module_param changes
Duration: 0.26 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.31 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 102.03 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 956.35 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1286.54 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 20.82 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 21.59 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 2.74 seconds
Result: WARNING
Output:

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#58: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 261 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit e7db21cbfec7 ("drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 1 warnings, 0 checks, 261 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 72.24 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
kdoc
Desc: Detects for kdoc errors
Duration: 0.85 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.28 seconds
Result: PASS

@linux-riscv-bot
linux-riscv-bot deleted the pw986388 branch July 28, 2025 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants