fix: LicheePi 4A ethernet - correct DWMAC defconfig symbol#299
Conversation
|
开始测试 log: https://github.com/RVCK-Project/rvck/actions/runs/26926320203 参数解析结果
测试完成 详细结果:
Kunit Test Result[02:30:42] Testing complete. Ran 482 tests: passed: 466, skipped: 16
Kernel Build Result
Check Patch Result
LAVA Check (qemu)
result: Lava check done!
|
0f0bd5a to
ba44bba
Compare
|
开始测试 log: https://github.com/RVCK-Project/rvck/actions/runs/26990328769 参数解析结果
测试完成 详细结果:
Kunit Test Result[01:49:42] Testing complete. Ran 482 tests: passed: 466, skipped: 16
Kernel Build Result
Check Patch Result
LAVA Check (qemu)
result: Lava check done!
|
|
@sterling-teng Please merge this pr |
这个配置文件也需要修改: 由于历史原因,rvck-6.6覆盖掉了linux-6.6.y的defconfig,近期会将现有的arch/riscv/configs/defconfig修改为arch/riscv/configs/rvck_defconfig,恢复arch/riscv/configs/defconfig为linux-6.6.y的defconfig。 |
dist inclusion category: cleanup Link: RVCK-Project#298 -------------------------------- CONFIG_DWMAC_XUANTIE does not exist in Kconfig (the actual symbol is CONFIG_DWMAC_THEAD). The invalid config meant the TH1520 GMAC glue driver was never built, leaving ethernet non-functional. Change to CONFIG_DWMAC_THEAD=y to build it in. Signed-off-by: ZhenXing Zhu <zhenxing.zhu@linux.alibaba.com>
ba44bba to
f7ab3e6
Compare
|
开始测试 log: https://github.com/RVCK-Project/rvck/actions/runs/27179794486 参数解析结果
测试完成 详细结果:
Kunit Test Result[02:25:08] Testing complete. Ran 482 tests: passed: 466, skipped: 16
Kernel Build Result
Check Patch Result
LAVA Check (qemu)
result: Lava check done!
|
|
你提交的这三个修网卡、风扇和reboot的pr会优先合并。但是现在licheepi 4a出现了bug(系已合并补丁引入),无法验证修复效果,目前正在二分定位补丁,暂停合并。 |
Fix LicheePi 4A (TH1520) ethernet being non-functional.
Change:
CONFIG_DWMAC_XUANTIE=m→CONFIG_DWMAC_THEAD=mTested on LicheePi 4A - ethernet works after this fix.
Link: #298