-
Notifications
You must be signed in to change notification settings - Fork 137
Description
On a lenovo y560p laptop with an i7 2630QM CPU. Using the latest source, which seems to have the gigabyte fix that was included yesterday. I've got most debug options set within settings.h.
If I set USE_STATIC_CPU_DATA to true, the boot loader seems to get past the cpu detection portion onto smbios/drivers etc. But if I set USE_STATIC_CPU_DATA to false, a reboot occurs very early on (after displaying the architecture as x86_64 then c-states etc, through to the cpu tdp = 45 as the last thing displayed).
Not sure if its related (or more likely something stupid I'm doing) - but when I try to use static cpu data, using the following
define STATIC_CPU_Type 0x701 // also tried 702 and 703
define STATIC_CPU_NumCores 4
define STATIC_CPU_NumThreads 8
define STATIC_CPU_FSBFrequency 100000000ULL
define STATIC_CPU_QPISpeed 0
I noticed the cpu debug info spits out that the cpu frequency is 0Hz. (but continues through the following sections then causes a kernel panic)