Contribute
Register

Quick Guide to Generate a SSDT for CPU Power Management

when loading the kext i get this error
failed to load - (libkern/kext) not loadable (reason unspecified); check the system/kernel logs for errors or try kextutil(8).

The SSDT generation seems to work fine, but i can't check all the states.
 
when loading the kext i get this error
failed to load - (libkern/kext) not loadable (reason unspecified); check the system/kernel logs for errors or try kextutil(8).

The SSDT generation seems to work fine, but i can't check all the states.

Probably a permissions problem. Check system.log.
 
For Example the one I made for mine, it is glorious :) Now Im just trying to find a better turbo frequency thats stable above 4.4

Code:
AppleIntelInfo.kext v1.2 Copyright © 2012-2015 Pike R. Alpha. All rights reserved


Settings:
------------------------------------
logMSRs............................: 1
logIGPU............................: 0
logIntelRegs.......................: 1
logCStates.........................: 1
logIPGStyle........................: 1
InitialTSC.........................: 0xa0dc10fd92
MWAIT C-States.....................: 270624


Model Specific Regiters
------------------------------------
MSR_CORE_THREAD_COUNT......(0x35)  : 0x40008
MSR_PLATFORM_INFO..........(0xCE)  : 0x80838F3012800
MSR_PMG_CST_CONFIG_CONTROL.(0xE2)  : 0x1E000005
MSR_PMG_IO_CAPTURE_BASE....(0xE4)  : 0x21814
IA32_MPERF.................(0xE7)  : 0xE7E201548
IA32_APERF.................(0xE8)  : 0xF26EB68BB
MSR_FLEX_RATIO.............(0x194) : 0xE0000
MSR_IA32_PERF_STATUS.......(0x198) : 0x290A00002C00
MSR_IA32_PERF_CONTROL......(0x199) : 0x2C00
IA32_CLOCK_MODULATION......(0x19A) : 0x0
IA32_THERM_STATUS..........(0x19C) : 0x884B0800
IA32_MISC_ENABLES..........(0x1A0) : 0x850089
MSR_MISC_PWR_MGMT..........(0x1AA) : 0x400001
MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x2C2C2C2C
IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x1
MSR_POWER_CTL..............(0x1FC) : 0x4005F
MSR_RAPL_POWER_UNIT........(0x606) : 0xA0E03
MSR_PKG_POWER_LIMIT........(0x610) : 0x429000001D9000
MSR_PKG_ENERGY_STATUS......(0x611) : 0x17F78AC
MSR_PKG_POWER_INFO.........(0x614) : 0x2C0
MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x800
MSR_PP0_POWER_LIMIT........(0x638) : 0x0
MSR_PP0_ENERGY_STATUS......(0x639) : 0x121AD51
MSR_PP0_POLICY.............(0x63a) : 0x0
MSR_CONFIG_TDP_NOMINAL.....(0x648) : 0x28
MSR_CONFIG_TDP_LEVEL1......(0x649) : 0x0
MSR_CONFIG_TDP_LEVEL2......(0x64a) : 0x0
MSR_CONFIG_TDP_CONTROL.....(0x64b) : 0x80000000
MSR_TURBO_ACTIVATION_RATIO.(0x64c) : 0x0
MSR_PKGC3_IRTL.............(0x60a) : 0x8842
MSR_PKGC6_IRTL.............(0x60b) : 0x8873
MSR_PKGC7_IRTL.............(0x60c) : 0x8891
MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x700E72B248
MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x0
MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x0
MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0
IA32_TSC_DEADLINE..........(0x6E0) : 0xA0DF1204D6


CPU Ratio Info:
------------------------------------
CPU Low Frequency Mode.............: 800 MHz
CPU Maximum non-Turbo Frequency....: 4000 MHz
CPU Maximum Turbo Frequency........: 4400 MHz
CPU P-States [ (8) 39 44 ]
CPU C3-Cores [ 3 4 5 ]
CPU C6-Cores [ 0 1 6 7 ]
CPU C7-Cores [ 1 3 4 6 ]
CPU P-States [ (8) 39 42 44 ]
CPU C3-Cores [ 0 1 2 3 4 5 7 ]
CPU C7-Cores [ 1 2 3 4 5 6 7 ]
CPU P-States [ 8 38 39 (40) 42 44 ]
CPU C3-Cores [ 0 1 2 3 4 5 6 7 ]
CPU C7-Cores [ 0 1 2 3 4 5 6 7 ]
CPU P-States [ (8) 34 38 39 40 42 44 ]
CPU P-States [ (8) 34 35 38 39 40 42 44 ]
CPU P-States [ 8 31 34 35 38 39 40 42 (44) ]
CPU P-States [ 8 29 31 34 35 38 39 (40) 42 44 ]
CPU P-States [ (8) 29 31 32 34 35 38 39 40 42 44 ]
CPU P-States [ (8) 27 29 31 32 34 35 38 39 40 42 44 ]
CPU P-States [ 8 27 29 31 32 34 35 36 38 39 (40) 42 44 ]
CPU P-States [ 8 27 29 31 32 33 34 35 36 38 39 (40) 42 44 ]
CPU P-States [ 8 27 28 29 31 32 33 34 35 36 38 39 (40) 42 44 ][/FONT][/QUOTE]

That truly is "glorious"!  I made mine, with same CPU as yours & end up with this...  Not sure why/how, but my system idles WAY too high.  Assuming my SSDT is somehow screwed up.  Any chance you could share yours with me?  I tried PM'ing you, but silly system says i've only got like 37 posts, not 75 to PM... ugh...

AppleIntelInfo.kext v1.2 Copyright © 2012-2015 Pike R. Alpha. All rights reserved

Settings:
------------------------------------
logMSRs............................: 1
logIGPU............................: 0
logIntelRegs.......................: 1
logCStates.........................: 1
logIPGStyle........................: 1
InitialTSC.........................: 0x7849d72e6d
MWAIT C-States.....................: 270624

Model Specific Regiters
------------------------------------
MSR_CORE_THREAD_COUNT......(0x35)  : 0x40008
MSR_PLATFORM_INFO..........(0xCE)  : 0x80838F3012800
MSR_PMG_CST_CONFIG_CONTROL.(0xE2)  : 0x1E000402
MSR_PMG_IO_CAPTURE_BASE....(0xE4)  : 0x1814
IA32_MPERF.................(0xE7)  : 0x1DC2FCEE92
IA32_APERF.................(0xE8)  : 0x206EC4EACA
MSR_FLEX_RATIO.............(0x194) : 0xE0000
MSR_IA32_PERF_STATUS.......(0x198) : 0x27F000002C00
MSR_IA32_PERF_CONTROL......(0x199) : 0x2C00
IA32_CLOCK_MODULATION......(0x19A) : 0x0
IA32_THERM_STATUS..........(0x19C) : 0x88390000
IA32_MISC_ENABLES..........(0x1A0) : 0x850089
MSR_MISC_PWR_MGMT..........(0x1AA) : 0x1
MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x2C2C2C2C
IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x1
MSR_POWER_CTL..............(0x1FC) : 0x4005F
MSR_RAPL_POWER_UNIT........(0x606) : 0xA0E03
MSR_PKG_POWER_LIMIT........(0x610) : 0xFFD00000EA82
MSR_PKG_ENERGY_STATUS......(0x611) : 0x48C519D
MSR_PKG_POWER_INFO.........(0x614) : 0x2C0
MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x1F40
MSR_PP0_POWER_LIMIT........(0x638) : 0xFFD0
MSR_PP0_ENERGY_STATUS......(0x639) : 0x3655E97
MSR_PP0_POLICY.............(0x63a) : 0x0
MSR_CONFIG_TDP_NOMINAL.....(0x648) : 0x28
MSR_CONFIG_TDP_LEVEL1......(0x649) : 0x0
MSR_CONFIG_TDP_LEVEL2......(0x64a) : 0x0
MSR_CONFIG_TDP_CONTROL.....(0x64b) : 0x80000000
MSR_TURBO_ACTIVATION_RATIO.(0x64c) : 0x0
MSR_PKGC3_IRTL.............(0x60a) : 0x8842
MSR_PKGC6_IRTL.............(0x60b) : 0x8873
MSR_PKGC7_IRTL.............(0x60c) : 0x8891
MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x2554E083B8
MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x0
MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x0
MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0
IA32_TSC_DEADLINE..........(0x6E0) : 0x784CF63EAD

CPU Ratio Info:
------------------------------------
CPU Low Frequency Mode.............: 800 MHz
CPU Maximum non-Turbo Frequency....: 4000 MHz
CPU Maximum Turbo Frequency........: 4400 MHz
CPU P-States [ 42 (44) ]
CPU C3-Cores [ 0 4 5 6 ]
CPU C6-Cores [ 0 1 3 4 6 7 ]
CPU C7-Cores [ 1 4 5 6 7 ]
CPU P-States [ 41 42 (44) ]
CPU C3-Cores [ 0 4 5 6 7 ]
CPU C7-Cores [ 1 2 3 4 5 6 7 ]
CPU P-States [ (40) 41 42 43 44 ]
CPU C3-Cores [ 0 3 4 5 6 7 ]
CPU C6-Cores [ 0 1 3 4 5 6 7 ]
CPU C7-Cores [ 0 1 2 3 4 5 6 7 ]
CPU C3-Cores [ 0 2 3 4 5 6 7 ]
CPU C6-Cores [ 0 1 2 3 4 5 6 7 ]
CPU C3-Cores [ 0 1 2 3 4 5 6 7 ]
CPU P-States [ (8) 40 41 42 43 44 ][code]

Oh & attached is a screen shot at IDLE...basically i'm stuck between 4 & 4.4Ghz(constant Turbo)...WTF? 

Help?
 

Attachments

  • Screen Shot 2016-03-30 at 8.47.05 PM.png
    Screen Shot 2016-03-30 at 8.47.05 PM.png
    163.1 KB · Views: 288
I'm unable to get this script to work, even when using

sudo ./ssdtPRGen.sh -p 'i7-6700K' -f 4000 -turbo 4200

I have an i7 6700k skyline. Has anyone been able to get past this?

Here is my output from AppleIntelInfo.kext:

Code:
Settings:
------------------------------------
logMSRs............................: 1
logIGPU............................: 0
logIntelRegs.......................: 1
logCStates.........................: 1
logIPGStyle........................: 1
InitialTSC.........................: 0x14811f4997f2
MWAIT C-States.....................: 1319200


Model Specific Regiters
------------------------------------
MSR_CORE_THREAD_COUNT......(0x35)  : 0x40008
MSR_PLATFORM_INFO..........(0xCE)  : 0x80838F1012800
MSR_PMG_CST_CONFIG_CONTROL.(0xE2)  : 0x1E000000
MSR_PMG_IO_CAPTURE_BASE....(0xE4)  : 0x31814
IA32_MPERF.................(0xE7)  : 0x2733E9B0200
IA32_APERF.................(0xE8)  : 0x209A81FD33C
MSR_FLEX_RATIO.............(0x194) : 0xE0000
MSR_IA32_PERF_STATUS.......(0x198) : 0x294100002800
MSR_IA32_PERF_CONTROL......(0x199) : 0x2A00
IA32_CLOCK_MODULATION......(0x19A) : 0x0
IA32_THERM_STATUS..........(0x19C) : 0x884F0000
IA32_MISC_ENABLES..........(0x1A0) : 0x850089
MSR_MISC_PWR_MGMT..........(0x1AA) : 0x401CC1
MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x2828282A
IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x1
MSR_POWER_CTL..............(0x1FC) : 0x2C005F
MSR_RAPL_POWER_UNIT........(0x606) : 0xA0E03
MSR_PKG_POWER_LIMIT........(0x610) : 0x42FFFF001BFFFF
MSR_PKG_ENERGY_STATUS......(0x611) : 0x55AE51D4
MSR_PKG_POWER_INFO.........(0x614) : 0x2F8
MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x80000000
MSR_PP0_POWER_LIMIT........(0x638) : 0x0
MSR_PP0_ENERGY_STATUS......(0x639) : 0x1C948351
MSR_PP0_POLICY.............(0x63a) : 0x0
MSR_PKGC6_IRTL.............(0x60b) : 0x8876
MSR_PKGC7_IRTL.............(0x60c) : 0x8894
MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x0
MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x0
MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x0
MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0
IA32_TSC_DEADLINE..........(0x6E0) : 0x14813047C2C4


CPU Ratio Info:
------------------------------------
CPU Low Frequency Mode.............: 800 MHz
CPU Maximum non-Turbo Frequency....: 4000 MHz
CPU Maximum Turbo Frequency........: 4200 MHz
CPU P-States [ 33 (40) ]
CPU C3-Cores [ 0 1 2 5 ]
CPU C6-Cores [ 0 1 2 3 4 5 ]
CPU P-States [ (9) 33 39 40 ]
CPU C6-Cores [ 0 1 2 3 4 5 6 7 ]
CPU C3-Cores [ 0 1 2 3 4 5 7 ]
CPU P-States [ 9 21 33 39 (40) ]
CPU P-States [ 9 15 21 33 39 (40) ]
CPU P-States [ (9) 15 21 24 33 39 40 ]
CPU C3-Cores [ 0 1 2 3 4 5 6 7 ]
CPU P-States [ 9 15 21 24 26 33 39 (40) ]
CPU P-States [ 9 15 21 24 26 33 35 39 (40) ]
CPU P-States [ (9) 15 21 22 24 26 33 35 39 40 ]
CPU P-States [ (9) 15 20 21 22 24 26 33 35 39 40 ]
CPU P-States [ 9 15 20 21 22 24 26 33 35 36 39 (40) ]
CPU P-States [ (9) 15 20 21 22 23 24 26 33 35 36 39 40 ]
CPU P-States [ 9 15 19 20 21 22 23 24 26 33 35 36 39 (40) ]
CPU P-States [ (9) 15 19 20 21 22 23 24 25 26 33 35 36 39 40 ]
CPU P-States [ 9 15 19 20 21 22 23 24 25 26 33 35 36 39 40 (42) ]
CPU P-States [ 9 15 19 20 21 22 23 24 25 26 33 35 36 37 39 (40) 42 ]
CPU P-States [ 9 15 19 20 21 22 23 24 25 26 28 33 35 36 37 39 (40) 42 ]

as far as I can tell, my P states are actually working on their own? But still my processor never drops below 3.6 ghz and usually sits at 4.0ghz... I'm not sure if I'm trying to fix a problem that doesn't exist.
 
hi,

first thanks for the guide, very helpful.

few questions:

- is it required to drop tables CpuPm and Cpu0Ist in clover plist ?

- is it normal that when I read AppleIntelInfo.dat output, at first I only have a few P-states and every time I re-read it others are added ?

ex:
[ 8 17 19 20 21 22 23 24 26 34 (35) 37 38 39 ]
[ (8) 17 18 19 20 21 22 23 24 25 26 27 28 34 35 37 38 39 ]
[ (8) 17 18 19 20 21 22 23 24 25 26 27 28 31 34 35 37 38 39 ]

[ (8) 15 17 18 19 20 21 22 23 24 25 26 27 28 29 31 34 35 37 38 39 ]

[ (8) 11 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ]

- what is the () coefficient ? The current one ? Doesn't reflect Intel Power Gadget graph. Even with geekbench running, it reads (8) = (800 Mhz ?).
 
Hi all,
I think that i've some problem with native power management.
My system config is in my signature, and i have a "strange" CPU. It's an engineering sample of sandy bridge i5-2400. it have unlocked multiplier and HT like an i7 2x00k model, and nominal clock of 3100Mhz.
The cpu is clocked at 42x100.
I've patched AppleIntelCPUPowerManagement.kext, and generated my own ssdt with ssdtPRgen.
clover drop the table, and i can see more p-state loaded trhough AppleIntelCPUPowerManagementInfo.kext, but seems that the system use only two p.states(16 and 42).
The current system definition (i'm using clover as bootloader) is iMac12,1.
i generated the ssdt with this command:
sudo ./ssdtPRGen.sh -c 0 -p i7-2600K -f 3100 -turbo 4200 -m iMac12,1 (if i run the script without flag it returns this error:Error: Unknown processor model ...).
This is the output of ssdtPRgen:

Code:
v6.6 Copyright (c) 2013 by † Jeroen
             v15.6 Copyright (c) 2013-2016 by Pike R. Alpha
-----------------------------------------------------------
Bugs > [URL]https://github.com/Piker-Alpha/ssdtPRGen.sh/issues[/URL] <

gDataPath: /Users/gersio/Library/ssdtPRGen/Data
Override value: (-c) CPU type, now using: Sandy Bridge!
Override value: (-p) processor model, now using: i7-2600K!
Override value: (-f) clock frequency, now using: 3100 MHz!
Override value: (-turbo) maximum (turbo) frequency, now using: 4200 MHz!
Override value: (-m) model, now using: iMac12,1!

System information: Mac OS X 10.10.5 (14F27)
Brandstring 'Genuine Intel(R) CPU 0 @ 3.10GHz'


Warning: No ACPI Processor declarations found in the DSDT!
     Using assumed Scope (\_PR) {}

Generating ssdt.dsl for a 'iMac12,1' with board-id [Mac-942B5BF58194151B]
Sandy Bridge Core i7-2600K processor [0x206A5] setup [0x0703]
With a maximum TDP of 95 Watt, as specified by Intel
Number logical CPU's: 8 (Core Frequency: 3100 MHz)
Number of Turbo States: 11 (3200-4200 MHz)
Number of P-States: 27 (1600-4200 MHz)
Injected C-States for P000 (C1,C3,C6)
Warning: 'cpu-type' may be set improperly (0x0703 instead of 0x0603)

Intel ACPI Component Architecture
ASL Optimizing Compiler version 20140926-64 [Nov  6 2014]
Copyright (c) 2000 - 2014 Intel Corporation

ASL Input:     /Users/gersio/Library/ssdtPRGen/ssdt.dsl - 214 lines, 6431 bytes, 48 keywords
AML Output:    /Users/gersio/Library/ssdtPRGen/ssdt.aml - 1691 bytes, 19 named objects, 29 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations

Do you want to copy /Users/gersio/Library/ssdtPRGen/ssdt.aml to /Extra/ssdt.aml? (y/n)?

this is the ouput generated by AppleIntelCPUPowerManagementInfo.kext:
Code:
Gersios-iMac:Downloads gersio$ cat /var/log/system.log |grep AICP
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: v3.3 Copyright © 2012-2014 Pike R. Alpha. All rights reserved
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: logMSRs............................: 1
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: logIGPU............................: 0
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: logCStates.........................: 1
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: logIPGStyle........................: 1
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MWAIT C-States.....................: 4384
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_CORE_THREAD_COUNT......(0x35)  : 0x40008
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PLATFORM_INFO..........(0xCE)  : 0x100078011F00
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PMG_CST_CONFIG_CONTROL.(0xE2)  : 0x1E008400
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PMG_IO_CAPTURE_BASE....(0xE4)  : 0x10414
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: IA32_MPERF.................(0xE7)  : 0x2F28F99260
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: IA32_APERF.................(0xE8)  : 0x3AD442F588
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_FLEX_RATIO.............(0x194) : 0xE0000
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_IA32_PERF_STATUS.......(0x198) : 0x2AEA00002A00
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_IA32_PERF_CONTROL......(0x199) : 0x2A00
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: IA32_CLOCK_MODULATION......(0x19A) : 0x0
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: IA32_THERM_STATUS..........(0x19C) : 0x88290000
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: IA32_MISC_ENABLES..........(0x1A0) : 0x850081
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_MISC_PWR_MGMT..........(0x1AA) : 0x400001
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x2A2A2A2A
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x4
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_POWER_CTL..............(0x1FC) : 0x4005F
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_RAPL_POWER_UNIT........(0x606) : 0xA1003
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PKG_POWER_LIMIT........(0x610) : 0x8000864000148640
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PKG_ENERGY_STATUS......(0x611) : 0x1A7EA278
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PKGC3_IRTL.............(0x60a) : 0x8850
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PKGC6_IRTL.............(0x60b) : 0x8868
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PKGC7_IRTL.............(0x60c) : 0x886D
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x18141494000005A0
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PP0_POWER_LIMIT........(0x638) : 0x0
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PP0_ENERGY_STATUS......(0x639) : 0x160D2243
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PP0_POLICY.............(0x63a) : 0x0
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x0
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x0
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x0
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: CPU Low Frequency Mode.............: 1600 MHz
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: CPU Maximum non-Turbo Frequency....: 3100 MHz
Apr  4 18:55:39 Gersios-iMac kernel[0]: AICPUPMI: CPU Maximum Turbo Frequency........: 4200 MHz
Apr  4 18:55:40 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 37 42 ]
Apr  4 18:55:40 Gersios-iMac kernel[0]: AICPUPMI: CPU C3-Cores [ 1 2 3 4 5 ]
Apr  4 18:55:40 Gersios-iMac kernel[0]: AICPUPMI: CPU C6-Cores [ 0 2 3 5 7 ]
Apr  4 18:55:40 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 31 37 42 ]
Apr  4 18:55:40 Gersios-iMac kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 7 ]
Apr  4 18:55:41 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ 16 31 37 40 (42) ]
Apr  4 18:55:41 Gersios-iMac kernel[0]: AICPUPMI: CPU C3-Cores [ 1 2 3 4 5 6 7 ]
Apr  4 18:55:41 Gersios-iMac kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 6 7 ]
Apr  4 18:55:41 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 31 36 37 40 42 ]
Apr  4 18:55:41 Gersios-iMac kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 ]
Apr  4 18:55:42 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 29 31 36 37 40 42 ]
Apr  4 18:55:43 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 27 29 31 36 37 40 42 ]
Apr  4 18:55:44 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 27 28 29 31 36 37 40 42 ]
Apr  4 18:55:44 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 27 28 29 31 32 36 37 40 42 ]
Apr  4 18:55:46 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 27 28 29 31 32 33 36 37 40 42 ]
Apr  4 18:55:48 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 27 28 29 31 32 33 36 37 38 40 42 ]
Apr  4 18:55:49 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ 16 27 28 29 31 32 33 36 37 38 39 40 (42) ]
Apr  4 18:55:50 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ 16 27 28 29 31 32 33 36 37 38 39 40 41 (42) ]
Apr  4 18:55:52 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 27 28 29 31 32 33 34 36 37 38 39 40 41 42 ]
Apr  4 18:55:53 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 27 28 29 30 31 32 33 34 36 37 38 39 40 41 42 ]
Apr  4 18:56:10 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 26 27 28 29 30 31 32 33 34 36 37 38 39 40 41 42 ]
Apr  4 18:56:14 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 ]
Apr  4 19:01:33 Gersios-iMac kernel[0]: AICPUPMI: CPU P-States [ (16) 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 ]
This is the output of kextstat:
Code:
Gersios-iMac:Downloads gersio$ kextstat
Index Refs Address            Size       Wired      Name (Version) <Linked Against>
    1   80 0xffffff7f80a3e000 0x8c50     0x8c50     com.apple.kpi.bsd (14.5.0)
    2    7 0xffffff7f80bdc000 0x28c0     0x28c0     com.apple.kpi.dsep (14.5.0)
    3  101 0xffffff7f80a03000 0x20500    0x20500    com.apple.kpi.iokit (14.5.0)
    4  108 0xffffff7f80a24000 0xbf50     0xbf50     com.apple.kpi.libkern (14.5.0)
    5   94 0xffffff7f80a00000 0x2d50     0x2d50     com.apple.kpi.mach (14.5.0)
    6   43 0xffffff7f80a30000 0x8590     0x8590     com.apple.kpi.private (14.5.0)
    7   62 0xffffff7f80a39000 0x4900     0x4900     com.apple.kpi.unsupported (14.5.0)
    8    2 0xffffff7f80bdf000 0xa0000    0xa0000    com.apple.kec.corecrypto (1.0) <7 6 5 4 3 1>
    9    0 0xffffff7f81130000 0xc000     0xc000     com.apple.kec.pthread (1) <7 6 5 4 1>
   10    1 0xffffff7f8114d000 0x9000     0x9000     com.apple.kec.Libm (1) <4>
   11   17 0xffffff7f814cb000 0x9000     0x9000     com.apple.iokit.IOACPIFamily (1.4) <7 6 4 3>
   12   25 0xffffff7f80b24000 0x2f000    0x2f000    com.apple.iokit.IOPCIFamily (2.9) <7 6 5 4 3>
   13    1 0xffffff7f81f78000 0x5f000    0x5f000    com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>
   14    1 0xffffff7f80c7f000 0xb000     0xb000     com.apple.driver.AppleFDEKeyStore (28.30) <8 7 6 5 4 3 1>
   15    1 0xffffff7f80d1e000 0x7000     0x7000     com.apple.iokit.IOReportFamily (31) <5 4 3>
   16   10 0xffffff7f80a47000 0x26000    0x26000    com.apple.iokit.IOStorageFamily (2.0) <7 6 5 4 3 1>
   17    0 0xffffff7f815a0000 0x19000    0x19000    com.apple.driver.DiskImages (398) <16 7 6 5 4 3 1>
   18    1 0xffffff7f81bb4000 0xf000     0xf000     com.apple.driver.AppleCredentialManager (1.0) <7 5 4 3 1>
   19    2 0xffffff7f810fd000 0xd000     0xd000     com.apple.driver.AppleMobileFileIntegrity (1.0.5) <7 6 5 4 3 2 1>
   20    0 0xffffff7f81bc3000 0x23000    0x23000    com.apple.driver.AppleKeyStore (2) <19 18 8 7 6 5 4 3 1>
   21    0 0xffffff7f81c81000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (218.0.0) <7 6 5 4 3 1>
   22    0 0xffffff7f82d16000 0x19000    0x19000    org.netkas.driver.FakeSMC (1394) <11 7 5 4 3 1>
   23    0 0xffffff7f810fa000 0x2000     0x2000     com.apple.security.TMSafetyNet (8) <7 6 5 4 2 1>
   24    2 0xffffff7f8110a000 0x5000     0x5000     com.apple.kext.AppleMatch (1.0.0d1) <4 1>
   25    1 0xffffff7f8110f000 0x17000    0x17000    com.apple.security.sandbox (300.0) <24 19 7 6 5 4 3 2 1>
   26    0 0xffffff7f81126000 0x9000     0x9000     com.apple.security.quarantine (3) <25 24 7 6 5 4 2 1>
   27    0 0xffffff7f82d0c000 0x8000     0x8000     com.apple.nke.applicationfirewall (161) <7 6 5 4 3 1>
   28    0 0xffffff7f81c7c000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) <7 6 5 4 3 1>
   29    0 0xffffff7f81f4b000 0x3000     0x3000     com.apple.driver.AppleAPIC (1.7) <4 3>
   30    0 0xffffff7f81ac7000 0x4000     0x4000     com.apple.driver.AppleSMBIOS (2.1) <7 4 3>
   31    0 0xffffff7f81af5000 0x8000     0x8000     com.apple.driver.AppleRTC (2.0) <11 5 4 3 1>
   32    0 0xffffff7f81d00000 0x3000     0x3000     com.apple.driver.AppleHPET (1.8) <11 7 5 4 3>
   33    1 0xffffff7f81f29000 0x5000     0x5000     com.apple.driver.AppleEFIRuntime (2.0) <7 6 5 4 3>
   34    7 0xffffff7f80c8a000 0x76000    0x76000    com.apple.iokit.IOHIDFamily (2.0.0) <14 7 6 5 4 3 2 1>
   35    0 0xffffff7f81fe7000 0x4000     0x4000     com.apple.driver.AppleACPIButtons (3.1) <34 13 11 7 6 5 4 3 1>
   36    0 0xffffff7f81f2e000 0xb000     0xb000     com.apple.driver.AppleEFINVRAM (2.0) <33 7 6 5 4 3 1>
   38   11 0xffffff7f80b6b000 0x65000    0x65000    com.apple.iokit.IOUSBFamily (720.4.4) <12 7 5 4 3 1>
   39    0 0xffffff7f81329000 0x19000    0x19000    com.apple.driver.AppleUSBEHCI (705.4.14) <38 12 7 5 4 3 1>
   40    3 0xffffff7f816a3000 0x16000    0x16000    com.apple.iokit.IOAHCIFamily (2.7.5) <5 4 3 1>
   41    0 0xffffff7f81f50000 0x1b000    0x1b000    com.apple.driver.AppleAHCIPort (3.1.2) <40 12 5 4 3 1>
   42    5 0xffffff7f80ae2000 0x2b000    0x2b000    com.apple.iokit.IOSCSIArchitectureModelFamily (3.7.5) <5 4 3 1>
   45    0 0xffffff7f812a1000 0x22000    0x22000    com.apple.driver.AppleUSBXHCI (710.4.11) <38 12 7 5 4 3 1>
   46    0 0xffffff7f81306000 0x1c000    0x1c000    com.apple.driver.AppleUSBHub (705.4.2) <38 5 4 3 1>
   47    2 0xffffff7f81237000 0x2c000    0x2c000    com.apple.iokit.IONetworkingFamily (3.2) <7 6 5 4 3 1>
   48    0 0xffffff7f82d2f000 0x5a000    0x5a000    com.insanelymac.RealtekRTL8111 (2.1.0d1) <47 12 5 4 3 1>
   49    0 0xffffff7f80e66000 0x4f000    0x4f000    at.obdev.nke.LittleSnitch (4354) <5 4 3 1>
   50    0 0xffffff7f81803000 0xa000     0xa000     com.apple.BootCache (36) <7 6 5 4 3 1>
   51    0 0xffffff7f81f14000 0x6000     0x6000     com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0) <6 4 3 2 1>
   52    0 0xffffff7f81f1c000 0x3000     0x3000     com.apple.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1) <7 6 4 3 2 1>
   54    1 0xffffff7f81297000 0xa000     0xa000     com.apple.driver.AppleUSBComposite (705.4.9) <38 4 3 1>
   55    0 0xffffff7f812ff000 0x7000     0x7000     com.apple.driver.AppleUSBMergeNub (705.4.0) <54 38 4 3 1>
   56    0 0xffffff7f81276000 0x11000    0x11000    com.apple.iokit.IOUSBMassStorageClass (3.7.2) <42 38 16 5 4 3 1>
   57    0 0xffffff7f81156000 0x18000    0x18000    com.apple.iokit.IOSCSIBlockCommandsDevice (3.7.5) <42 16 5 4 3 1>
   58    0 0xffffff7f81477000 0x7000     0x7000     com.apple.iokit.SCSITaskUserClient (3.7.5) <42 16 5 4 3 1>
   59    1 0xffffff7f8181f000 0x78000    0x78000    com.apple.vecLib.kext (1.2.0) <10 6 5 4 3>
   60    4 0xffffff7f81897000 0x30000    0x30000    com.apple.iokit.IOAudioFamily (203.3) <59 5 4 3 1>
   61    0 0xffffff7f81931000 0x4e000    0x4e000    com.apple.driver.AppleUSBAudio (295.23) <60 38 12 5 4 3 1>
   62    3 0xffffff7f80d14000 0xa000     0xa000     com.apple.iokit.IOUSBHIDDriver (705.4.0) <38 34 5 4 3 1>
   63    1 0xffffff7f80d25000 0xad000    0xad000    com.apple.iokit.IOBluetoothFamily (4.3.6f3) <15 7 5 4 3 1>
   64    1 0xffffff7f80de2000 0x12000    0x12000    com.apple.driver.IOBluetoothHIDDriver (4.3.6f3) <63 34 5 4 3>
   65    1 0xffffff7f80df6000 0x45000    0x45000    com.Logitech.Control Center.HID Driver (3.9.1) <64 62 38 34 5 4 3>
   66    1 0xffffff7f819c4000 0x8000     0x8000     com.apple.driver.AppleHIDKeyboard (176.2) <34 4 3>
   67    0 0xffffff7f81d13000 0x4000     0x4000     com.apple.driver.AppleUSBHIDKeyboard (176.2) <66 62 34 4 3>
   68    0 0xffffff7f80e4b000 0x16000    0x16000    com.Logitech.Unifying.HID Driver (1.3.1) <65 62 38 34 5 4 3>
   69    0 0xffffff7f818d7000 0x3000     0x3000     com.apple.driver.XsanFilter (404) <16 5 4 3 1>
   70    0 0xffffff7f816bc000 0xd000     0xd000     com.apple.iokit.IOAHCISerialATAPI (2.6.1) <42 40 5 4 3 1>
   71    3 0xffffff7f81482000 0xe000     0xe000     com.apple.iokit.IOCDStorageFamily (1.7.1) <16 5 4 3 1>
   72    2 0xffffff7f81493000 0xb000     0xb000     com.apple.iokit.IODVDStorageFamily (1.7.1) <71 16 5 4 3 1>
   73    1 0xffffff7f814a1000 0x9000     0x9000     com.apple.iokit.IOBDStorageFamily (1.7) <72 71 16 5 4 3 1>
   74    0 0xffffff7f814ad000 0x1a000    0x1a000    com.apple.iokit.IOSCSIMultimediaCommandsDevice (3.7.5) <73 72 71 42 16 5 4 3 1>
   76    0 0xffffff7f816d6000 0x18000    0x18000    com.apple.iokit.IOAHCIBlockStorage (2.7.1) <40 16 6 5 4 3 1>
   77   13 0xffffff7f81549000 0x3b000    0x3b000    com.apple.iokit.IOGraphicsFamily (2.4.1) <12 7 5 4 3 1>
   78    0 0xffffff7f81bed000 0x2e000    0x2e000    com.apple.driver.AppleIntelSNBGraphicsFB (10.0.0) <77 12 11 7 6 5 4 3 1>
   79    2 0xffffff7f81d1f000 0xc000     0xc000     com.apple.iokit.IOHDAFamily (2.4.7fc2) <5 4 3 1>
   80    1 0xffffff7f81d32000 0x19000    0x19000    com.apple.driver.AppleHDAController (2.4.7fc2) <79 77 12 7 6 5 4 3 1>
   81    0 0xffffff7f8128a000 0x3000     0x3000     com.apple.iokit.IOUSBUserClient (705.4.0) <38 7 5 4 3 1>
   82    5 0xffffff7f814d4000 0xa000     0xa000     com.apple.driver.IOPlatformPluginFamily (5.9.1d7) <11 7 6 5 4 3>
   83    0 0xffffff7f814de000 0x3000     0x3000     com.apple.driver.AppleSMCPDRC (1.0.0) <82 12 6 4 3>
   84    1 0xffffff7f8146d000 0x5000     0x5000     com.apple.iokit.IOSlowAdaptiveClockingFamily (1.0.0) <7 6 5 4 3 1>
   85    0 0xffffff7f81c2d000 0x2000     0x2000     com.apple.driver.AppleIntelSlowAdaptiveClocking (4.0.0) <84 4 3>
   86    1 0xffffff7f814e3000 0x12000    0x12000    com.apple.driver.IOPlatformPluginLegacy (1.0.0) <82 11 7 6 5 4 3>
   87    2 0xffffff7f814f7000 0x1a000    0x1a000    com.apple.driver.AppleSMC (3.1.9) <11 7 5 4 3 1>
   88    0 0xffffff7f81513000 0x10000    0x10000    com.apple.driver.ACPI_SMC_PlatformPlugin (1.0.0) <87 86 82 12 11 7 6 5 4 3>
   90    2 0xffffff7f81ef0000 0x7000     0x7000     com.apple.AppleGraphicsDeviceControl (3.10.25) <7 6 5 4 3 1>
   91    2 0xffffff7f81fee000 0x126000   0x126000   com.apple.kext.AMDSupport (1.3.2) <90 77 12 11 7 5 4 3 1>
   92    0 0xffffff7f826fc000 0x4d1000   0x4d1000   com.apple.kext.AMD5000Controller (1.3.2) <91 77 12 11 5 4 3 1>
   94    0 0xffffff7f81bac000 0x3000     0x3000     com.apple.driver.AppleLPC (1.7.3) <82 12 5 4 3>
   95    0 0xffffff7f80f4e000 0x4000     0x4000     com.intel.driver.EnergyDriver (2.0) <7 5 4 3>
   96    2 0xffffff7f81590000 0x10000    0x10000    com.apple.iokit.IONDRVSupport (2.4.1) <77 12 7 5 4 3>
   97    0 0xffffff7f81cc2000 0xb000     0xb000     com.apple.driver.AppleHV (1) <7 6 5 4 3 1>
   98    1 0xffffff7f82122000 0x6f000    0x6f000    com.apple.iokit.IOAcceleratorFamily2 (156.16) <77 12 7 6 5 4 3 1>
   99    0 0xffffff7f8219f000 0x453000   0x453000   com.apple.AMDRadeonX3000 (1.3.2) <98 77 12 7 5 4 3 1>
  100    0 0xffffff7f81b54000 0x4000     0x4000     com.apple.driver.AppleOSXWatchdog (1) <12 7 6 5 4 3 1>
  101    0 0xffffff7f81cbd000 0x3000     0x3000     com.apple.driver.AppleHWAccess (1) <7 5 4 3>
  102    0 0xffffff7f816ff000 0x5000     0x5000     com.apple.Dont_Steal_Mac_OS_X (7.0.0) <87 7 4 3 1>
  103    0 0xffffff7f826c5000 0x24000    0x24000    com.apple.kext.AMDFramebuffer (1.3.2) <91 77 12 11 7 5 4 3 1>
  104    0 0xffffff7f81454000 0x13000    0x13000    com.apple.iokit.IOSurface (97.4) <7 5 4 3 1>
  105    0 0xffffff7f8126a000 0x6000     0x6000     com.apple.iokit.IOUserEthernet (1.0.1) <47 6 5 4 3 1>
  106    1 0xffffff7f81469000 0x4000     0x4000     com.apple.iokit.IOSMBusFamily (1.1) <5 4 3>
  107    1 0xffffff7f81b61000 0xe000     0xe000     com.apple.driver.AppleSMBusController (1.0.13d1) <106 12 11 5 4 3>
  108    0 0xffffff7f81b72000 0xe000     0xe000     com.apple.driver.AppleMCCSControl (1.2.12) <107 77 12 11 7 5 4 3 1>
  109    0 0xffffff7f81985000 0x5000     0x5000     com.apple.driver.AppleUpstreamUserClient (3.6.1) <77 12 11 7 5 4 3 1>
  110    0 0xffffff7f818cf000 0x5000     0x5000     com.apple.driver.AudioAUUC (1.70) <77 60 12 11 7 5 4 3 1>
  111    1 0xffffff7f81d4b000 0x13000    0x13000    com.apple.kext.OSvKernDSPLib (1.15) <5 4>
  112    1 0xffffff7f81d5e000 0xba000    0xba000    com.apple.driver.DspFuncLib (2.4.7fc2) <111 60 6 5 4 3 1>
  113    0 0xffffff7f81e21000 0x8b000    0x8b000    com.apple.driver.AppleHDA (2.4.7fc2) <112 96 80 79 77 60 6 5 4 3 1>
  115    1 0xffffff7f8162c000 0xe000     0xe000     com.apple.iokit.IOSerialFamily (11) <7 6 5 4 3 1>
  116    0 0xffffff7f8163d000 0xa000     0xa000     com.apple.iokit.IOBluetoothSerialManager (4.3.6f3) <115 7 5 4 3 1>
  118    0 0xffffff7f81ef7000 0x14000    0x14000    com.apple.driver.AGPM (110.19.6) <96 90 82 77 12 5 4 3>
  119    1 0xffffff7f8180f000 0x5000     0x5000     com.apple.kext.triggers (1.0) <7 6 5 4 3 1>
  120    0 0xffffff7f81814000 0x9000     0x9000     com.apple.filesystems.autofs (3.0) <119 7 6 5 4 3 1>
  121    0 0xffffff7f81cb4000 0x5000     0x5000     com.apple.driver.AppleHWSensor (1.9.5d0) <5 4 3>
  122    0 0xffffff7f82d89000 0x16000    0x16000    com.github.osxfuse.filesystems.osxfusefs (2.8.3) <7 5 4 3 1>
  123    1 0xffffff7f8113c000 0xf000     0xf000     com.apple.filesystems.msdosfs (1.10) <7 5 4 1>
  124    0 0xffffff7f82d9f000 0x4000     0x4000     com.apple.driver.AppleIntelCPUPowerManagementInfo (1) <7 5 4 3 1>

and this is the boot output taken by DPCImanager:
Code:
0:100  0:100  MemLog inited, TSC freq: 3092973718
0:100  0:000  LegacyRegion2: Chipset/proc: 0x01008086
0:100  0:000   Next Generation Core processors (PAM 0x80-0x86)
0:100  0:000   Test PAM1=(0x41=90, 0x5a=00, 0x81=11, 0x91=00) at chipset 01008086
0:100  0:000  , Install = Success
0:123  0:023  BiosVideoDriverBindingStart!
0:123  0:000  BiosVideoCheckForVbe
0:123  0:000  EdidOverride not found
0:152  0:028   Edid1+
0:152  0:000   found Detail Timing 2560x1600
0:152  0:000   found Detail Timing 1280x800
0:181  0:028   Edid0+
0:181  0:000   found Detail Timing 2560x1600
0:181  0:000  ... already present
0:181  0:000   found Detail Timing 1280x800
0:181  0:000  ... already present
0:186  0:005     0 1152x864 attr=BB - ok, edid-
0:186  0:000     1 1280x960 attr=BB - ok, edid-
0:187  0:000     2 640x480 attr=BB - ok, edid-, 640x480, working, highest, pref=2
0:187  0:000     3 800x600 attr=BB - ok, edid-, 800x600, working, highest, pref=3
0:187  0:000     4 1024x768 attr=BB - ok, edid-, 1024x768, working, highest, pref=4
0:187  0:000     5 1280x1024 attr=BB - ok, edid-
0:188  0:000     6 1400x1050 attr=BB - ok, edid-
0:188  0:000     7 1600x1200 attr=BB - ok, edid-
0:189  0:000     8 1792x1344 attr=BB - ok, edid-
0:189  0:000     9 1856x1392 attr=BB - ok, edid-
0:190  0:000    10 1920x1440 attr=BB - ok, edid-
0:190  0:000  BV new mode: 4 1024x768
0:298  0:108   SetMode pref 4 (4) = Success
8:968  8:670  
8:968  0:000  Now is 4.4.2016,  16:52:14 (GMT+2047)
8:968  0:000  Starting Clover rev 3333 on CLOVER EFI
8:968  0:000  SelfDevicePath=PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,A18C0AEE-A6B5-4196-AA7D-0C9C2AC678D8,0x40800,0x64000) @BDE38F98
8:968  0:000  SelfDirPath = \EFI\CLOVER
8:968  0:000  Total Memory Slots Count = 4
8:968  0:000  Type 17 Index = 0
8:968  0:000  SmbiosTable.Type17->Speed = 1600MHz
8:968  0:000  SmbiosTable.Type17->Size = 8192MB
8:968  0:000  SmbiosTable.Type17->Bank/Device = A1_BANK0 A1_DIMM0
8:968  0:000  Type 17 Index = 1
8:968  0:000  SmbiosTable.Type17->Speed = 1600MHz
8:968  0:000  SmbiosTable.Type17->Size = 8192MB
8:968  0:000  SmbiosTable.Type17->Bank/Device = A1_BANK1 A1_DIMM1
8:968  0:000  Type 17 Index = 2
8:968  0:000  SmbiosTable.Type17->Speed = 1600MHz
8:968  0:000  SmbiosTable.Type17->Size = 8192MB
8:968  0:000  SmbiosTable.Type17->Bank/Device = A1_BANK2 A1_DIMM2
8:968  0:000  Type 17 Index = 3
8:968  0:000  SmbiosTable.Type17->Speed = 1600MHz
8:968  0:000  SmbiosTable.Type17->Size = 8192MB
8:968  0:000  SmbiosTable.Type17->Bank/Device = A1_BANK3 A1_DIMM3
8:968  0:000  Boot status=0
8:968  0:000  Clover revision: 3333  running on To Be Filled By O.E.M.
8:968  0:000  ... with board P67 Extreme6
8:968  0:000  CPU Vendor = 756E6547 Model=206A5
8:968  0:000  The CPU supported turbo
8:968  0:000  BrandString = Genuine Intel(R) CPU 0 @ 3.10GHz
8:968  0:000  MSR 0xE2 before patch 1E008400
8:968  0:000  MSR 0xE2 is locked, PM patches will be turned on
8:968  0:000  MSR 0xE4              00010414
8:968  0:000  MSR 0xCE              00001000_78011F00
8:968  0:000  non-usable FLEX_RATIO = F0000
8:968  0:000  corrected FLEX_RATIO = E0000
8:968  0:000  MSR 0x1B0             00000000
8:968  0:000  FSBFrequency=135MHz DMIvalue=100000kHz
8:968  0:000  Corrected FSBFrequency=100MHz
8:968  0:000  Vendor/Model/Stepping: 0x756E6547/0x2A/0x5
8:968  0:000  Family/ExtFamily: 0x6/0x0
8:968  0:000  MaxDiv/MinDiv: 31.0/16
8:968  0:000  Turbo: 42/42/42/42
8:968  0:000  Features: 0xBFEBFBFF
8:968  0:000  Threads: 8
8:968  0:000  Cores: 4
8:968  0:000  FSB: 100 MHz
8:968  0:000  CPU: 4200 MHz
8:968  0:000  TSC: 4200 MHz
8:968  0:000  PIS: 400 MHz
8:968  0:000  PCI (00|00:00.00) : 8086 0100 class=060000
8:968  0:000  PCI (00|00:01.00) : 8086 0101 class=060400
8:968  0:000  PCI (00|01:00.00) : 1002 68BE class=030000
8:968  0:000  Found Radeon model=ATI Radeon HD 5750 Series
8:968  0:000  PCI (00|01:00.01) : 1002 AA58 class=040300
8:968  0:000  PCI (00|00:16.00) : 8086 1C3A class=078000
8:968  0:000  PCI (00|00:1A.00) : 8086 1C2D class=0C0320
8:968  0:000  PCI (00|00:1B.00) : 8086 1C20 class=040300
8:968  0:000  PCI (00|00:1C.00) : 8086 1C10 class=060400
8:968  0:000  PCI (00|00:1C.04) : 8086 1C18 class=060400
8:969  0:000  PCI (00|03:00.00) : 1B4B 9120 class=010601
8:969  0:000  PCI (00|00:1C.06) : 8086 1C1C class=060400
8:969  0:000  PCI (00|04:00.00) : 1B6F 7023 class=0C0330
8:969  0:000  PCI (00|00:1C.07) : 8086 1C1E class=060400
8:969  0:000  PCI (00|05:00.00) : 10B5 8608 class=060400
8:969  0:000  PCI (00|06:01.00) : 10B5 8608 class=060400
8:969  0:000  PCI (00|07:00.00) : 1B6F 7023 class=0C0330
8:969  0:000  PCI (00|06:04.00) : 10B5 8608 class=060400
8:969  0:000  PCI (00|08:00.00) : 1B21 1080 class=060400
8:969  0:000  PCI (00|06:05.00) : 10B5 8608 class=060400
8:969  0:000  PCI (00|0A:00.00) : 1B6F 7023 class=0C0330
8:969  0:000  PCI (00|06:06.00) : 10B5 8608 class=060400
8:969  0:000  PCI (00|06:07.00) : 10B5 8608 class=060400
8:969  0:000  PCI (00|0C:00.00) : 1B4B 9120 class=010601
8:969  0:000  PCI (00|06:08.00) : 10B5 8608 class=060400
8:969  0:000  PCI (00|0D:00.00) : 10EC 8168 class=020000
8:969  0:000  LAN 0, Vendor=10EC, MMIO=B000
8:969  0:000  PCI (00|06:09.00) : 10B5 8608 class=060400
8:969  0:000  PCI (00|00:1D.00) : 8086 1C26 class=0C0320
8:969  0:000  PCI (00|00:1F.00) : 8086 1C46 class=060100
8:969  0:000  PCI (00|00:1F.02) : 8086 1C02 class=010601
8:969  0:000  PCI (00|00:1F.03) : 8086 1C22 class=0C0500
8:969  0:000  Clover load options size = 0 bytes
8:971  0:001  Using OEM config.plist at path: EFI\CLOVER\config.plist
8:971  0:000  EFI\CLOVER\config.plist loaded: Success
8:971  0:000  Found theme directory: bootcamp
8:973  0:001  Found theme directory: embedded
8:973  0:000  Found theme directory: random
8:974  0:000  Loading early settings
8:974  0:000  timeout set to 3
8:974  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
8:974  0:000  KextsToPatch: 3 requested
8:974  0:000  KextsToPatch 0: AppleAHCIPort (External icons patch) Kext bin patch, data len: 8
8:974  0:000  KextsToPatch 1: AppleHDA (Realtek ALC Codec Patch) Kext bin patch, data len: 4
8:974  0:000  KextsToPatch 2: AppleHDA (Realtek ALC 892 Patch) Kext bin patch, data len: 4
8:974  0:000  Default theme: bootcamp
8:974  0:000  Hiding entries with string \EFI\BOOT\BOOTX64.EFI
8:974  0:000  Hiding entries with string Windows
8:974  0:000  LoadDrivers() start
8:974  0:000  Loading FSInject-64.efi  status=Success
8:975  0:000  Loading VBoxHfs-64.efi  status=Success
8:975  0:000   - driver needs connecting
8:975  0:000  Video bios patch requested or CustomEDID - forcing video reconnect
8:975  0:000  2 drivers needs connecting ...
8:975  0:000  PlatformDriverOverrideProtocol->GetDriver overriden
8:975  0:000  Video driver loaded: disconnect Success
9:070  0:094  VideoBiosPatchNativeFromEdid:
9:070  0:000   Bios: ATI, MasterDataTables: 0xCA946, std_vesa: 0xCA98A, ati_mode_table: 0xCA98E, mode_table_size: 0x1F8 BT_ATI_2
9:070  0:000   VideoBiosPatchInit(LegacyRegion = Not Found, LegacyRegion2 = Success) = Success
9:070  0:000   VideoBiosUnlock:  unlocked
9:070  0:000   Patching: BT_ATI_2
9:070  0:000   Parse Edid: descriptor block 0 is timing descriptor (h_active: 2560, v_active: 1600, h_sync_offset: 48, h_sync_width: 32, h_blanking: 160, v_blanking: 46, pixel_clock: 26850, v_sync_offset: 3, v_sync_width: 6)
9:070  0:000   mode 0 (320x200) patched to 2560x1600
9:070  0:000   VideoBiosLock: Success
9:076  0:005  BiosVideoDriverBindingStart!
9:076  0:000  BiosVideoCheckForVbe
9:076  0:000  EdidOverride not found
9:105  0:028   Edid1+
9:105  0:000   found Detail Timing 2560x1600
9:105  0:000   found Detail Timing 1280x800
9:134  0:028   Edid0+
9:134  0:000   found Detail Timing 2560x1600
9:134  0:000  ... already present
9:134  0:000   found Detail Timing 1280x800
9:134  0:000  ... already present
9:136  0:002     0 2560x1600 attr=BB - ok, edid+, working, highest, pref=0
9:139  0:002     1 1152x864 attr=BB - ok, edid-
9:139  0:000     2 1280x960 attr=BB - ok, edid-
9:139  0:000     3 640x480 attr=BB - ok, edid-, 640x480, working
9:140  0:000     4 800x600 attr=BB - ok, edid-, 800x600, working
9:140  0:000     5 1024x768 attr=BB - ok, edid-, 1024x768, working
9:140  0:000     6 1280x1024 attr=BB - ok, edid-
9:140  0:000     7 1400x1050 attr=BB - ok, edid-
9:141  0:000     8 1600x1200 attr=BB - ok, edid-
9:141  0:000     9 1792x1344 attr=BB - ok, edid-
9:142  0:000    10 1856x1392 attr=BB - ok, edid-
9:143  0:000    11 1920x1440 attr=BB - ok, edid-
9:143  0:000  BV new mode: 0 2560x1600
9:353  0:210   SetMode pref 0 (0) = Success
9:580  0:227  LoadDrivers() end
9:580  0:000  SetScreenResolution: 2560x1600 - already set
9:580  0:000  Console modes reported: 4, available modes:
9:580  0:000    Mode 1: 80x25
9:580  0:000    Mode 2: 80x50
9:580  0:000    Mode 3: 100x31
9:580  0:000    Mode 4: 320x84 (current mode)
9:580  0:000  SetScreenResolution: 2560x1600 - already set
9:580  0:000  reinit: self device path=PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,A18C0AEE-A6B5-4196-AA7D-0C9C2AC678D8,0x40800,0x64000)
9:580  0:000  ScanSPD() start
9:581  0:000  SMBus CmdReg: 0x3
9:581  0:000  Scanning SMBus [8086:1C22], mmio: 0xFE704004, ioport: 0xF000, hostc: 0x1
9:581  0:000  Slots to scan [8]...
9:596  0:014  SPD[0]: Type 11 @0x50 
9:604  0:008  Found module with XMP version 1.3DDR speed 1600MHz 
9:604  0:000  Slot: 0 Type 24 8192MB 1600MHz Vendor=Kingston PartNo=KHX2133C11D38GX SerialNo=0302000E07020E08 
9:619  0:014  SPD[1]: Type 11 @0x51 
9:627  0:008  Found module with XMP version 1.3DDR speed 1600MHz 
9:627  0:000  Slot: 1 Type 24 8192MB 1600MHz Vendor=Kingston PartNo=KHX2133C11D38GX SerialNo=000D03080E050B02 
9:642  0:014  SPD[2]: Type 11 @0x52 
9:650  0:008  Found module with XMP version 1.3DDR speed 1600MHz 
9:650  0:000  Slot: 2 Type 24 8192MB 1600MHz Vendor=Kingston PartNo=KHX2133C11D38GX SerialNo=000D03080E080B02 
9:665  0:014  SPD[3]: Type 11 @0x53 
9:673  0:008  Found module with XMP version 1.3DDR speed 1600MHz 
9:673  0:000  Slot: 3 Type 24 8192MB 1600MHz Vendor=Kingston PartNo=KHX2133C11D38GX SerialNo=000D03080E090B02 
9:706  0:032  ScanSPD() end
9:712  0:006  Get Acpi Tables List from RSDT:
9:712  0:000   Found table: FACP  A M I len=132
9:712  0:000   Found table: APIC  A M I len=146
9:712  0:000   Found table: SSDT  PROC len=470
9:712  0:000   Found table: MCFG  A M I len=60
9:712  0:000   Found table: AAFT  OEMAAFT  len=111
9:712  0:000   Found table: HPET  A M I len=56
9:712  0:000  Calibrated TSC frequency =3092973718 =3092MHz
9:712  0:000  Loading main settings
9:712  0:000  Dropping 2 tables
9:712  0:000  Drop table 0 signature="SSDT" (54445353) table-id="CpuPm" (0000006D50757043)
9:712  0:000  set table: 54445353,       6D50757043 to drop:
9:712  0:000  Drop table 1 signature="SSDT" (54445353) table-id="Cpu0Ist" (0074734930757043)
9:712  0:000  set table: 54445353,   74734930757043 to drop:
9:712  0:000  Config set ChassisType=0xD
9:713  0:000  found 9 volumes with blockIO
9:713  0:000   0. Volume:
9:713  0:000    PcieRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x6,0x0)\USB(0x3,0x0)
9:717  0:003    USB volume
9:717  0:000    USB volume
9:717  0:000    USB volume
9:717  0:000   1. Volume:
9:717  0:000    PcieRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x6,0x0)\USB(0x3,0x0)\HD(1,MBR,0x9736C29B,0x800,0xAEA37000)
9:720  0:003    Result of bootcode detection: bootable Windows (vista,win)
9:720  0:000    USB volume
9:720  0:000    USB volume
9:720  0:000    USB volume
9:720  0:000   2. Volume:
9:720  0:000    PcieRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x6,0x0)\USB(0x3,0x0)\HD(2,MBR,0x9736C29B,0xAEA37BFE,0x3A3CFBF6)
9:723  0:003    USB volume
9:723  0:000    USB volume
9:723  0:000    USB volume
9:723  0:000   3. Volume:
9:723  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)
9:723  0:000    Result of bootcode detection: bootable unknown (legacy)
9:723  0:000   4. Volume:
9:723  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)
9:723  0:000    found optical drive
9:723  0:000   5. Volume:
9:723  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,70B32A2B-E845-4BC1-9A6F-CD2CC4AF2C09,0x22,0x40000)
9:723  0:000   6. Volume:
9:723  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,A18C0AEE-A6B5-4196-AA7D-0C9C2AC678D8,0x40800,0x64000)
9:724  0:000    Result of bootcode detection: bootable Clover (clover)
9:724  0:000    This is SelfVolume !!
9:724  0:000   7. Volume:
9:724  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,914CEE3F-BA7C-40D1-97FD-9EDFAB3DF5C3,0xA4800,0xD71D000)
9:724  0:000   8. Volume:
9:724  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,0BF9E72B-D1DC-4175-BF35-F4C42E55C99C,0xD7C1800,0x136000)
9:726  0:001  Loading nvram.plist from Vol 'yosemite' - loaded, size=573
9:726  0:000  PutNvramPlistToRtVars ...
9:726  0:000   Adding Key: LocationServicesEnabled: Size = 1, Data: 01 
9:726  0:000   Adding Key: SystemAudioVolume: Size = 1, Data: 90 
9:726  0:000   Adding Key: bootercfg: Size = 2, Data: 00 00 
9:726  0:000   Adding Key: csr-active-config: Size = 4, Data: 00 00 00 00 
9:726  0:000   Adding Key: fmm-computer-name: Size = 15, Data: 47 65 72 73 69 6F E2 80 99 73 20 69 4D 61 63 
9:726  0:000   Adding Key: prev-lang:kbd: Size = 4, Data: 65 6E 3A 30 
9:726  0:000   Adding Key: security-mode: String: Size = 4, Val = 'none'
9:726  0:000  Using theme 'bootcamp' (EFI\CLOVER\themes\bootcamp)
9:726  0:000  Warning! Character width should be even!
9:726  0:000  Choosing theme bootcamp
9:726  0:000  Custom legacy start
9:726  0:000  Custom legacy end
9:726  0:000  Scanning legacy ...
9:726  0:000   0: 'Whole Disc Boot' (legacy) not legacy
9:726  0:000   1: 'Legacy HD1' (vista,win) add legacy
9:730  0:003   added 'Boot Windows from Legacy HD1' OSType=2 Icon=vista,win
9:730  0:000   2: 'HFS+' (legacy) not legacy
9:730  0:000   3: 'Whole Disc Boot' (legacy) not legacy
9:730  0:000   4: 'Whole Disc Boot' (legacy) not legacy
9:730  0:000   5: 'Legacy HD1' (legacy) not legacy
9:730  0:000   6: 'EFI' (clover) add legacy
9:733  0:002   added 'Boot Clover from EFI' OSType=3 Icon=clover
9:733  0:000   7: 'yosemite' (legacy) not legacy
9:733  0:000   8: 'Recovery HD' (legacy) not legacy
9:733  0:000  Custom entries start
9:733  0:000  Custom entries finish
9:733  0:000  Scanning loaders...
9:733  0:000   0: 'Whole Disc Boot' no file system
9:733  0:000   1: 'Legacy HD1' no file system
9:733  0:000   2: 'HFS+'
9:745  0:012   3: 'Whole Disc Boot' no file system
9:745  0:000   4: 'Whole Disc Boot' no file system
9:745  0:000   5: 'Legacy HD1' no file system
9:745  0:000   6: 'EFI'
9:761  0:016   7: 'yosemite'
9:762  0:001      AddLoaderEntry for Volume Name=yosemite
9:763  0:001      Check if volume Is Hibernated:
9:763  0:000      Check sleep image 'by signature':
9:766  0:002      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
9:766  0:000      SleepImage name from pref: ImageVolume = 'yosemite', ImageName = '\private\var\vm\sleepimage'
9:767  0:001      Reading first 512 bytes of sleepimage ...
9:768  0:000   OurBlockIoRead: Lba=9DA4600, Offset=13B48C0000 (BlockSize=512)
9:768  0:000   sig lion: 7A7A7A7A
9:768  0:000   sig snow: 0
9:768  0:000   no valid sleep image offset was found
9:768  0:000      Reading completed -> Success
9:768  0:000       sleepimage offset could not be acquired
9:768  0:000       hibernated: no - sign
9:782  0:014   8: 'Recovery HD'
9:782  0:000      AddLoaderEntry for Volume Name=Recovery HD
9:797  0:014  Custom tool start
9:797  0:000  Custom tool end
9:797  0:000  found tool \EFI\CLOVER\tools\Shell64U.efi
9:797  0:000  Checking EFI partition Volume 6 for Clover
9:797  0:000   Found Clover
9:798  0:001  GetEfiBootDeviceFromNvram: efi-boot-device-data not found
9:798  0:000  EfiBootVolume not found
9:798  0:000   found entry 2. 'Boot Mac OS X from yosemite', Volume 'yosemite', DevicePath 'PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,914CEE3F-BA7C-40D1-97FD-9EDFAB3DF5C3,0xA4800,0xD71D000)\System\Library\CoreServices\boot.efi'
9:798  0:000  DefaultIndex=2 and MainMenu.EntryCount=10
9:798  0:000  Use anime=logo_3D frames=50
10:124  0:325  Found Mouse device:
10:125  0:000  GUI ready
11:575  1:450  BootOption of the entry is empty
11:575  0:000  StartLoader() start
11:575  0:000  Entry->Settings: <null string>
11:575  0:000  Finally: Bus=99773kHz CPU=3093MHz
11:575  0:000  Kernel and Kext Patches at BEAB72B0:
11:575  0:000      Allowed: y
11:575  0:000      Debug: n
11:575  0:000      KernelCpu: n
11:575  0:000      Lapic: n
11:575  0:000      Haswell-E: n
11:575  0:000      AICPUPM: n
11:575  0:000      AppleRTC: n
11:575  0:000      KernelPm: n
11:575  0:000      FakeCPUID: 0x0
11:575  0:000      ATIController: null
11:575  0:000      ATIDataLength: 0
11:575  0:000      0 Kexts to load
11:575  0:000      3 Kexts to patch
11:575  0:000        KextPatch[0]: 8 bytes, AppleAHCIPort
11:575  0:000        KextPatch[1]: 4 bytes, AppleHDA
11:575  0:000        KextPatch[2]: 4 bytes, AppleHDA
11:575  0:000  Loading boot.efi  status=Success
11:742  0:166  GetOSVersion: : 10.10.5
11:742  0:000  insert table 9 for dev 0:0
11:742  0:000  insert table 9 for dev 0:1
11:742  0:000  insert table 9 for dev 0:0
11:742  0:000  Channels: 2
11:742  0:000  Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23
11:742  0:000  SMBIOS Type 17 Index = 0 => 0 0:
11:742  0:000  BANK0 DIMM0 1600MHz 8192MB
11:742  0:000  mTotalSystemMemory = 8192
11:742  0:000  SMBIOS Type 17 Index = 1 => 2 2:
11:742  0:000  BANK1 DIMM0 1600MHz 8192MB
11:742  0:000  mTotalSystemMemory = 16384
11:742  0:000  SMBIOS Type 17 Index = 2 => 1 1:
11:742  0:000  BANK0 DIMM1 1600MHz 8192MB
11:742  0:000  mTotalSystemMemory = 24576
11:742  0:000  SMBIOS Type 17 Index = 3 => 3 3:
11:742  0:000  BANK1 DIMM1 1600MHz 8192MB
11:742  0:000  mTotalSystemMemory = 32768
11:742  0:000  NumberOfMemoryDevices = 4
11:742  0:000  Type20[0]->End = 0x7FFFFF, Type17[0] = 0x2000
11:742  0:000  Type20[1]->End = 0xFFFFFF, Type17[1] = 0x6000
11:742  0:000  Type20[2]->End = 0x17FFFFF, Type17[2] = 0xC000
11:742  0:000  Type20[3]->End = 0x1FFFFFF, Type17[3] = 0x14000
11:742  0:000  Table 131 is present, CPUType=10
11:742  0:000  Change to: 703
11:742  0:000  RSDT 0xBF5D7028
11:742  0:000  FADT from RSDT: 0xBF5D70C8
11:742  0:000  XSDT 0xBF5D7068
11:742  0:000  FADT from XSDT: 0xBF5DE970
11:742  0:000  Xsdt reallocation done
11:742  0:000  old FADT length=F4
11:742  0:000  Found OperationRegion(NBNV, SystemMemory, BF608D98, ...)
11:742  0:000  Found OperationRegion(CSDT, SystemMemory, BF609D98, ...)
11:742  0:000  Found OperationRegion(HCNT, SystemMemory, FED1F404, ...)
11:742  0:000  Found OperationRegion(TMMB, SystemMemory, FED40000, ...)
11:742  0:000  Found OperationRegion(TVID, SystemMemory, FED40F00, ...)
11:742  0:000  Found OperationRegion(TPMR, SystemMemory, FED40000, ...)
11:742  0:000  Found OperationRegion(LEDM, SystemMemory, FED1F410, ...)
11:742  0:000  Apply DsdtFixMask=0x00000000 old way
11:742  0:000     drop _DSM mask=0x0000
11:742  0:000  ========= Auto patch DSDT Starting ========
11:742  0:000  VideoCard devID=0x68BE1002
11:742  0:000  DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0x0
11:743  0:000  USBADR[0] = 0x1A0000 and PCIe = 0xFFFE
11:743  0:000  USBADR[1] = 0x1C0006 and PCIe = 0x0
11:743  0:000  USBADR[2] = 0x1C0007 and PCIe = 0x0
11:743  0:000  USBADR[3] = 0x1C0007 and PCIe = 0x0
11:743  0:000  USBADR[4] = 0x1D0000 and PCIe = 0xFFFE
11:743  0:000  
  within the score: 
11:743  0:000  Found PCIROOTUID = 0
11:743  0:000  ========= Auto patch DSDT Finished ========
11:743  0:000  Patch table: SSDT  PROC
11:743  0:000   SSDT len = 0x1D6
11:743  0:000  Drop tables from Xsdt, SIGN=XXXX TableID= Length=0
11:743  0:000   Xsdt has tables count=6 
11:743  0:000  corrected XSDT length=84
11:743  0:000  Inserting table[0]:SSDT.aml from EFI\CLOVER\ACPI\patched ... Success
11:745  0:001   CPUBase=0 and ApicCPUBase=1 ApicCPUNum=8
11:745  0:000  EdidDiscovered size=128
11:745  0:000  00 | 00 FF FF FF FF FF FF 00 22 F0 6E 28 01 01 01 01 
11:745  0:000  16 | 22 14 01 03 80 40 28 78 EA 8D 85 AD 4F 35 B1 25 
11:745  0:000  32 | 0E 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01 
11:745  0:000  48 | 01 01 01 01 01 01 E2 68 00 A0 A0 40 2E 60 30 20 
11:745  0:000  64 | 36 00 81 90 21 00 00 1A BC 1B 00 A0 50 20 17 30 
11:745  0:000  80 | 30 20 36 00 81 90 21 00 00 1A 00 00 00 FC 00 48 
11:745  0:000  96 | 50 20 5A 52 33 30 77 0A 20 20 20 20 00 00 00 FF 
11:745  0:000  112 | 00 43 4E 34 30 33 34 30 52 37 58 0A 20 20 00 57 
11:745  0:000  Framebuffer @0xC0000000  MMIO @0xFE620000    I/O Port @0x0000E000 ROM Addr @0xFE600000
11:745  0:000  ATI card POSTed, 
11:745  0:000  Set VRAM for Cedar=1024Mb
11:745  0:000  ATI: get_vram_size returned 0x40000000
11:745  0:000  ATI ROM not found 
11:745  0:000  reading VBIOS from legacy space
11:746  0:000  ATI Radeon EVERGREEN family
11:746  0:000  Users config name Vervet
11:746  0:000   use N ports setting from config.plist: 3
11:746  0:000  (AtiPorts) Nr of ports set to: 3
11:747  0:001  ATI Juniper ATI Radeon HD 5750 Series 1024MB (Vervet) [1002:68BE] (subsys [174B:E138]):: PcieRoot(0x0)\Pci(0x1,0x0)\Pci(0x0,0x0)
11:747  0:000  HDA Controller [8086:1C20] :: PcieRoot(0x0)\Pci(0x1B,0x0) => detected codec: 10EC:0892
11:748  0:000  LAN Controller [10EC:8168] :: PcieRoot(0x0)\Pci(0x1C,0x7)\Pci(0x0,0x0)\Pci(0x8,0x0)\Pci(0x0,0x0)
11:748  0:000   RCBA access disabled; trying to enable
11:748  0:000  stringlength = 130446
11:754  0:005  CurrentMode: Width=2560 Height=1600
11:754  0:000  Beginning FSInjection
FSInjectionInstall ...
- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: BDE38D18
FSInjectionInstall ...
- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: BDE38D18
11:755  0:001  MSR 0x1B0   set to        00000000
11:755  0:000  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other
11:755  0:000  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.10
11:755  0:000    Extra kext: EFI\CLOVER\kexts\10.10\FakeSMC.kext
11:757  0:001    Extra kext: EFI\CLOVER\kexts\10.10\RealtekRTL8111.kext
11:761  0:004    Extra kext: EFI\CLOVER\kexts\10.10\realtekALC.kext
11:764  0:002  Removed efi-boot-device-data variable: Not Found
11:764  0:000  Custom boot is disabled
11:764  0:000  Closing log

What i've tryed:
- set dropoem=true in config.plist(Attached) and the system hang on early stage (i'll attach a screen later)
- various smbios (macmini5,1,imac12,1,imac12,2,macpro5,1): system KP on boot or hang on boot or no change
- put in /acpi/pacthed all ssdt generated by ssdtPRgen (ssdt-1.aml,ssdt-2.aml and so): no luck, just added some other p-state but only 16 and 42 was used)
- disabled HT in bios, (so the cpu have 4c/4t) and use ssdtPR.gen with i5-2400 definition: only 16 and 42 p-state
-the only smbios give me different result is macpro3,1. With that definition i've reached more p-state (16,17,18,19,20,42)
-i've clear nvram and clear kernel cache on every smbios/ssdt test.

I've another problem(and suppose that it's given by bad PM: my system can't wake! i put the system in sleep (hibernatemode=0), and the workstation shut down properly. But when i press a key to wake the system go on, but i've a freeze. i can only move mouse on the screen, but i can't click on ui that is a snapshot of the system before going to sleep.

I attach my config.plist and SSDT.aml.
I'm not using DSDT for now!
Any help is appreciated!
 

Attachments

  • config.plist
    5 KB · Views: 262
  • SSDT.aml
    1.7 KB · Views: 153
I have a Haskell 4690K processor. I currently use iMac 14,1 but would I be better off using iMac 15,1 because it has a 4690 in it? Or would it make a difference assuming I use a custom SSDT?
 
This is the shot of the system hanging on boot when i use dropoem=true in clover with ssdt.aml(i've tried varios ssdt) placed in acpi/patched.
IMG_20160405_195700.jpg
I've founded a patched DSDT for my motherboard(attached) and putting in acpi/pached but still same result.
 

Attachments

  • dsdt.aml
    29.9 KB · Views: 146
This is the shot of the system hanging on boot when i use dropoem=true in clover with ssdt.aml(i've tried varios ssdt) placed in acpi/patched.
View attachment 184195
I've founded a patched DSDT for my motherboard(attached) and putting in acpi/pached but still same result.

You cannot use DropOem=true unless you have all OEM SSDTs in ACPI/patched (and config.plist/ACPI/SortedOrder to set SSDT load order).

It sounds like your scenario does not call for DropOem=true. Just adding SSDT.aml to ACPI/patched does not call for DropOem=true.
 
You cannot use DropOem=true unless you have all OEM SSDTs in ACPI/patched (and config.plist/ACPI/SortedOrder to set SSDT load order).

It sounds like your scenario does not call for DropOem=true. Just adding SSDT.aml to ACPI/patched does not call for DropOem=true.

HI Rehabman, i've also tried to put any SSDT*.aml produced by ssdtPRgen script and set the correct order SSDT.aml, SSDT-1.aml, SSDT-2.aml an so on, and select dropoem=true, but still no success!I'll try again when i come back home.


I've noticed that the DSDT I've attached in previous post contains PR scope object.
I've patched with you patch and compiled with no error. I'll try it later!(i attache the patched DSDT)
 

Attachments

  • dsdtpateched.aml
    28.8 KB · Views: 144
Back
Top