Vlv2TbltDevicePkg: Sync the branch changes to trunk.

Support compatible board, and fixed some bugs. 

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tim He <tim.he@intel.com>
Reviewed-by: David Wei <david.wei@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18149 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Tim He
2015-08-04 02:55:02 +00:00
committed by timhe
parent c5d5379937
commit 6f2ef18e80
23 changed files with 215 additions and 56 deletions

View File

@@ -33,7 +33,26 @@ form formid = THERMAL_FORM_ID,
// Revision History:
// ------------------------------------------------------------------------------
// Rev Date<MM/DD/YYYY> Name Description
// ------------------------------------------------------------------------------
// ------------------------------------------------------------------------------
// --*/
form formid = THERMAL_FORM_ID,
title = STRING_TOKEN(STR_THERMAL_TITLE);
subtitle text = STRING_TOKEN(STR_THERMAL_CONFIGURATION);
oneof varid = Setup.CriticalThermalTripPoint,
prompt = STRING_TOKEN(STR_ACPI_CRITICAL_THERMAL_TRIP_POINT),
help = STRING_TOKEN(STR_ACPI_CRITICAL_THERMAL_TRIP_POINT_HELP),
option text = STRING_TOKEN (STR_85_C), value = 85, flags=0 | RESET_REQUIRED;
option text = STRING_TOKEN (STR_87_C), value = 87, flags=0 | RESET_REQUIRED;
option text = STRING_TOKEN (STR_90_C), value = 90, flags=0 | RESET_REQUIRED;
option text = STRING_TOKEN (STR_105_C), value = 105, flags=0 | RESET_REQUIRED;
option text = STRING_TOKEN (STR_110_C), value = 110, flags=0 | RESET_REQUIRED;
option text = STRING_TOKEN (STR_200_C), value = 200, flags=DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
oneof varid = Setup.PassiveThermalTripPoint,
prompt = STRING_TOKEN (STR_ACPI_PASSIVE_THERMAL_TRIP_POINT),
help = STRING_TOKEN (STR_ACPI_PASSIVE_THERMAL_TRIP_POINT_HELP),
option text = STRING_TOKEN (STR_85_C), value = 85, flags=0 | RESET_REQUIRED;

View File

@@ -21,6 +21,8 @@ formset
//
//
//
#include "Configuration.h"
#include "PlatformSetupDxeStrDefs.h"
#include "Guid/SetupVariable.h"