Jump to content

why cpu1&cpu2 temp are higer than cpu3&4


fanfan22
 Share

1 post in this topic

Recommended Posts

I have patched my DSDT with stepspeed enabled, following some guides. It works, but with some strange.

 

CPU: Q8300, core1&core2: 37C, core3&core4: 31C.

 

Core3&core4's temp are same with the temp in Windows environment. And in Windows, all core's temp is 31C in idle status.

 

 Scope (_PR)
 {
	 Processor (CPU0, 0x00, 0x00000410, 0x06) {
		 Name (_PSS, Package (0x04)
		 {
			 Package (0x06) { 2403, 0, 10, 10, 0x0928, 0 },
			 Package (0x06) { 2136, 0, 10, 10, 0x0824, 1 },
			 Package (0x06) { 1869, 0, 10, 10, 0x0720, 2 },
			 Package (0x06) { 1602, 0, 10, 10, 0x061B, 3 }
		 })

		 Name (_PSD, Package (0x05)
		 {
			 0x05,
			 0x00,
			 0x00,
			 0xFC, // Double-checked the 0xFC value with ACPISpec v4.0 pdf
			 0x04  // Number of Processors - If you have a Quad core <a id="KonaLink0" class="kLink" style="text-decoration: underline !important;position:static;font-family:inherit !important;font-weight:inherit !important;font-size:inherit !important;" href="index.php?showtopic=203039&hl=gigabyte#"><font style="color: #3673a3 !important; font-family:inherit !important;font-weight:inherit !important;font-size:inherit !important;position:static;" color="#3673a3"><span class="kLink" style="color: #3673a3 !important; font-family:inherit !important;font-weight:inherit !important;font-size:inherit !important;position:static;">CPU</span></font></a> then this value should read 0x04
		 })

		 Name (_CST, Package (0x04)
		 {
			 0x03, 
			 Package (0x04) {ResourceTemplate () {Register (FFixedHW, 1, 2, 0x000)},1,1,1000},
			 Package (0x04) {ResourceTemplate () {Register (SystemIO, 8, 0, 0x414)},2,1,500},
			 Package (0x04) {ResourceTemplate () {Register (SystemIO, 8, 0, 0x415)},3,17,250}
		 })
	 }
	 Processor (CPU1, 0x01, 0x00000410, 0x06) {
	 Alias (\_PR.CPU0._PSS, _PSS)
		 Alias (\_PR.CPU0._PSD, _PSD)
		 Alias (\_PR.CPU0._CST, _CST)
	 }
	 Processor (CPU2, 0x02, 0x00000410, 0x06) {
	 Alias (\_PR.CPU0._PSS, _PSS)
		 Alias (\_PR.CPU0._PSD, _PSD)
		 Alias (\_PR.CPU0._CST, _CST)
	 }
	 Processor (CPU3, 0x03, 0x00000410, 0x06) {
	 Alias (\_PR.CPU0._PSS, _PSS)
		 Alias (\_PR.CPU0._PSD, _PSD)
		 Alias (\_PR.CPU0._CST, _CST)
	 }
 }

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...