]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
Get BlockIo mapping interfaces working. Still need to work on detecting block size...
[mirror_edk2.git] / ArmPkg / Drivers / PL180MciDxe / PL180MciDxe.inf
CommitLineData
1bfda055 1#/** @file\r
2# INF file for the MMC Host Protocol implementation for the ARM PrimeCell PL180.\r
3#\r
4# Copyright (c) 2011, ARM Limited. All rights reserved.\r
5# \r
6# This program and the accompanying materials \r
7# are licensed and made available under the terms and conditions of the BSD License \r
8# which accompanies this distribution. The full text of the license may be found at \r
9# http://opensource.org/licenses/bsd-license.php \r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PL180MciDxe\r
19 FILE_GUID = 09831032-6fa3-4484-af4f-0a000a8d3a82\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = PL180MciDxeInitialize\r
24\r
25[Sources.common]\r
26 PL180Mci.c\r
27\r
28[Packages]\r
29 ArmPkg/ArmPkg.dec\r
30 MdePkg/MdePkg.dec\r
31\r
32[LibraryClasses]\r
33 BaseLib\r
34 UefiLib\r
35 UefiDriverEntryPoint\r
36 BaseMemoryLib\r
37 ArmLib\r
38 IoLib\r
39 TimerLib\r
40\r
41[Protocols]\r
42 gEfiCpuArchProtocolGuid\r
43 gEfiDevicePathProtocolGuid\r
44 gEfiMmcHostProtocolGuid\r
45 \r
46[Pcd]\r
47 gArmTokenSpaceGuid.PcdPL180SysMciRegAddress\r
48 gArmTokenSpaceGuid.PcdPL180MciBaseAddress\r
49 \r
50[Depex]\r
51 TRUE\r