1## @file 2# 3# Component description file for the Styx SATA platform driver. 4# 5# Copyright (c) 2014 - 2016, AMD Inc. All rights reserved.<BR> 6# Copyright (c) 2016, Linaro, Ltd. All rights reserved.<BR> 7# 8# This program and the accompanying materials 9# are licensed and made available under the terms and conditions of the BSD License 10# which accompanies this distribution. The full text of the license may be found at 11# http://opensource.org/licenses/bsd-license.php 12# 13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 15# 16## 17 18[Defines] 19 INF_VERSION = 0x00010019 20 BASE_NAME = StyxSataPlatformDxe 21 FILE_GUID = 4703fac4-9de9-4010-87d1-11402894296a 22 MODULE_TYPE = DXE_DRIVER 23 VERSION_STRING = 1.0 24 ENTRY_POINT = StyxSataPlatformDxeEntryPoint 25 26[Sources] 27 InitController.c 28 29[Packages] 30 AmdModulePkg/AmdModulePkg.dec 31 MdeModulePkg/MdeModulePkg.dec 32 MdePkg/MdePkg.dec 33 OpenPlatformPkg/Platforms/AMD/Styx/AmdStyx.dec 34 35[LibraryClasses] 36 AmdSataInit 37 BaseLib 38 DebugLib 39 IoLib 40 NonDiscoverableDeviceRegistrationLib 41 UefiBootServicesTableLib 42 UefiDriverEntryPoint 43 44[FixedPcd] 45 gAmdModulePkgTokenSpaceGuid.PcdSataSerdesBase 46 gAmdModulePkgTokenSpaceGuid.PcdSataSerdesOffset 47 gAmdModulePkgTokenSpaceGuid.PcdSataNumChPerSerdes 48 49 gAmdStyxTokenSpaceGuid.PcdSata0CtrlAxiSlvPort 50 gAmdStyxTokenSpaceGuid.PcdSata0PortCount 51 gAmdStyxTokenSpaceGuid.PcdSata1CtrlAxiSlvPort 52 gAmdStyxTokenSpaceGuid.PcdSata1PortCount 53 gAmdStyxTokenSpaceGuid.PcdSataPortMode 54 gAmdStyxTokenSpaceGuid.PcdSataSmpsSupport 55 gAmdStyxTokenSpaceGuid.PcdSataSssSupport 56 gAmdStyxTokenSpaceGuid.PcdSataPortCpd 57 gAmdStyxTokenSpaceGuid.PcdSataPortMpsp 58 59[Pcd] 60 gAmdStyxTokenSpaceGuid.PcdSocCpuId 61 62[Depex] 63 TRUE 64