ACPI _CST C1 Declaration(ACPI _CST C1 报告) 设置是否向操作系统报告 C1 状态. Prefetcher settings(预取设置) SMU and PSP Production Mode(SMU 和 PSP 生产模式) 若关闭此项目,由 PSP FW 或 SMU FW 检测到的特定的未修正错误将挂起,且不 重置系统. DF Common Options(DF 一般选项) DRAM scrub time(...
* There are known cases in which the _CST output does not * contain C1, so if the type of the first state found is not * C1, leave an empty slot for C1 to be filled in later.*/ if (i == 1 && cx.type != ACPI_STATE_C1) ...
The processor declaration cannot be found in the DSDT but instead are part of SSDT-1.aml so we have to be a little creative: 1.) Copy ssdt-1.aml to ~/Desktop/dsdt.aml 2.) Copy apic.aml to ~/Desktop/apic.aml 3.) run: ./ssdtPRGen.sh -mode custom -p 'E5-2670 V1' This way ...
acpi_handle_info(handle, "_CST C[%d] package element[1] type(%x) is not integer, skip...\n", i, obj->type); continue; } cx.type = obj->integer.value; /* * There are known cases in which the _CST output does not * contain C1, so if the type of the...