Jump to content

XEON CPUs and P-States by DSDT - anyone can help ?


peach-os
 Share

1 post in this topic

Recommended Posts

after many optimizations I did for my AsusZ8NA-D6 I´ve got stuck with P-States for the Xeon 5520 CPU´s .

 

in my dsdt I have 32 cores

 

DefinitionBlock ("./dsdt.aml", "DSDT", 1, "S0081", "S0081701", 0x00000701)
{
Scope (_PR)
{
	Processor (P001, 0x01, 0x00000810, 0x06) {}
	Processor (P002, 0x02, 0x00000000, 0x00) {}
	Processor (P003, 0x03, 0x00000000, 0x00) {}
	Processor (P004, 0x04, 0x00000000, 0x00) {}
	Processor (P005, 0x05, 0x00000000, 0x00) {}
	Processor (P006, 0x06, 0x00000000, 0x00) {}
	Processor (P007, 0x07, 0x00000000, 0x00) {}
	Processor (P008, 0x08, 0x00000000, 0x00) {}
	Processor (P009, 0x09, 0x00000000, 0x00) {}
	Processor (P010, 0x0A, 0x00000000, 0x00) {}
	Processor (P011, 0x0B, 0x00000000, 0x00) {}
	Processor (P012, 0x0C, 0x00000000, 0x00) {}
	Processor (P013, 0x0D, 0x00000000, 0x00) {}
	Processor (P014, 0x0E, 0x00000000, 0x00) {}
	Processor (P015, 0x0F, 0x00000000, 0x00) {}
	Processor (P016, 0x10, 0x00000000, 0x00) {}
	Processor (P017, 0x11, 0x00000000, 0x00) {}
	Processor (P018, 0x12, 0x00000000, 0x00) {}
	Processor (P019, 0x13, 0x00000000, 0x00) {}
	Processor (P020, 0x14, 0x00000000, 0x00) {}
	Processor (P021, 0x15, 0x00000000, 0x00) {}
	Processor (P022, 0x16, 0x00000000, 0x00) {}
	Processor (P023, 0x17, 0x00000000, 0x00) {}
	Processor (P024, 0x18, 0x00000000, 0x00) {}
	Processor (P025, 0x19, 0x00000000, 0x00) {}
	Processor (P026, 0x1A, 0x00000000, 0x00) {}
	Processor (P027, 0x1B, 0x00000000, 0x00) {}
	Processor (P028, 0x1C, 0x00000000, 0x00) {}
	Processor (P029, 0x1D, 0x00000000, 0x00) {}
	Processor (P030, 0x1E, 0x00000000, 0x00) {}
	Processor (P031, 0x1F, 0x00000000, 0x00) {}
	Processor (P032, 0x20, 0x00000000, 0x00) {}
}

 

I did the p-states for my core duo notebook without problems - but here I hit the end of the road.

except the attached Mac4,1 DSDT I couldn´t find any other references.

 

Do I have to set the p-states for all cores?? Do i have to rename anything ?? are there still more issues than that?

 

thanks !

 

 

attched my dsdt and the macpro dsdt

 

dsdt.zip

dsdtMac4_1.zip

 

just realized......post number 1000 :blush:

Link to comment
Share on other sites

 Share

×
×
  • Create New...