X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkPlatformPkg%2FAcpi%2FDxe%2FAcpiPlatform%2FAcpiPlatform.inf;fp=QuarkPlatformPkg%2FAcpi%2FDxe%2FAcpiPlatform%2FAcpiPlatform.inf;h=0000000000000000000000000000000000000000;hp=5cbfd14ae6ee6139680f3a523a62a398cfa02a0a;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/AcpiPlatform.inf b/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/AcpiPlatform.inf deleted file mode 100644 index 5cbfd14ae6..0000000000 --- a/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/AcpiPlatform.inf +++ /dev/null @@ -1,196 +0,0 @@ -## @file -# Component description file for AcpiPlatform module. -# -# This is an implementation of the ACPI platform driver, -# whose requirements are from ACPI External Product Specification. -# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.
-# -# SPDX-License-Identifier: BSD-2-Clause-Patent -# -## - -[Defines] - INF_VERSION = 0x00010005 - BASE_NAME = AcpiPlatform - FILE_GUID = 368B3649-F204-4cd0-89A8-091077C070FA - MODULE_TYPE = DXE_DRIVER - VERSION_STRING = 1.0 - ENTRY_POINT = AcpiPlatformEntryPoint - -# -# The following information is for reference only and not required by the build tools. -# -# VALID_ARCHITECTURES = IA32 X64 EBC -# - -[Sources] - AcpiPlatform.c - AcpiPlatform.h - MadtPlatform.c - Madt.h - AcpiPciUpdate.c - AcpiPciUpdate.h - -[Packages] - MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec - UefiCpuPkg/UefiCpuPkg.dec - QuarkSocPkg/QuarkSocPkg.dec - QuarkPlatformPkg/QuarkPlatformPkg.dec - -[LibraryClasses] - UefiLib - DxeServicesLib - PcdLib - IoLib - BaseMemoryLib - DebugLib - UefiRuntimeServicesTableLib - UefiBootServicesTableLib - UefiDriverEntryPoint - DevicePathLib - PlatformHelperLib - -[Protocols] - gEfiGlobalNvsAreaProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiMpServiceProtocolGuid # PROTOCOL SOMETIMES_CONSUMED - gEfiAcpiSdtProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED - -[Pcd] - gQuarkPlatformTokenSpaceGuid.PcdPlatformType - - gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable0Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable0SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable0Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable0TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable0GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable1Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable1SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable1Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable1TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable1GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable2Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable2SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable2Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable2TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable2GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable3Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable3SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable3Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable3TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable3GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable4Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable4SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable4Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable4TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable4GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable5Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable5SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable5Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable5TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable5GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable6Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable6SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable6Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable6TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable6GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable7Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable7SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable7Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable7TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable7GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable8Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable8SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable8Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable8TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable8GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable9Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable9SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable9Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable9TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable9GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable10Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable10SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable10Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable10TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable10GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable11Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable11SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable11Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable11TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable11GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable12Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable12SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable12Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable12TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable12GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable13Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable13SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable13Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable13TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable13GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable14Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable14SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable14Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable14TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable14GlobalIrq - - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable15Enable - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable15SourceIrq - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable15Polarity - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable15TrigerMode - gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable15GlobalIrq - - gEfiQuarkNcSocIdTokenSpaceGuid.PcdIoApicBaseAddress - gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingIoApicAddress - gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingGlobalInterruptBase - gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingIoApicId - gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingNmiEnable - gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingNmiSource - gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingPolarity - gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingTrigerMode - gQuarkPlatformTokenSpaceGuid.PcdLocalApicSettingNmiEnabelApicIdMask - gQuarkPlatformTokenSpaceGuid.PcdLocalApicSettingAddressOverrideEnable - gQuarkPlatformTokenSpaceGuid.PcdLocalApicSettingPolarity - gQuarkPlatformTokenSpaceGuid.PcdLocalApicSettingTrigerMode - gQuarkPlatformTokenSpaceGuid.PcdLocalApicSettingLocalApicLint - gQuarkPlatformTokenSpaceGuid.PcdLocalApicAddressOverride - - gEfiQuarkNcSocIdTokenSpaceGuid.PcdSmmActivationPort - gEfiQuarkNcSocIdTokenSpaceGuid.PcdPm1blkIoBaseAddress - gEfiQuarkNcSocIdTokenSpaceGuid.PcdGpe0blkIoBaseAddress - gEfiQuarkNcSocIdTokenSpaceGuid.PcdPmbaIoBaseAddress - gEfiQuarkNcSocIdTokenSpaceGuid.PcdGbaIoBaseAddress - gEfiQuarkNcSocIdTokenSpaceGuid.PcdSmbaIoBaseAddress - gEfiQuarkNcSocIdTokenSpaceGuid.PcdHpetBaseAddress - gEfiQuarkNcSocIdTokenSpaceGuid.PcdHpetSize - gEfiQuarkNcSocIdTokenSpaceGuid.PcdIoApicBaseAddress - gEfiQuarkNcSocIdTokenSpaceGuid.PcdIoApicSize - gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress - gEfiQuarkNcSocIdTokenSpaceGuid.PcdPciExpressSize - gEfiQuarkNcSocIdTokenSpaceGuid.PcdRcbaMmioBaseAddress - gEfiQuarkNcSocIdTokenSpaceGuid.PcdRcbaMmioSize - gEfiQuarkNcSocIdTokenSpaceGuid.PcdWdtbaIoBaseAddress - gQuarkPlatformTokenSpaceGuid.PcdHpetEnable - gEfiQuarkNcSocIdTokenSpaceGuid.PcdDeviceEnables - gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile - -[Depex] - gEfiMpServiceProtocolGuid AND gEfiAcpiTableProtocolGuid