Jump to content

AnVAL (ACPI Loader)


valv
 Share

1,538 posts in this topic

Recommended Posts

Updated to 5.0.7 with minor changes to SMBios default values, some png files for open/freebsd (thanks to my dear friend Blackosx) and added nvidia 0x10DE10C3 (GeForce 8400 GS).

Hi valv - You're doing a great job here - well done :)

 

Just a quick note to reference the FreeBSD/OpenBSD support was the brainchild of nawcom. I have just added a couple of extra device graphics for the default RC5 theme.

Link to comment
Share on other sites

CPU: Attempting to enable IDA Failed!
I thought I did answer you. Again, your CPU doesn't support IDA.
with boot Rom Version.
would you please further explain how you did try to ?

Also,

	<key>PStart</key>
<string>0</string>

has nothing to do on your boot.plist. PStart is to be used only if you want to override the default (being 0).

And why don't you use

 	<key>SMBIOSdefaults</key>
<string>Yes</string>

 

Hi valv - You're doing a great job here - well done :)

 

Just a quick note to reference the FreeBSD/OpenBSD support was the brainchild of nawcom. I have just added a couple of extra device graphics for the default RC5 theme.

Yes! and sorry nawcom :) going to give him credits on the first post.

Thank you

 

Edit: added credits to Nawcom on the 5.0.1 change-log (since it were added from that time)

 

When can we get support for ati mobility 4650?? Thank you for your answer
sorry, am going to put this on my to-do list :D

Edit: Test this one Ati4650.zip and tell me if it did work for you

Link to comment
Share on other sites

Hi Valv,

 

Something between 5.05 and 5.06 has made it not possible to get to boot screen on an Atom machine I have.

(N270, with Tea 10.5 kernel). From v6 onwards, after a flurry of boot0 activity, machine just restarts. On v5 and below, it gets to the boot banner/volume-select screen and it's OK to proceed to boot*

 

From reading earlier posts, I figure you were kind of aiming at "supporting" Atom CPU; but wondering if the new functions like force EIST, IDA, TM are not compatible with the CPU so it's bombing out, and whether that's considered a bug; or that us Atom users had better stick to an alternate version ;-)

 

* Well, minor thing, but seems key for non-standard kernel name is not working for me, when reading from c.a.B.plist; but I can type in the name at boot banner screen and that works. (Was using mach_atom_1065 as the name).

Link to comment
Share on other sites

hello, thx for reply.

i edit my com.apple.Boot.plist but Speedstep won´t work. (first 4 pic´s)

would be great if you could check my pic´s because i get different iocpu id´s and Mhz in smck-stat-i too.

 

if i use SMBIOSdefaults=NO i get the Board Model "Asus P5K PRO" in Model-Ident. = C-States working with Trunk668 (last 4 pic´s)

 

if i use SMBIOSdefaults=Yes i get the iMac8.1 in Model-Ident. speedstep only few C-States working with Trunk668 (second 4 pic´s with 5.0.7)

 

i use FakeSMC 405 with FakeSMCIntelMonitor

5.0.7.txt

com.apple.Boot.plist.zip

post-282470-1292870491_thumb.png

post-282470-1292870498_thumb.png

post-282470-1292870509_thumb.png

post-282470-1292870519_thumb.png

post-282470-1292870525_thumb.png

post-282470-1292870531_thumb.png

post-282470-1292870538_thumb.png

post-282470-1292870546_thumb.png

post-282470-1292870556_thumb.png

post-282470-1292870567_thumb.png

post-282470-1292870576_thumb.png

post-282470-1292870583_thumb.png

Trunk668.txt

Link to comment
Share on other sites

Hi humph,

That sound like a new bug is born. Just to be sure, latest version working for you were the 5.0.4 ?

Regarding the kernel & boot.plist thingy, was it always there ?

Thank you for posting back.

Link to comment
Share on other sites

That sound like a new bug is born. Just to be sure, latest version working for you were the 5.0.4 ?

Hi. No. 5.05 was OK. Problems from 5.0.6

AFAIK, the kernel name thing might have been OK back at 4.0, but I can't remember exactly.

Additionally, not sure that all kernel flags being read either, as I originally had a graphics mode 1280x800x32 and that was not picked up. Meaning that the verbose output from Chameleon was "overly big" (800x600??) compared to other versions of Chameleon. Or perhaps that flag is not supported in your branch? "Current" boot list image here:

cabp.tiff

 

P.S. Am booting from a USB stick.

 

P.P.S. As others have said: Great Stuff you are doing. It's really interesting as well :(

Link to comment
Share on other sites

i edit my com.apple.Boot.plist but Speedstep won´t work. (first 4 pic´s)

would be great if you could check my pic´s because i get different iocpu id´s and Mhz in smck-stat-i too.

 

if i use SMBIOSdefaults=NO i get the Board Model "Asus P5K PRO" in Model-Ident. = C-States working with Trunk668 (last 4 pic´s)

 

if i use SMBIOSdefaults=Yes i get the iMac8.1 in Model-Ident. speedstep only few C-States working with Trunk668 (second 4 pic´s with 5.0.7)

Not 100% sure if I understood what you meant, but could you post your smbios.plist please.

btw, are you actually using a legacy applesmcpp kext or so ?

 

Additionally, not sure that all kernel flags being read either, as I originally had a graphics mode 1280x800x32 and that was not picked up. Meaning that the verbose output from Chameleon was "overly big" (800x600??) compared to other versions of Chameleon.
ok, you mean u were adding Graphics Mode key into cabp ? would you mind to try the same thing with another theme (best with embed theme).
Link to comment
Share on other sites

Ermmm, this is wierd. So, actually can't seem to get GUI mode working anyway. Neither embedded (nothing specified in cabp, just GUI=Yes) or an alternate (with Theme key in cabp). I see boot file is 233kB, so guess that does have an embedded theme? Guess I am missing out something. Will do more tests tomorrow.

 

As an offshoot of those tests, also found that AndyVand's (674) branch seems to have same issue about recognizing the non-standard kernel name flag.

 

Anyway, yes the GraphicsMode i meant was the kernel flag as in:

<key>Kernel Flags</key>

<string>mach_atom_1065 arch=i386 "GraphicsMode"=1280x800x32</string>

Link to comment
Share on other sites

so guess that does have an embedded theme?
no I don't think so. Which one did u mean ?

As an offshoot of those tests, also found that AndyVand's (674) branch seems to have same issue about recognizing the non-standard kernel name flag.
674 is kabyl's.
Anyway, yes the GraphicsMode i meant was the kernel flag as in:

<key>Kernel Flags</key>

<string>mach_atom_1065 arch=i386 "GraphicsMode"=1280x800x32</string>

:angel: Why don't u use these instead
<key>Kernel</key>
<string>mach_atom_1065</string>
<key>Kernel Flags</key>
<string>arch=i386</string>
<key>Graphics Mode</key>
<string>1280x800x32</string>

Link to comment
Share on other sites

Strange, 674 was # in revision file on Andy's. Well, never mind. 'Coz all that got me thinking, and so I did some more tests then decided to 'commit' to installing on the main HD, rather than USB.

 

Now, surprise...lot of stuff is working. I get GUI. AND I get the detection of keys and strings from cabp for kernel.

So, that part of the issue I think must have been down to mix up on paths to the respective files in USB - I was probably not pointing correctly to the "boot" device as opposed to the install device.

As for the long kernel flag, well, just am lazy I guess.

 

So, am very sorry for confusion over that stuff.. :angel:

 

However, I can re-confirm the problem with going from 5.05 upwards, and not even getting to boot banner. I loaded 5.06 to the HD, and it's just sat there re-booting as I type this. It was fine with 5.05.

 

Am off to go make a new USB booter to rescue the netbook!

 

EDIT 12/21:

Tried Kabyl's branch latest. Boots OK, and CPU freq OK+mem detect is partially good.

On 5.05, whilst it does boot, the CPU freq is not reported correctly (2.xGHx vs actual 1.6), & no mem detect - did not report before as underlying issue may have been fixed in later version anyway.

Link to comment
Share on other sites

Not 100% sure if I understood what you meant, but could you post your smbios.plist please.

btw, are you actually using a legacy applesmcpp kext or so ?

 

i don´t use a smbios.plist, NullCPUPowerManagement or Voodoopower only FakeSMS 405, LegacyAppleHDAHardwareConfigDriver and

LegacyHDAPlatformDriver for ALC883

 

if i change the Model to MacPro or iMac8.1 in smbios.plist or use SMBIOSdefaults=Yes, Speedstep won´t work with any loader.

 

so i use SMBIOSdefaults=Yes and get P-States and C-States working in normal mode and C-States in OC mode with trunk668.

 

i thought that it could help you because i get different iocpuid´s from 5.0.7 and trunk 668and hope that i get P-States working in OC mode

Link to comment
Share on other sites

However, I can re-confirm the problem with going from 5.05 upwards, and not even getting to boot banner. I loaded 5.06 to the HD, and it's just sat there re-booting as I type this. It was fine with 5.05.

...

EDIT 12/21:

Tried Kabyl's branch latest. Boots OK, and CPU freq OK+mem detect is partially good.

On 5.05, whilst it does boot, the CPU freq is not reported correctly (2.xGHx vs actual 1.6), & no mem detect - did not report before as underlying issue may have been fixed in later version anyway.

hey humph, sorry for the delay!

It would be helpful to get bdmesgs from 5.0.5 and kabyl's (and/or whichever version you 're actually using). Thanks!

Edit: Please upload your smbios.plist also. I doubt this could be the cause, but who knows.

 

i don´t use a smbios.plist
hey Carstiman,

sorry if left u waiting. You really should use an smbios.plist (if you'd like to see your score grow-up on benches).

i thought that it could help you because i get different iocpuid´s from 5.0.7 and trunk 668and hope that i get P-States working in OC mode
And I thank you so much for helping me the way you do :) Even-though, you 'd need to fake a model nearing your mac' specs. TIP: avoid certain models as stated here
Link to comment
Share on other sites

hello, I think I confuse you. ;)

i get the best results without smbios.plist recognized as "P5K Pro"

 

i thought I must have a smbios.plist to get it work

 

anyway, with your loader i get another iocpuid as with the trunk version and no

change in CPU Mhz smck-i-Stat.

Link to comment
Share on other sites

Hi, valv.

 

This new version of AnVAL may supports ALL of HD4650?

I'd a problems with this GPU, and I'll post here about it, perhaps, I see your new version of AnVAL and I'll test on my PC.

 

I've test a lot of loaders - also tested AnVAL 5.0.6 - and I've only got the 'black screen' or 'flickered screen' on load. In DVI port, and VGA too. Only with GraphicsEnabler on "Yes". Both have the same issue.

 

I'll test this version and, if necessary, post here about sucess or fail about these 'new try for HD4650'.

 

PS: I have a XFX HD4650 512MB version. And running iATKOS 10.6.3. :mellow:

Link to comment
Share on other sites

Hi valv,

 

I tried version 5.0.8 with GenerateTStates=Yes, here is my bdmesg

Config: [hd(0,2)/Extra/com.apple.Boot.plist] 3280 bytes.
CPU: Intel® Core(tm) i3 CPU       M 330  @ 2.13GHz
CPU: Flex-Ratio = 16 
CPU: Tjmax ~ 90°C 	           Temperature= ~ 38°C
CPU: Attempting to enable IDA      Failed!
CPU: Vendor/Family/ExtFamily:      0x756e6547/0x6/0x0
CPU: Model/ExtModel/Stepping:      0x25/0x2/0x2
CPU: Multipliers x10:              max=160, min=70
Turbo Ratio:                       16/16/0/0
CPU: MaxDiv/CurrDiv:               0x0/0x0
CPU: TSCFreq:                      2127MHz
CPU: CPUFreq:                      2127MHz
CPU: FSBFreq:                      132MHz
CPU: Enhanced SpeedStep:           1
CPU: NoCores/NoThreads:            8/16
CPU: Features:                     0x36d803a1
Chipset is UNKNOWN (pci id 0x448086)
We have an NVIDIA Card
Creating 2 Mode Tables
New table with id : 0
New table with id : 1
First Standard VESA Table at offset 0x3f9c
Second Standard VESA Table at offset 0x8cb2
Table #0 has 16 modes
Table #1 has 27 modes
Aspect Ratio is 4/3
Patching Table #0 : 
Mode 1024x768 -> 1024x768 (1047 1183 1343 770 776 805)
Patching Table #1 : 
Mode 640x200 -> 640x359 (664 672 720 367 H- V+)
Mode 640x350 -> 640x359 (664 678 720 367 H- V+)
Mode 640x400 -> 640x359 (664 680 720 367 H- V+)
Mode 640x480 -> 640x359 (669 685 720 367 H- V+)
Mode 640x480 -> 640x359 (669 685 720 367 H- V+)
Mode 800x600 -> 800x449 (836 852 900 461 H- V+)
Mode 800x600 -> 800x449 (836 852 900 461 H- V+)
Mode 1024x768 -> 1024x575 (1071 1087 1152 591 H- V+)
Mode 1024x768 -> 1024x575 (1071 1087 1152 591 H- V+)
Mode 1280x1024 -> 1280x719 (1343 1359 1440 742 H- V+)
Mode 1280x1024 -> 1280x719 (1343 1359 1440 742 H- V+)
Mode 1280x800 -> 1280x719 (1330 1346 1440 754 H- V-)
Mode 1600x1200 -> 1600x899 (1674 1690 1800 924 H- V+)
Mode 1360x768 -> 1360x764 (1407 1423 1530 771 H- V-)

Darwin/x86 boot v5.0.132 - Chameleon v5.0.1 r665
Build date: 2010-12-22 22:26:21
3957MB memory
VESA v3.0 14MB (NVIDIA)
Scanning device 80...Press any key to enter startup options.(2) (1) Use  keys to select the startup volume.    hd(0,2) Snow Leopard                    
   hd(0,3) Windows                         
Press Enter to start up Darwin/x86 with no options, or you can:
 Type -v and press Enter to start up with diagnostic messages
 Type ? and press Enter to learn about advanced startup options

boot:     hd(0,2) Snow Leopard                    
   hd(0,3) Windows                         
Press Enter to start up the foreign OS.     hd(0,3) Windows                         
   hd(0,2) Snow Leopard                    
Press Enter to start up Darwin/x86 with no options, or you can:
 Type -v and press Enter to start up with diagnostic messages
 Type ? and press Enter to learn about advanced startup options

boot: Config: [hd(0,2)/Extra/com.apple.Boot.plist] 3280 bytes.
Setting boot-uuid to: D958D5C8-8D9C-3C12-8B77-0AD02394860B
Closing VBios
Table #0 : Freeing backup	[OK]
Table #0 : Freeing		[OK]
Table #1 : Freeing backup	[OK]
Table #1 : Freeing		[OK]
Freeing map			[OK]
Hibernate image is too old by 58449 seconds. Use ForceWake=y to override
Loading Darwin 10.6
Loading kernel mach_kernel
LoadDrivers: /Extra/Extensions.mkext
LoadDrivers: /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext
ACPI: [hd(0,2)/Extra/DSDT.aml] 40988 bytes.
Using PCI-Root-UID value: 0
Slot: 0 Type 24 2048MB (DDR3 SDRAM) 1066MHz Vendor=Samsung
     PartNo=M471B5673FH0-CF8 SerialNo=97CA2836
Slot: 2 Type 24 2048MB (DDR3 SDRAM) 1066MHz Vendor=Samsung
     PartNo=M471B5673FH0-CF8 SerialNo=97CA279C
Patched DMI Table
Found SMBIOS System Information Table 1
Customizing SystemID with : 0097272a-d21d-b211-8000-94fce4ee992a
efi_inject_get_devprop_string NULL trying stringdata
ACPI: [hd(0,2)/Extra/DSDT.aml] 40988 bytes.
Converted ACPI V1 FADT to ACPI V4 FADT
FADT: changing Preferred_PM_Profile from 0x00 to 0x02
FADT: Restart Fix applied !
Found ACPI CPU: CPU0
Found ACPI CPU: CPU1
Found ACPI CPU: CPU2
Found ACPI CPU: CPU3
Found ACPI CPU: CPU4
Found ACPI CPU: CPU5
Found ACPI CPU: CPU6
Found ACPI CPU: CPU7
C-State: Adding 3 states: C1 C3 C6
Voltage: min= 700mV, max= 700mV
Model detected: MacBookPro6,1
P-State: Added [Frequency 2112 MHz, FID 0x10]
P-State: Added [Frequency 1980 MHz, FID 0xf]
P-State: Added [Frequency 1848 MHz, FID 0xe]
P-State: Added [Frequency 1716 MHz, FID 0xd]
P-State: Added [Frequency 1584 MHz, FID 0xc]
P-State: Added [Frequency 1452 MHz, FID 0xb]
P-State: Added [Frequency 1320 MHz, FID 0xa]
P-State: Added [Frequency 1188 MHz, FID 0x9]
P-State: Added [Frequency 1056 MHz, FID 0x8]
P-State: Added [Frequency 924 MHz, FID 0x7]
P-State: [Frequency 792 MHz, FID 0x6] is over the limit. Removed!
T-States: duty_offset=73, duty_width=79, Spanning bit 4
T-States: step=125
T-States: -125 states were succefully generated
FADT: Restart Fix applied !
Patched ACPI version 2 DSDT
Starting Darwin x86_64
Press any key to continue...

 

Also, since this version has no embedded theme, I think that the slowness I described before is due to the GUI as it's seems OK with TUI.

Link to comment
Share on other sites

T-States: -125 states were succefully generated

Oops! I forgot something here :thanks_speechbubble: am going to correct it for next release.

p.s.: this is pure cosmetic, as you actually should have got 8 T-states generated. You can verify this on SSDT

Also, since this version has no embedded theme, I think that the slowness I described before is due to the GUI as it's seems OK with TUI.
you still can compile from source with embedtheme; but, as I have the time for it now,

here it is:embedtheme.zip

 

FID (mVolts) which are generated with rising values didnt match 700 min/max mVolts ?!
on which processor ? are you talking about Scorpy22's bdmesg, or yours ?

It is known that I-series expose voltage differently. Thus nothing to worry about: P-states generation depends on FIDs and preserves default VIDs

 

@humph, as long as it's not apple's airport, there can be no miss :whistle:

- bdmesgs. Alas, no can do. I get a "Bad CPU type" error. Atom 32bit issue??
npb, can you get me a sysctl -a | grep cpu output ?
Link to comment
Share on other sites

hello, tested 508 not OC.

 

1). P5K Pro, C and P State is fully working with RC5 r687 (P5K-PRO RC5 687.zip)

 

2). used MacPro3.1 smbios.plist some states working with 687 and 508 (MacPro 508.zip / MacPro RC5 687.zip)

 

3). P5K Pro, no states working (P5K-PRO 508.zip)

 

i don´t know if it is important or not, allway´s different iocpuid´s

 

and i could OC if i use a higher ForceFSB=<value> :wacko: it will be shown in bdmesg too

 

i use the dsdt from masterchief

P5K_PRO_RC5_687.zip

MacPro_RC5_687.zip

MacPro_RC5_687.zip

P5K_PRO_508.zip

dsdt.aml.zip

Link to comment
Share on other sites

hi Carstiman,

Thank u for testing :)

i don´t know if it is important or not, allway´s different iocpuid´s
This is going to always be different because anval detects more cpu features than other versions.

 

IMPORTANT: I feel like auto-generation (c/p/t-states) still needs something: PDC. That's, when we don't load oem's it is possible that ospm doesn't see whole capabilities. am going underground to see if this could be implemented.

If any dev/knowledgeable guy wants to help out :wacko:

Link to comment
Share on other sites

Hi, i'm using 5.0.8 version and i have distorted sound. I tried ForceFSB but there is no effect. And it looks like TurboBoost is not working. Can anybody help me?

 

CODE

Config: [hd(0,3)/Extra/com.apple.Boot.plist] 1031 bytes.

CPU: Intel® Core i7 CPU Q 720 @ 1.60GHz

CPU: Flex-Ratio = 12

CPU: Tjmax ~ 100°C Temperature= ~ 61°C

CPU: IDA: Enabled!

CPU: Vendor/Family/ExtFamily: 0x756e6547/0x6/0x0

CPU: Model/ExtModel/Stepping: 0x1e/0x1/0x5

CPU: Multipliers x10: max=120, min=70

Turbo Ratio: 21/18/13/13

CPU: MaxDiv/CurrDiv: 0x0/0x0

CPU: TSCFreq: 1596MHz

CPU: CPUFreq: 1596MHz

CPU: FSBFreq: 133MHz

CPU: Enhanced SpeedStep: 1

CPU: NoCores/NoThreads: 8/16

CPU: Features: 0x36d803a1

Chipset is UNKNOWN (pci id 0xd1328086)

We have an NVIDIA Card

Creating 2 Mode Tables

New table with id : 0

New table with id : 1

First Standard VESA Table at offset 0x7f26

Second Standard VESA Table at offset 0x4b5a

Table #0 has 16 modes

Table #1 has 33 modes

Aspect Ratio is 4/3

Patching Table #0 :

Mode 1024x768 -> 1024x768 (1047 1183 1343 770 776 805)

Patching Table #1 :

Mode 640x200 -> 640x359 (664 672 720 367 H- V+)

Mode 640x350 -> 640x359 (664 678 720 367 H- V+)

Mode 640x400 -> 640x359 (664 680 720 367 H- V+)

Mode 640x480 -> 640x359 (669 685 720 367 H- V+)

Mode 640x480 -> 640x359 (669 685 720 367 H- V+)

Mode 800x600 -> 800x449 (836 852 900 461 H- V+)

Mode 800x600 -> 800x449 (836 852 900 461 H- V+)

Mode 1024x768 -> 1024x575 (1071 1087 1152 591 H- V+)

Mode 1024x768 -> 1024x575 (1071 1087 1152 591 H- V+)

Mode 1280x1024 -> 1280x719 (1343 1359 1440 742 H- V+)

Mode 1280x1024 -> 1280x719 (1343 1359 1440 742 H- V+)

Mode 1280x720 -> 1280x719 (1324 1340 1440 726 H- V-)

Mode 1280x800 -> 1280x719 (1330 1346 1440 754 H- V-)

Mode 1400x1050 -> 1400x787 (1474 1488 1575 820 H+ V+)

Mode 1440x900 -> 1440x809 (1496 1512 1620 845 H+ V-)

Mode 1600x1200 -> 1600x899 (1674 1690 1800 924 H- V+)

Mode 1680x1050 -> 1680x944 (1745 1761 1890 981 H+ V-)

Mode 1920x1200 -> 1920x1079 (1995 2011 2160 1117 H+ V-)

Mode 2048x1536 -> 2048x1151 (2144 2160 2048 1185 H+ V+)

Mode 768x480 -> 768x431 (798 814 864 440 H- V-)

 

Darwin/x86 boot v5.0.132 - Chameleon v5.0.1 r665

Build date: 2010-12-22 22:26:21

2039MB memory

VESA v3.0 14MB (NVIDIA)

Scanning device 80...Press any key to enter startup options.(2) Use keys to select the startup volume. hd(0,1) Windows

hd(0,3) Macintosh

Press Enter to start up Darwin/x86 with no options, or you can:

Type -v and press Enter to start up with diagnostic messages

Type ? and press Enter to learn about advanced startup options

 

boot: Config: [hd(0,3)/Extra/com.apple.Boot.plist] 1031 bytes.

Setting boot-uuid to: CBBCC545-5ED1-3A4F-86B0-3951967D5A4D

Closing VBios

Table #0 : Freeing backup [OK]

Table #0 : Freeing [OK]

Table #1 : Freeing backup [OK]

Table #1 : Freeing [OK]

Freeing map [OK]

Loading Darwin 10.6

Loading kernel mach_kernel

LoadDrivers: /Extra/Extensions.mkext

LoadDrivers: /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext

No DSDT found, using 0 as uid value.

Using PCI-Root-UID value: 0

nVidia GeForce GT 240M 1024MB NVa5 [10de:0a34] :: PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)

NVCAP: 04000000-00000100-fe000000-0000000a-00000000

@0,display-cfg: ffffffff

@1,display-cfg: ffffffff

No SMBIOS replacement found.

Intel NHM IMC DRAM Controller [8086:d132] at 00:00.0

Frequency detected: 665 MHz (1330) Single Channel

CAS:9 tRC:9 tRP:9 RAS:24 (9-9-9-24)

Slot: 0 Type 24 2048MB (DDR3 SDRAM) 1330MHz Vendor=Samsung

PartNo=M471B5673EH1-CH9 SerialNo=959BAFE4

Slot: 2 Type 24 2048MB (DDR3 SDRAM) 1330MHz Vendor=Samsung

PartNo=M471B5673EH1-CH9 SerialNo=959BAFB4

Patched DMI Table

Found SMBIOS System Information Table 1

Customizing SystemID with : eaa2309a-0964-d673-7b53-acd859bc08b6

FADT: Restart Fix applied !

Found ACPI CPU: CPU0

Found ACPI CPU: CPU1

Found ACPI CPU: CPU2

Found ACPI CPU: CPU3

Found ACPI CPU: CPU4

Found ACPI CPU: CPU5

Found ACPI CPU: CPU6

Found ACPI CPU: CPU7

C-State: Adding 3 states: C1 C3 C6

Voltage: min= 700mV, max= 700mV

Model detected:

P-State: Added [Frequency 1596 MHz, FID 0xc]

P-State: Added [Frequency 1463 MHz, FID 0xb]

P-State: Added [Frequency 1330 MHz, FID 0xa]

P-State: Added [Frequency 1197 MHz, FID 0x9]

P-State: Added [Frequency 1064 MHz, FID 0x8]

P-State: Added [Frequency 931 MHz, FID 0x7]

P-State: [Frequency 798 MHz, FID 0x6] is over the limit. Removed!

T-States: duty_offset=79, duty_width=52, Spanning bit 4

T-States: step=125

T-States: -125 states were succefully generated

FADT: Restart Fix applied !

Patched ACPI version 2 DSDT

Starting Darwin x86_64

Link to comment
Share on other sites

Hello valv

 

Generating TStates from your last build dont work for me.

 

With GenerateTStates=Yes chameleon stop right after finding cores (ACPI found 1 core... ;) )

 

 

 

 

Last login: Thu Dec 23 12:04:36 on console
/Extra/Util/bdmesg ; exit;
MacBook-Pro-wojnar:~ wojnar$ /Extra/Util/bdmesg ; exit;
Config: [hd(0,2)/Extra/com.apple.Boot.plist] 923 bytes.
CPU: Mobile Intel® Core(tm)2 Duo CPU     T8300  @ 2.40GHz
CPU: Thermal Monitor:              TM, TM2, PROCHOT, FERR
Specified FSB: 186Mhz. Assuming you know what you 're doing !
Bus-Ratio defaults: min=6, max=12
Sticking with [FSB: 186Mhz, Bus-Ratio: 13]
CPU: Tjmax ~ 104°C 	           Temperature= ~ 39°C
CPU: IDA:                          Enabled!
CPU: Vendor/Family/ExtFamily:      0x756e6547/0x6/0x0
CPU: Model/ExtModel/Stepping:      0x17/0x1/0x6
CPU: Multipliers x10:              max=130, min=60
CPU: MaxDiv/CurrDiv:               0x0/0x0
CPU: TSCFreq:                      2394MHz
CPU: CPUFreq:                      2418MHz
CPU: FSBFreq:                      186MHz
CPU: SLFM:                         1
CPU: Enhanced SpeedStep:           1
CPU: NoCores/NoThreads:            2/2
CPU: Features:                     0x26d803a
Chipset is 965GM (pci id 0x2a008086)
We have an NVIDIA Card
Creating 2 Mode Tables
New table with id : 0
New table with id : 1
First Standard VESA Table at offset 0x7bbb
Second Standard VESA Table at offset 0x4832
Table #0 has 16 modes
Table #1 has 32 modes
Aspect Ratio is 16/10
Patching Table #0 : 
Mode 1024x768 -> 1440x900 (1047 1183 1343 770 776 805)
Patching Table #1 : 
Mode 640x200 -> 640x400 (664 672 720 408 H- V+)
Mode 640x350 -> 640x400 (664 678 720 408 H- V+)
Mode 640x480 -> 640x400 (669 685 720 408 H- V+)
Mode 640x480 -> 640x400 (669 685 720 408 H- V+)
Mode 800x600 -> 800x500 (836 852 900 512 H- V+)
Mode 800x600 -> 800x500 (836 852 900 512 H- V+)
Mode 1024x768 -> 1024x640 (1071 1087 1152 656 H- V+)
Mode 1024x768 -> 1024x640 (1071 1087 1152 656 H- V+)
Mode 1280x1024 -> 1280x800 (1343 1359 1440 823 H- V+)
Mode 1280x1024 -> 1280x800 (1343 1359 1440 823 H- V+)
Mode 1400x1050 -> 1400x875 (1474 1488 1575 908 H+ V+)
Mode 1600x1200 -> 1600x1000 (1674 1690 1800 1025 H- V+)
Mode 2048x1536 -> 2048x1280 (2144 2160 2048 1314 H+ V+)
Theme: [hd(0,2)].
Resolution : 1440x900 (Graphics Mode key)
Theme: [hd(0,2)].
Found mode 1440x900 in VESA Table
Config: [hd(0,2)/Extra/com.apple.Boot.plist] 923 bytes.
Setting boot-uuid to: F959FE65-8D2E-348F-B794-62B4A262E3CA
Closing VBios
Table #0 : Freeing backup	[OK]
Table #0 : Freeing		[OK]
Table #1 : Freeing backup	[OK]
Table #1 : Freeing		[OK]
Freeing map			[OK]
Loading Darwin 10.6
Loading kernel mach_kernel
LoadDrivers: /Extra/Extensions.mkext
LoadDrivers: /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext
ACPI: [hd(0,2)/Extra/DSDT.aml] 28215 bytes.
Using PCI-Root-UID value: 0
nVidia GeForce 8800M GTS 512MB NV92 [10de:0609] :: PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)
NVCAP: 04000000-00000100-7e000000-0000000a-00000000
@0,display-cfg: ffffffff
@1,display-cfg: ffffffff
LAN Controller [10ec:8168] :: PciRoot(0x0)/Pci(0x1c,0x2)/Pci(0x0,0x0)
Setting up lan keys
SMBios: [hd(0,2)/Extra/smbios.plist] 701 bytes.
Intel GM965/GL960 DRAM Controller [8086:2a00] at 00:00.0
Frequency detected: 310 MHz (620) Dual Channel 
CAS:5 tRC:5 tRP:5 RAS:15 (5-5-5-15)
Slot: 0 Type 19 1024MB (DDR2 SDRAM) 620MHz Vendor=Samsung
     PartNo=M470T2953EZ3-CE63E SerialNo=74225C19
Slot: 2 Type 19 2048MB (DDR2 SDRAM) 620MHz Vendor=Samsung
     PartNo=M470T5663CZ3-CE63C SerialNo=261D3F87
Patched DMI Table
Found SMBIOS System Information Table 1
Customizing SystemID with : 108adec0-ab9b-11dc-805a-efb9f38380ca
ACPI: [hd(0,2)/Extra/DSDT.aml] 28215 bytes
FADT: changing Preferred_PM_Profile from 0x00 to 0x02
FADT: Restart Fix applied !
FADT: Restart Fix applied !
Patched ACPI version 2 DSDT
Starting Darwin x86_64
logout

Link to comment
Share on other sites

Hi, i'm using 5.0.8 version and i have distorted sound.
was this happening since 5.0.8 (and not before)?
TurboBoost is not working.
yes, this is why I was pointing to PDC/OSC; u probably gonna hate me for this guyz,but am afraid to say anval is not that far yet! Even-though, it can be doable (in the near future). I know it can be done manually, by editing oems, gathering memory addresses (with a legacy kernel) etc. But it still not easy to do for the average user.

 

With GenerateTStates=Yes chameleon stop right after finding cores (ACPI found 1 core... ;) )
I 'd really appreciate having a look at your (oem) ssdts.
Link to comment
Share on other sites

 Share

×
×
  • Create New...