1#** 2# @file 3# 4# Gionb.inf 5# 6# AMD-specific Gionb module information file. 7# 8# @xrefitem bom "File Content Label" "Release Content" 9# @e project: FDK 10# @e sub-project: UEFI 11# @e version: $Revision: 325775 $ @e date: $Date: 2015-08-31 17:45:22 -0500 (Mon, 31 Aug 2015) $ 12# 13# 14#***************************************************************************** 15# 16# Copyright (c) 2015 - 2016, AMD Inc. All rights reserved.<BR> 17# 18# This program and the accompanying materials 19# are licensed and made available under the terms and conditions of the BSD License 20# which accompanies this distribution. The full text of the license may be found at 21# http://opensource.org/licenses/bsd-license.php 22# 23# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 24# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 25# 26#***************************************************************************/ 27 28[Defines] 29INF_VERSION = 0x00010015 30VERSION_STRING = 1.0 31BASE_NAME = Gionb 32MODULE_TYPE = PEIM 33FILE_GUID = 3D65D81A-6E60-436F-951A-C9878BF77390 34ENTRY_POINT = PeiInitGionb 35 36[Binaries.AARCH64] 37 PE32|Gionb.efi|* 38 PEI_DEPEX|Gionb.depex|* 39 40[Packages] 41 AmdModulePkg/AmdModulePkg.dec 42 43[PatchPcd] 44 gAmdModulePkgTokenSpaceGuid.PcdPcieCoreConfiguration|2|0xa4d9 45 gAmdModulePkgTokenSpaceGuid.PcdPciePort0Present|1|0xa4c2 46 gAmdModulePkgTokenSpaceGuid.PcdPciePort1Present|1|0xa4ab 47 gAmdModulePkgTokenSpaceGuid.PcdPciePort2Present|1|0xa4d8 48 gAmdModulePkgTokenSpaceGuid.PcdPcieHardcodeEnumeration|TRUE|0xa4ac 49 gAmdModulePkgTokenSpaceGuid.PcdPcieGenMax|2|0xa4ad 50 gAmdModulePkgTokenSpaceGuid.PcdPcieGen3|0|0xa4c1 51 gAmdModulePkgTokenSpaceGuid.PcdPcieGen2|0|0xa4c0 52