mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-01 12:52:26 +00:00
Change PECI_TJMAX to a board config option
BUG=chrome-os-partner:24455 BRANCH=none TEST=Manual: Verify that CONIFG_PECI_TJMAX set per-board matches the value queried over the PECI bus with the restricted "peciprobe" command. Change-Id: I8e99a23a66f26d6101e01cc751d0a8ca79686321 Signed-off-by: Dave Parker <dparker@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/179682 Reviewed-by: Alec Berg <alecaberg@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
ebb8c88a59
commit
df50fccf8e
@@ -524,6 +524,15 @@
|
||||
/* Support PECI interface to x86 processor */
|
||||
#undef CONFIG_PECI
|
||||
|
||||
/*
|
||||
* Maximum operating temperature in degrees Celcius used on some x86
|
||||
* processors. CPU chip temperature is reported relative to this value and
|
||||
* is never reported greater than this value. Processor asserts PROCHOT#
|
||||
* and starts throttling frequency and voltage at this temp. Operation may
|
||||
* become unreliable if temperature exceeds this limit.
|
||||
*/
|
||||
#undef CONFIG_PECI_TJMAX
|
||||
|
||||
/*****************************************************************************/
|
||||
/* PMU config */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user