Skip to content

[PW_SID:969546] remoteproc: cv1800b: Add initial support for C906L processor#484

Closed
linux-riscv-bot wants to merge 3 commits into
workflow__riscv__fixesfrom
pw969546
Closed

[PW_SID:969546] remoteproc: cv1800b: Add initial support for C906L processor#484
linux-riscv-bot wants to merge 3 commits into
workflow__riscv__fixesfrom
pw969546

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 969546 applied to workflow__riscv__fixes

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

Linux RISC-V bot and others added 3 commits May 14, 2025 13:11
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 [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-fd4f1c676d6e@pigmoral.tech/ [1]
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: "[1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 106.74 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[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: 885.72 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[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: 1144.63 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[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.81 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[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.59 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.63 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, 68 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 5a8926732b3c ("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, 68 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[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.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: remoteproc: Add C906L rproc 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 1: "[1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[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.29 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[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: 920.34 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[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: 1185.64 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[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.25 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[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: "[2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 2.28 seconds
Result: WARNING
Output:

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

total: 0 errors, 1 warnings, 0 checks, 255 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 0b8f2d3a7f05 ("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, 255 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[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: "[2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
kdoc
Desc: Detects for kdoc errors
Duration: 0.87 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/2] drivers: remoteproc: Add C906L controller 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 2: "[2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot
linux-riscv-bot force-pushed the workflow__riscv__fixes branch from 400e3f8 to 948b274 Compare June 10, 2025 15:48
@linux-riscv-bot
linux-riscv-bot deleted the pw969546 branch June 10, 2025 17:18
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