sync: rvck #296: riscv: openeuler_defconfig: add lanxin soc basic support - #248
Open
xmzzz wants to merge 2 commits into
Open
sync: rvck #296: riscv: openeuler_defconfig: add lanxin soc basic support#248xmzzz wants to merge 2 commits into
xmzzz wants to merge 2 commits into
Conversation
riscv inclusion category: config bugzilla: RVCK-Project/rvck#295 -------------------------------- Add support for the Lanxin SoC in Kconfig.socs. Signed-off-by: Li Hongbin <lihongbin@lanxincomputing.com> [sync from rvck PR #296.] Signed-off-by: Mingzheng Xing <xingmingzheng@iscas.ac.cn>
riscv inclusion category: config bugzilla: RVCK-Project/rvck#295 -------------------------------- RVCK PR#296 [1] enabled PL011 serial port for LX500 debug and RISCV_ISA_V to fix illegal instruction error cause by RVA23 version systemd - CONFIG_SERIAL_AMBA_PL011=y - CONFIG_SERIAL_AMBA_PL011_CONSOLE=y - CONFIG_RISCV_ISA_V=y - CONFIG_RISCV_ISA_V_DEFAULT_ENABLE=y This patch enables: - CONFIG_SOC_LANXIN - CONFIG_SERIAL_AMBA_PL011 - CONFIG_SERIAL_AMBA_PL011_CONSOLE which were not enabled in openeuler_defconfig. Other changes result from running `make save_oedefconfig` and `make update_oedefconfig`. Link: RVCK-Project/rvck#296 [1] Signed-off-by: Mingzheng Xing <xingmingzheng@iscas.ac.cn>
|
开始测试 log: https://github.com/RVCK-Project/rvck-olk/actions/runs/31086679138 参数解析结果
测试完成 详细结果:
Kunit Test Result[08:56:43] Testing complete. Ran 482 tests: passed: 466, skipped: 16
Kernel Build Result
Check Patch Result
LAVA Check (qemu)
result: Lava check done!
|
xmzzz
pushed a commit
that referenced
this pull request
Aug 6, 2026
category: feature bugzilla: #248 -------------------------------- Add the device tree for the Spacemit MUSE Pi Pro board. Enable the basic peripherals and board-specific devices used on the platform. Signed-off-by: jichuan Feng <jichuan.or@isrc.iscas.ac.cn> [sync from rvck.] Signed-off-by: WeiHao Li <cn.liweihao@gmail.com>
xmzzz
pushed a commit
that referenced
this pull request
Aug 6, 2026
category: feature bugzilla: #248 -------------------------------- Add the device tree for the Spacemit MUSE Pi board. Enable the basic peripherals and board-specific devices used on the platform. Signed-off-by: jichuan Feng <jichuan.or@isrc.iscas.ac.cn> [sync from rvck.] Signed-off-by: WeiHao Li <cn.liweihao@gmail.com>
xmzzz
pushed a commit
that referenced
this pull request
Aug 6, 2026
category: feature bugzilla: #248 -------------------------------- Add the device tree for the Milk-V Jupiter board. Enable the basic peripherals and board-specific devices used on the platform. Signed-off-by: jichuan Feng <jichuan.or@isrc.iscas.ac.cn> [sync from rvck.] Signed-off-by: WeiHao Li <cn.liweihao@gmail.com>
xmzzz
pushed a commit
that referenced
this pull request
Aug 6, 2026
category: feature bugzilla: #248 -------------------------------- Add the device tree for the Spacemit OrangePi RV2 board. Enable the basic peripherals and board-specific devices used on the platform. Signed-off-by: jichuan Feng <jichuan.or@isrc.iscas.ac.cn> [sync from rvck.] Signed-off-by: WeiHao Li <cn.liweihao@gmail.com>
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.
Sync commits from rvck PR 296.
Source PR: RVCK-Project/rvck#296
RVCK PR 296 enabled PL011 serial port for LX500 debug and
RISCV_ISA_V to fix illegal instruction error cause by RVA23 version systemd
This PR enables:
which were not enabled in openeuler_defconfig. Other changes result from
running
make save_oedefconfigandmake update_oedefconfig.