Home | History | Annotate | Download | only in Pei
      1 ## @file

      2 # Component description file for UsbPei module.

      3 #

      4 # Copyright (c) 2013-2015 Intel Corporation.

      5 #

      6 # This program and the accompanying materials

      7 # are licensed and made available under the terms and conditions of the BSD License

      8 # which accompanies this distribution.  The full text of the license may be found at

      9 # http://opensource.org/licenses/bsd-license.php

     10 #

     11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,

     12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

     13 #

     14 ##

     15 
     16 [Defines]
     17   INF_VERSION                    = 0x00010005
     18   BASE_NAME                      = UsbPei
     19   FILE_GUID                      = 73E6F6B4-D029-4e87-8405-6067C8BD02A6
     20   MODULE_TYPE                    = PEIM
     21   VERSION_STRING                 = 1.0
     22 
     23   ENTRY_POINT                    = PeimInitializeIchUsb
     24 
     25 #

     26 # The following information is for reference only and not required by the build tools.

     27 #

     28 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC

     29 #

     30 
     31 [Sources]
     32   UsbPei.c
     33   UsbPei.h
     34 
     35 [Packages]
     36   MdePkg/MdePkg.dec
     37   MdeModulePkg/MdeModulePkg.dec
     38   QuarkSocPkg/QuarkSocPkg.dec
     39 
     40 [LibraryClasses]
     41   IoLib
     42   PciLib
     43   PcdLib
     44   BaseMemoryLib
     45   PeimEntryPoint
     46   DebugLib
     47 
     48 [Ppis]
     49   gPeiUsbControllerPpiGuid                      # PPI ALWAYS_PRODUCED

     50 
     51 [FeaturePcd]
     52   gEfiQuarkSCSocIdTokenSpaceGuid.PcdEhciRecoveryEnabled
     53 
     54 [Pcd]
     55   gEfiQuarkSCSocIdTokenSpaceGuid.PcdPeiQNCUsbControllerMemoryBaseAddress
     56   gEfiQuarkSCSocIdTokenSpaceGuid.PcdPeiP2PMemoryBaseAddress
     57 
     58 [Depex]
     59   gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid
     60