Vlv2TbltDevicePkg/Vlv2DeviceRefCodePkg:
Sync the branch changes to Trunk, Add "RTC Battery Present" item in setup page. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lu Shifei <shifeix.a.lu@intel.com> Reviewed-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18763 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -110,7 +110,7 @@ typedef struct _PPM_TURBO_SETTINGS {
|
||||
//
|
||||
// Platform Policy
|
||||
//
|
||||
typedef struct _PPM_PLATFORM_POLICY_PROTOCOL {
|
||||
struct _PPM_PLATFORM_POLICY_PROTOCOL {
|
||||
UINT8 Revision;
|
||||
PPM_FUNCTION_ENABLES FunctionEnables;
|
||||
PPM_CUSTOM_VID_TABLE CustomVidTable;
|
||||
@@ -133,6 +133,6 @@ typedef struct _PPM_PLATFORM_POLICY_PROTOCOL {
|
||||
//
|
||||
UINT16 Reserve10;
|
||||
UINT8 Reserve11;
|
||||
} PPM_PLATFORM_POLICY_PROTOCOL;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@@ -34,12 +34,12 @@ Abstract:
|
||||
|
||||
typedef struct _PEI_SMBUS_POLICY_PPI PEI_SMBUS_POLICY_PPI;
|
||||
|
||||
typedef struct _PEI_SMBUS_POLICY_PPI {
|
||||
struct _PEI_SMBUS_POLICY_PPI {
|
||||
UINTN BaseAddress;
|
||||
UINT32 PciAddress;
|
||||
UINT8 NumRsvdAddress;
|
||||
UINT8 *RsvdAddress;
|
||||
} PEI_SMBUS_POLICY_PPI;
|
||||
};
|
||||
|
||||
extern EFI_GUID gPeiSmbusPolicyPpiGuid;
|
||||
|
||||
|
Reference in New Issue
Block a user