]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Include/Guid/AlertStandardFormat.h
Pkg-Module: CorebootModulePkg
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Guid / AlertStandardFormat.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
5 This program and the accompanying materials are licensed and made available under\r\r
6 the terms and conditions of the BSD License that accompanies this distribution. \r\r
7 The full text of the license may be found at \r\r
8 http://opensource.org/licenses/bsd-license.php. \r\r
9 \r\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12 \r\r
13\r
14Module Name:\r
15\r
16 Asf.h\r
17\r
18Abstract:\r
19\r
20 Alert Standard Format address variable\r
21\r
22--*/\r
23\r
24#ifndef AlertStandardFormat_h_included\r
25#define AlertStandardFormat_h_included\r
26\r
27\r
28#pragma pack(1)\r
29\r
30//\r
31// ASF address\r
32//\r
33//\r
34// {3D995FB4-4F05-4073-BE72-A19CFB5DE690}\r
35//\r
36#define ALERT_STANDARD_FORMAT_VARIABLE_GUID \\r
37 {0x3d995fb4, 0x4f05, 0x4073, 0xbe, 0x72, 0xa1, 0x9c, 0xfb, 0x5d, 0xe6, 0x90}\r
38\r
39#define ALERT_STANDARD_FORMAT_VARIABLE_NAME (L"ASF")\r
40#define ASCII_ALERT_STANDARD_FORMAT_VARIABLE_NAME ("ASF")\r
41\r
42extern EFI_GUID gAlertStandardFormatGuid;\r
43extern CHAR16 gAlertStandardFormatName[];\r
44\r
45typedef struct {\r
46 UINT8 SmbusAddr;\r
47 struct {\r
48 UINT32 VendorSpecificId;\r
49 UINT16 SubsystemDeviceId;\r
50 UINT16 SubsystemVendorId;\r
51 UINT16 Interface;\r
52 UINT16 DeviceId;\r
53 UINT16 VendorId;\r
54 UINT8 VendorRevision;\r
55 UINT8 DeviceCapabilities;\r
56 } Udid;\r
57 struct {\r
58 UINT8 SubCommand;\r
59 UINT8 Version;\r
60 UINT32 IanaId;\r
61 UINT8 SpecialCommand;\r
62 UINT16 SpecialCommandParam;\r
63 UINT16 BootOptionsBits;\r
64 UINT16 OemParam;\r
65 } AsfBootOptions;\r
66 struct {\r
67 UINT8 Bus;\r
68 UINT8 Device;\r
69 UINT8 Function;\r
70 UINT16 VendorId;\r
71 UINT16 DeviceId;\r
72 UINT16 IderCmdBar;\r
73 UINT16 IderCtrlBar;\r
74 UINT8 IderIrq;\r
75 UINT16 SolBar;\r
76 UINT8 SolIrq;\r
77 } PciInfo;\r
78 struct {\r
79 UINT8 IamtProvisioningStatus;\r
80 BOOLEAN IamtIsProvisioned;\r
81 } IamtInfo;\r
82 struct {\r
83 BOOLEAN FlashUpdatingIsAllowed;\r
84 } MeInfoForEbu;\r
85 UINT32 EitBPFAddress;\r
86} EFI_ASF_VARIABLE;\r
87\r
88#pragma pack()\r
89\r
90#endif\r
91\r