Skip to content

[PW_SID:1103374] Add initial Milk-V Duo S board support#2034

Open
linux-riscv-bot wants to merge 5 commits into
workflow__riscv__fixesfrom
pw1103374
Open

[PW_SID:1103374] Add initial Milk-V Duo S board support#2034
linux-riscv-bot wants to merge 5 commits into
workflow__riscv__fixesfrom
pw1103374

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 1103374 applied to workflow__riscv__fixes

Name: Add initial Milk-V Duo S board support
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1103374
Version: 5

Document the compatible strings for the Milk-V Duo S board [1]
which uses the SOPHGO SG2000 SoC.

Link: https://milkv.io/duo-s [1]

Signed-off-by: Joshua Milas <josh.milas@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Adds initial arm64 support for the Milk-V Duo S board
[1] making it possible to boot Linux to the command line.

Link: https://milkv.io/duo-s [1]

Signed-off-by: Joshua Milas <josh.milas@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Document the compatible strings for the sg2000 interrupt
controller and timer.

Signed-off-by: Joshua Milas <josh.milas@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Adds sg2000.dtsi on the RISCV side.

Signed-off-by: Joshua Milas <josh.milas@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
This adds initial riscv support for the Milk-V Duo S board
[1] making it possible to boot Linux to the command line.

Link: https://milkv.io/duo-s [1]

Signed-off-by: Joshua Milas <josh.milas@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v5,RESEND,1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 139.08 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v5,RESEND,1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1018.61 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v5,RESEND,1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1388.15 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v5,RESEND,1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 25.78 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v5,RESEND,1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.62 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v5,RESEND,1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.71 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v5,RESEND,1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 87.33 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v5,RESEND,1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.39 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v5,RESEND,1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles"
kdoc
Desc: Detects for kdoc errors
Duration: 0.91 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v5,RESEND,1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles"
module-param
Desc: Detect module_param changes
Duration: 0.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v5,RESEND,1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles"
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: "[v5,RESEND,1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles"
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: "[v5,RESEND,2/5] arm64: dts: sophgo: add initial Milk-V Duo S board support"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 138.53 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v5,RESEND,2/5] arm64: dts: sophgo: add initial Milk-V Duo S board support"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1017.87 seconds
Result: PASS

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