1#/* @file 2# Copyright (c) 2011-2013, ARM Limited. All rights reserved. 3# Copyright (c) 2016, Linaro Ltd. 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 = BeagleBoardLib 18 FILE_GUID = 736343a0-1d96-11e0-aaaa-0002a5d5c51b 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 Omap35xxPkg/Omap35xxPkg.dec 30 BeagleBoardPkg/BeagleBoardPkg.dec 31 32[LibraryClasses] 33 IoLib 34 ArmLib 35 MemoryAllocationLib 36 37[Sources.common] 38 BeagleBoardHelper.asm | RVCT 39 BeagleBoardHelper.S | GCC 40 BeagleBoard.c 41 BeagleBoardMem.c 42 PadConfiguration.c 43 Clock.c 44 BeagleBoardHelper.S | GCC 45 BeagleBoardHelper.asm | RVCT 46 47[FeaturePcd] 48 gEmbeddedTokenSpaceGuid.PcdCacheEnable 49 50[FixedPcd] 51 gArmTokenSpaceGuid.PcdFdBaseAddress 52 gArmTokenSpaceGuid.PcdFdSize 53 54 gArmTokenSpaceGuid.PcdSystemMemoryBase 55 gArmTokenSpaceGuid.PcdSystemMemorySize 56 57 gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress 58