Enable Digital Thermal Sensor to detect processor temperature.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17521 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -76,6 +76,15 @@ form formid = THERMAL_FORM_ID,
|
||||
endnumeric;
|
||||
endif;
|
||||
|
||||
subtitle text = STRING_TOKEN(STR_NULL_STRING);
|
||||
|
||||
oneof varid = Setup.DisableActiveTripPoints,
|
||||
prompt = STRING_TOKEN(STR_DATP_PROMPT),
|
||||
help = STRING_TOKEN(STR_DATP_HELP),
|
||||
option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
|
||||
option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
|
||||
endoneof;
|
||||
|
||||
suppressif TRUE;
|
||||
oneof varid = Setup.EnableDigitalThermalSensor,
|
||||
prompt = STRING_TOKEN(STR_DTS_PROMPT),
|
||||
|
Reference in New Issue
Block a user