RISC-V SBI debug console extension support#100
Merged
sterling-teng merged 10 commits intoRVCK-Project:rvck-6.6from Sep 14, 2025
Merged
RISC-V SBI debug console extension support#100sterling-teng merged 10 commits intoRVCK-Project:rvck-6.6from
sterling-teng merged 10 commits intoRVCK-Project:rvck-6.6from
Conversation
|
开始测试 |
|
check patch done. log: https://jenkins.oerv.ac.cn/job/rvck-pipeline/job/check-patch/124/consoleFull |
|
Kernel build success! |
|
kunit test done. log:https://jenkins.oerv.ac.cn/job/rvck-pipeline/job/kunit-test/130/consoleFull |
|
Lava check fail! log: https://jenkins.oerv.ac.cn/job/rvck-pipeline/job/rvck-lava-trigger/154/consoleFull, result url: https://lava.oerv.ac.cn/results/452/0_rvck_common-test_qemu |
Collaborator
|
/check |
|
开始测试 |
|
check patch done. log: https://jenkins.oerv.ac.cn/job/rvck-pipeline/job/check-patch/149/consoleFull |
|
Kernel build success! |
|
kunit test done. log:https://jenkins.oerv.ac.cn/job/rvck-pipeline/job/kunit-test/156/consoleFull |
|
Lava check done! result url: https://lava.oerv.ac.cn/results/617/0_rvck_common-test_qemu |
Contributor
|
补丁没有问题,进入物理机测试阶段,通过测试后将尝试合并。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
【验证方法】
1)在qemu仿真器环境进行验证,qemu仿真器版本:10.0.0;
2)仿真器的内核版本以及qemu-kvm虚拟机的内核版本均为合入此补丁的内核;
3)qemu-kvm版本:10.0.0,qemu-kvm虚拟机启动参数:(内核启动参数携带earlycon=sbi),
【验证结果】
系统启动后,启动日志如下:
内核检测到 SBI spec 2.0,以及支持DBCN extension,earlycon sbi使能成功。