X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Vlv2TbltDevicePkg%2FVlvPlatformInitDxe%2FVlvPlatformInit.h;fp=Vlv2TbltDevicePkg%2FVlvPlatformInitDxe%2FVlvPlatformInit.h;h=0000000000000000000000000000000000000000;hp=5caf54bb8af1ac7216891238ea8f819239506488;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.h b/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.h deleted file mode 100644 index 5caf54bb8a..0000000000 --- a/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.h +++ /dev/null @@ -1,65 +0,0 @@ - -/*++ - -Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved - - SPDX-License-Identifier: BSD-2-Clause-Patent - - - - -Module Name: - - VlvPlatformInit.h - -Abstract: - - Header file for SA Initialization Driver. - ---*/ - -#ifndef _VLV_PLATFORM_INIT_DXE_H_ -#define _VLV_PLATFORM_INIT_DXE_H_ -#include "PiDxe.h" - -#include - -#include "IgdOpRegion.h" - -#include -#include -#include -#include "Library/DebugLib.h" -#include "Library/S3IoLib.h" -#include "Library/S3PciLib.h" -#include "Library/IoLib.h" -#include "Library/PciLib.h" -#include "Library/S3BootScriptLib.h" - -// -// GT RELATED EQUATES -// -#define GTT_MEM_ALIGN 22 -#define GTTMMADR_SIZE_4MB 0x400000 - -#define IGD_BUS 0x00 -#define IGD_DEV 0x02 -#define IGD_FUN_0 0x00 - -#define IGD_R_VID 0x00 -#define IGD_R_CMD 0x04 -#define IGD_R_GTTMMADR 0x10 - -#define IGD_R_BGSM 0x70 -#define LockBit BIT0 - -#define IGD_VID 0x8086 -#define IGD_DID 0xA001 -#define IGD_MGGC_OFFSET 0x0050 //GMCH Graphics Control Register 0x50 -#define IGD_BSM_OFFSET 0x005C //Base of Stolen Memory -#define IGD_SWSCI_OFFSET 0x00E0 //Software SCI 0xE0 2 -#define IGD_ASLE_OFFSET 0x00E4 //System Display Event Register 0xE4 4 -#define IGD_ASLS_OFFSET 0x00FC // ASL Storage - -#endif -