Closed opsiff closed 3 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign zccrs for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
关键摘要:
CONFIG_ARM_PSCI_CPUIDLE
配置项,需要确认是否有替代方案处理 ARM 内核的 CPU 休眠。CONFIG_EFI_CAPSULE_LOADER
的配置项,需要验证新的配置项是否与现有系统兼容。是否建议立即修改:
CONFIG_ARM_PSCI_CPUIDLE
不会影响系统正常运行,并且验证 CONFIG_EFI_CAPSULE_LOADER
新的配置项是否符合预期。
Log:
We should support Phytium FT2000/4、D2000/8、、etc old arm cpu.
For compat old cpu, their PSCI idle support is broken.
If we use PSCI_CHECKER to detect, it caused some FT2000/4 hotplug failed and three cores not online.