summaryrefslogtreecommitdiff
path: root/Platform/96Boards/Secure96Dxe/Secure96Dxe.inf
blob: 72dbf1314c156bc8464b5474a0f4b4f3692a47cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
## @file
#
#  Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
#
#  This program and the accompanying materials
#  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.
#
##

[Defines]
  INF_VERSION                    = 0x0001001A
  BASE_NAME                      = Secure96Dxe
  FILE_GUID                      = 31519ec4-65f1-4790-b223-aa9330dd75fd
  MODULE_TYPE                    = DXE_DRIVER
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = Secure96DxeEntryPoint

[Sources]
  Secure96.dts
  Secure96.h
  Secure96Dxe.c

[Packages]
  EmbeddedPkg/EmbeddedPkg.dec
  MdeModulePkg/MdeModulePkg.dec
  MdePkg/MdePkg.dec
  Platform/96Boards/96Boards.dec
  Silicon/Atmel/AtSha204a/AtSha204a.dec

[LibraryClasses]
  BaseLib
  DebugLib
  DxeServicesLib
  FdtLib
  UefiBootServicesTableLib
  UefiDriverEntryPoint
  UefiLib

[Protocols]
  g96BoardsLsConnectorProtocolGuid            ## CONSUMES
  g96BoardsMezzanineProtocolGuid              ## PRODUCES

[Guids]
  gAtSha204aI2cDeviceGuid
  gFdtTableGuid

[FixedPcd]
  g96BoardsTokenSpaceGuid.PcdGpioParent
  g96BoardsTokenSpaceGuid.PcdGpioPinF
  g96BoardsTokenSpaceGuid.PcdGpioPinG
  g96BoardsTokenSpaceGuid.PcdGpioPinH
  g96BoardsTokenSpaceGuid.PcdGpioPinI
  g96BoardsTokenSpaceGuid.PcdGpioPolarity
  g96BoardsTokenSpaceGuid.PcdI2c0Parent
  g96BoardsTokenSpaceGuid.PcdSpiParent

[Depex]
  g96BoardsLsConnectorProtocolGuid

[BuildOptions]
  # dtc emits lots of spurious warnings for overlays
  *_*_*_DTC_FLAGS = -q