baytrail: DPTF: Add _CRT/_PSV objects for the CPU participant
These can be used by DPTF with the CPU particpant and DTS in addition to the external thermal sensors. BUG=chrome-os-partner:17279 BRANCH=baytrail TEST=build and boot on rambi, start DPTF application Change-Id: I15df46183f4da4b2d7c8ee4687a71bff641d6b70 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/184442 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
e9c002c393
commit
e04c20962a
1 changed files with 14 additions and 0 deletions
|
|
@ -144,4 +144,18 @@ Device (TCPU)
|
|||
1000 // StepSize
|
||||
}
|
||||
})
|
||||
|
||||
#ifdef DPTF_CPU_CRITICAL
|
||||
Method (_CRT)
|
||||
{
|
||||
Return (^^CTOK (DPTF_CPU_CRITICAL))
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef DPTF_CPU_PASSIVE
|
||||
Method (_PSV)
|
||||
{
|
||||
Return (^^CTOK (DPTF_CPU_PASSIVE))
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue