X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Vlv2TbltDevicePkg%2FInclude%2FGuid%2FAlertStandardFormat.h;fp=Vlv2TbltDevicePkg%2FInclude%2FGuid%2FAlertStandardFormat.h;h=0000000000000000000000000000000000000000;hp=f0459545e4eab0c69e261dea45194b6eecd987d3;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/Vlv2TbltDevicePkg/Include/Guid/AlertStandardFormat.h b/Vlv2TbltDevicePkg/Include/Guid/AlertStandardFormat.h deleted file mode 100644 index f0459545e4..0000000000 --- a/Vlv2TbltDevicePkg/Include/Guid/AlertStandardFormat.h +++ /dev/null @@ -1,86 +0,0 @@ -/*++ - - Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.
- - SPDX-License-Identifier: BSD-2-Clause-Patent - - - -Module Name: - - Asf.h - -Abstract: - - Alert Standard Format address variable - ---*/ - -#ifndef AlertStandardFormat_h_included -#define AlertStandardFormat_h_included - - -#pragma pack(1) - -// -// ASF address -// -// -// {3D995FB4-4F05-4073-BE72-A19CFB5DE690} -// -#define ALERT_STANDARD_FORMAT_VARIABLE_GUID \ - {0x3d995fb4, 0x4f05, 0x4073, 0xbe, 0x72, 0xa1, 0x9c, 0xfb, 0x5d, 0xe6, 0x90} - -#define ALERT_STANDARD_FORMAT_VARIABLE_NAME (L"ASF") -#define ASCII_ALERT_STANDARD_FORMAT_VARIABLE_NAME ("ASF") - -extern EFI_GUID gAlertStandardFormatGuid; -extern CHAR16 gAlertStandardFormatName[]; - -typedef struct { - UINT8 SmbusAddr; - struct { - UINT32 VendorSpecificId; - UINT16 SubsystemDeviceId; - UINT16 SubsystemVendorId; - UINT16 Interface; - UINT16 DeviceId; - UINT16 VendorId; - UINT8 VendorRevision; - UINT8 DeviceCapabilities; - } Udid; - struct { - UINT8 SubCommand; - UINT8 Version; - UINT32 IanaId; - UINT8 SpecialCommand; - UINT16 SpecialCommandParam; - UINT16 BootOptionsBits; - UINT16 OemParam; - } AsfBootOptions; - struct { - UINT8 Bus; - UINT8 Device; - UINT8 Function; - UINT16 VendorId; - UINT16 DeviceId; - UINT16 IderCmdBar; - UINT16 IderCtrlBar; - UINT8 IderIrq; - UINT16 SolBar; - UINT8 SolIrq; - } PciInfo; - struct { - UINT8 IamtProvisioningStatus; - BOOLEAN IamtIsProvisioned; - } IamtInfo; - struct { - BOOLEAN FlashUpdatingIsAllowed; - } MeInfoForEbu; - UINT32 EitBPFAddress; -} EFI_ASF_VARIABLE; - -#pragma pack() - -#endif -