• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#/** @file
2#
3#    Copyright (c) 2015, Hisilicon Limited. All rights reserved.
4#    Copyright (c) 2015, Linaro Limited. All rights reserved.
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                      = IoInitDxe
19  FILE_GUID                      = e99c606a-5626-11e5-b09e-bb93f4e4c400
20  MODULE_TYPE                    = DXE_DRIVER
21  VERSION_STRING                 = 1.0
22
23  ENTRY_POINT                    = IoInitDxeEntry
24
25[Sources.common]
26  IoInitDxe.c
27  Smmu.c
28
29[Packages]
30  MdePkg/MdePkg.dec
31  MdeModulePkg/MdeModulePkg.dec
32  ArmPkg/ArmPkg.dec
33  OpenPlatformPkg/Chips/Hisilicon/HisiPkg.dec
34
35[LibraryClasses]
36  UefiBootServicesTableLib
37  UefiDriverEntryPoint
38  DebugLib
39  BaseLib
40  PcdLib
41  CacheMaintenanceLib
42  SerdesLib
43  PlatformSysCtrlLib
44  MemoryAllocationLib
45
46[Guids]
47
48[Protocols]
49
50[Pcd]
51  gHisiTokenSpaceGuid.PcdM3SmmuBaseAddress|0xa0040000
52  gHisiTokenSpaceGuid.PcdPcieSmmuBaseAddress|0xb0040000
53  gHisiTokenSpaceGuid.PcdDsaSmmuBaseAddress|0xc0040000
54  gHisiTokenSpaceGuid.PcdAlgSmmuBaseAddress|0xd0040000
55
56[Depex]
57  TRUE
58
59