hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## @file
#  Instance of PCI Express Library using the 1 MB PCI Express MMIO window.
#
#  PCI Express Library that uses the 1 MB PCI Express MMIO window to perform
#  PCI Configuration cycles. Layers on top of an I/O Library instance.
#
#  Copyright (c) 2022, Rockchip Corporation. All rights reserved.
#
#  SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
 
[Defines]
  INF_VERSION                    = 0x0001001A
  BASE_NAME                      = BasePciExpressLib
  FILE_GUID                      = 45fabe58-71ee-11ec-bebb-001e67b12b1b
  MODULE_TYPE                    = BASE
  VERSION_STRING                 = 1.0
  LIBRARY_CLASS                  = PciExpressLib
 
[Sources]
  PciExpressLib.c
 
[Packages]
  MdePkg/MdePkg.dec
  Silicon/Rockchip/RockchipPkg.dec
 
[FixedPcd]
  gRockchipTokenSpaceGuid.PcdPcieRootPortDbiBaseAddress
  gRockchipTokenSpaceGuid.PcdPcieRootPortCfgBaseAddress
  gRockchipTokenSpaceGuid.PcdPcieRootPortMemSize
  gRockchipTokenSpaceGuid.PcdPcieRootPortMemBaseAddress
  gRockchipTokenSpaceGuid.PcdPcieRootPortMemBaseAddress64
  gRockchipTokenSpaceGuid.PcdPcieRootPortMemSize64
  gRockchipTokenSpaceGuid.PcdPcieRootPortIoSize
  gRockchipTokenSpaceGuid.PcdPcieRootPortIoBaseAddress
 
 
 
[LibraryClasses]
  BaseLib
  DebugLib
  IoLib
  PcdLib