2010-01-12 19:47:28 +01:00
|
|
|
#/** @file
|
|
|
|
# Semihosting serail port lib
|
|
|
|
#
|
2010-04-29 14:15:47 +02:00
|
|
|
# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
|
2010-01-12 19:47:28 +01:00
|
|
|
#
|
2010-04-29 14:15:47 +02:00
|
|
|
# This program and the accompanying materials
|
2010-01-12 19:47:28 +01:00
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#**/
|
|
|
|
|
2009-12-06 02:57:05 +01:00
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
2010-02-18 02:57:13 +01:00
|
|
|
BASE_NAME = ArmV7Lib
|
2009-12-06 02:57:05 +01:00
|
|
|
FILE_GUID = 411cdfd8-f964-4b9d-a3e3-1719a9c15559
|
|
|
|
MODULE_TYPE = DXE_DRIVER
|
|
|
|
VERSION_STRING = 1.0
|
|
|
|
LIBRARY_CLASS = ArmLib
|
|
|
|
|
|
|
|
[Sources.common]
|
2010-02-18 05:25:31 +01:00
|
|
|
ArmLibSupport.S | GCC
|
|
|
|
ArmLibSupport.asm | RVCT
|
2009-12-06 02:57:05 +01:00
|
|
|
../Common/ArmLib.c
|
|
|
|
|
2010-02-18 02:57:13 +01:00
|
|
|
ArmV7Support.S | GCC
|
|
|
|
ArmV7Support.asm | RVCT
|
2009-12-06 02:57:05 +01:00
|
|
|
|
2010-02-18 02:57:13 +01:00
|
|
|
ArmV7Lib.c
|
2011-02-02 23:35:30 +01:00
|
|
|
ArmV7Mmu.c
|
2009-12-06 02:57:05 +01:00
|
|
|
|
|
|
|
[Packages]
|
|
|
|
ArmPkg/ArmPkg.dec
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
MemoryAllocationLib
|
|
|
|
|
|
|
|
[Protocols]
|
|
|
|
gEfiCpuArchProtocolGuid
|
|
|
|
|
|
|
|
[FixedPcd]
|
|
|
|
gArmTokenSpaceGuid.PcdArmCacheOperationThreshold
|