• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#/** @file
2#
3#  Copyright (c) 2014, ARM Ltd. All rights reserved.<BR>
4#  Copyright (c) 2015-2017, Linaro. All rights reserved.
5#
6#  This program and the accompanying materials
7#  are licensed and made available under the terms and conditions of the BSD License
8#  which accompanies this distribution. The full text of the license may be found at
9#  http://opensource.org/licenses/bsd-license.php
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
16[Defines]
17  INF_VERSION                    = 0x00010019
18  BASE_NAME                      = HiKey960FastbootDxe
19  FILE_GUID                      = 80f046c6-d5ba-4916-a656-2e2b28d32304
20  MODULE_TYPE                    = UEFI_DRIVER
21  VERSION_STRING                 = 1.0
22  ENTRY_POINT                    = HiKey960FastbootPlatformEntryPoint
23
24[Sources.common]
25  HiKey960FastbootDxe.c
26
27[LibraryClasses]
28  BaseLib
29  BaseMemoryLib
30  CacheMaintenanceLib
31  DebugLib
32  DevicePathLib
33  IoLib
34  MemoryAllocationLib
35  PcdLib
36  UefiBootServicesTableLib
37  UefiRuntimeServicesTableLib
38  UefiDriverEntryPoint
39  UsbSerialNumberLib
40  TimerLib
41
42[Protocols]
43  gAndroidFastbootPlatformProtocolGuid
44  gEfiBlockIoProtocolGuid
45  gEfiDevicePathToTextProtocolGuid
46  gEfiDiskIoProtocolGuid
47  gEfiEraseBlockProtocolGuid
48  gEfiSimpleTextOutProtocolGuid
49
50[Packages]
51  ArmPlatformPkg/ArmPlatformPkg.dec
52  ArmPkg/ArmPkg.dec
53  EmbeddedPkg/EmbeddedPkg.dec
54  MdePkg/MdePkg.dec
55  MdeModulePkg/MdeModulePkg.dec
56  OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960.dec
57
58[Pcd]
59  gArmPlatformTokenSpaceGuid.PcdFirmwareVendor
60  gHiKey960TokenSpaceGuid.PcdAndroidFastbootNvmDevicePath
61  gHiKey960TokenSpaceGuid.PcdArmFastbootFlashLimit
62  gHiKey960TokenSpaceGuid.PcdXloaderDevicePath
63