]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf
ArmPlatformPkg/SP805WatchdogDxe: switch to interrupt mode
[mirror_edk2.git] / ArmPlatformPkg / Drivers / SP805WatchdogDxe / SP805WatchdogDxe.inf
CommitLineData
1e57a462 1/** @file\r
2*\r
3* Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
e3fa3d83 4* Copyright (c) 2018, Linaro Limited. All rights reserved.\r
1e57a462 5*\r
3402aac7
RC
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
1e57a462 13*\r
14**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = SP805WatchdogDxe\r
3402aac7 19 FILE_GUID = ebd705fb-fa92-46a7-b32b-7f566d944614\r
1e57a462 20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
1e57a462 22 ENTRY_POINT = SP805Initialize\r
23\r
24[Sources.common]\r
25 SP805Watchdog.c\r
26\r
27[Packages]\r
1e57a462 28 ArmPkg/ArmPkg.dec\r
29 ArmPlatformPkg/ArmPlatformPkg.dec\r
5afabd5e 30 EmbeddedPkg/EmbeddedPkg.dec\r
e3fa3d83 31 MdePkg/MdePkg.dec\r
1e57a462 32\r
33[LibraryClasses]\r
34 BaseLib\r
1e57a462 35 DebugLib\r
36 IoLib\r
1e57a462 37 UefiBootServicesTableLib\r
38 UefiDriverEntryPoint\r
5afabd5e 39 UefiRuntimeServicesTableLib\r
1e57a462 40\r
41[Pcd]\r
42 gArmPlatformTokenSpaceGuid.PcdSP805WatchdogBase\r
43 gArmPlatformTokenSpaceGuid.PcdSP805WatchdogClockFrequencyInHz\r
5afabd5e 44 gArmPlatformTokenSpaceGuid.PcdSP805WatchdogInterrupt\r
1e57a462 45\r
46[Protocols]\r
5afabd5e 47 gHardwareInterruptProtocolGuid ## ALWAYS_CONSUMES\r
e3fa3d83 48 gEfiWatchdogTimerArchProtocolGuid ## ALWAYS_PRODUCES\r
1e57a462 49\r
50[Depex]\r
5afabd5e 51 gHardwareInterruptProtocolGuid\r