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

      2 # Component description file for SpiFvbServices 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 
     17 [Defines]
     18   INF_VERSION                    = 0x00010005
     19   BASE_NAME                      = FwBlockServiceSmm
     20   FILE_GUID                      = A469DDBD-16D0-4535-BAE3-77274BD70B4C
     21   MODULE_TYPE                    = DXE_SMM_DRIVER
     22   VERSION_STRING                 = 1.0
     23   PI_SPECIFICATION_VERSION       = 0x0001000A
     24   ENTRY_POINT                    = FvbInitialize
     25 
     26 [Sources]
     27   FwBlockService.c
     28   FwBlockService.h
     29   FvbInfo.c
     30   SpiFlashDevice.c
     31   SpiFlashDevice.h
     32   PlatformSmmSpi.c
     33 
     34 [Packages]
     35   MdePkg/MdePkg.dec
     36   MdeModulePkg/MdeModulePkg.dec
     37   QuarkSocPkg/QuarkSocPkg.dec
     38   QuarkPlatformPkg/QuarkPlatformPkg.dec
     39 
     40 [LibraryClasses]
     41   IoLib
     42   PcdLib
     43   HobLib
     44   UefiLib
     45   BaseMemoryLib
     46   UefiDriverEntryPoint
     47   MemoryAllocationLib
     48   UefiRuntimeServicesTableLib
     49   UefiBootServicesTableLib
     50   DxeServicesTableLib
     51 
     52 [Guids]
     53   gEfiEventVirtualAddressChangeGuid
     54   gEfiHobListGuid
     55 
     56  [Protocols]
     57   gEfiFirmwareVolumeBlockProtocolGuid  ##Produces

     58   gEfiSpiProtocolGuid
     59   gEfiDevicePathProtocolGuid
     60   gEfiLoadedImageProtocolGuid
     61   gEfiSmmBase2ProtocolGuid
     62   gEfiSmmSpiProtocolGuid
     63   gEfiSmmFirmwareVolumeBlockProtocolGuid
     64   gEfiSmmSpiReadyProtocolGuid
     65 
     66 [FixedPcd]
     67   gQuarkPlatformTokenSpaceGuid.PcdFlashAreaSize
     68 
     69 [Pcd]
     70   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
     71   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
     72   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
     73   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
     74   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
     75   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
     76   gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress
     77   gQuarkPlatformTokenSpaceGuid.PcdFlashFvMainSize
     78   gQuarkPlatformTokenSpaceGuid.PcdFlashFvMainBase
     79   gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoveryBase
     80   gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoverySize
     81   gQuarkPlatformTokenSpaceGuid.PcdFlashFvPayloadBase
     82   gQuarkPlatformTokenSpaceGuid.PcdFlashFvPayloadSize
     83   gQuarkPlatformTokenSpaceGuid.PcdSpiFlashDeviceSize
     84 
     85 [Depex]
     86   gEfiSpiProtocolGuid
     87