X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkSocPkg%2FQuarkSouthCluster%2FUsb%2FOhci%2FDxe%2FOhciDxe.inf;fp=QuarkSocPkg%2FQuarkSouthCluster%2FUsb%2FOhci%2FDxe%2FOhciDxe.inf;h=0000000000000000000000000000000000000000;hp=9b8f45596963cad52d18e82f6d55a91bcb407fc9;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf b/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf deleted file mode 100644 index 9b8f455969..0000000000 --- a/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf +++ /dev/null @@ -1,71 +0,0 @@ -## @file -# OHCI USB Host Controller UEFI Driver -# -# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.
-# -# SPDX-License-Identifier: BSD-2-Clause-Patent -# -## - -[Defines] - INF_VERSION = 0x00010005 - BASE_NAME = OhciDxe - FILE_GUID = 4ACA697E-F883-446f-98F7-096416FFFFFF - MODULE_TYPE = UEFI_DRIVER - VERSION_STRING = 1.0 - ENTRY_POINT = OHCIDriverEntryPoint - -# -# The following information is for reference only and not required by the build tools. -# -# VALID_ARCHITECTURES = IA32 X64 EBC -# -# DRIVER_BINDING = gOhciDriverBinding -# COMPONENT_NAME = gOhciComponentName -# COMPONENT_NAME2 = gOhciComponentName2 -# -[Sources] - Descriptor.h - Ohci.c - Ohci.h - OhciSched.c - OhciSched.h - OhciReg.c - OhciReg.h - OhciUrb.c - OhciUrb.h - OhciDebug.c - OhciDebug.h - ComponentName.c - ComponentName.h - UsbHcMem.c - UsbHcMem.h - -[Packages] - MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec - QuarkSocPkg/QuarkSocPkg.dec - -[LibraryClasses] - MemoryAllocationLib - BaseLib - UefiLib - UefiBootServicesTableLib - UefiDriverEntryPoint - BaseMemoryLib - DebugLib - -[Guids] - gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event - -[Protocols] - gEfiPciIoProtocolGuid ## TO_START - gEfiUsbHcProtocolGuid ## BY_START - -# -# [Event] -# ## -# # Periodic timer event for checking the result of interrupt transfer execution. -# # -# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES -#