• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#/* @file
2#
3#  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
4#
5#  This program and the accompanying materials
6#  are licensed and made available under the terms and conditions of the BSD License
7#  which accompanies this distribution.  The full text of the license may be found at
8#  http://opensource.org/licenses/bsd-license.php
9#
10#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12#
13#*/
14
15[Defines]
16  INF_VERSION                    = 0x00010005
17  BASE_NAME                      = CTA15A7ArmVExpressLib
18  FILE_GUID                      = b98a6cb7-d472-4128-ad62-a7347f85ce13
19  MODULE_TYPE                    = BASE
20  VERSION_STRING                 = 1.0
21  LIBRARY_CLASS                  = ArmPlatformLib
22
23[Packages]
24  MdePkg/MdePkg.dec
25  MdeModulePkg/MdeModulePkg.dec
26  EmbeddedPkg/EmbeddedPkg.dec
27  ArmPkg/ArmPkg.dec
28  ArmPlatformPkg/ArmPlatformPkg.dec
29
30[LibraryClasses]
31  IoLib
32  ArmLib
33  MemoryAllocationLib
34  SerialPortLib
35
36[Sources.common]
37  CTA15-A7.c
38  CTA15-A7Mem.c
39  CTA15-A7Helper.asm | RVCT
40  CTA15-A7Helper.S   | GCC
41
42[FeaturePcd]
43  gEmbeddedTokenSpaceGuid.PcdCacheEnable
44
45[FixedPcd]
46  gArmPlatformTokenSpaceGuid.PcdCoreCount
47
48  gArmTokenSpaceGuid.PcdSystemMemoryBase
49  gArmTokenSpaceGuid.PcdSystemMemorySize
50  gArmTokenSpaceGuid.PcdFvBaseAddress
51
52[Ppis]
53  gArmMpCoreInfoPpiGuid
54