]> git.proxmox.com Git - mirror_edk2.git/blame - Omap35xxPkg/Omap35xxPkg.dec
Omap35xxPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Omap35xxPkg / Omap35xxPkg.dec
CommitLineData
e6f3ed43
LL
1#/** @file\r
2# Omap35xx SoC package.\r
3#\r
4# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>\r
5#\r
538311f7 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e6f3ed43
LL
7#\r
8#**/\r
9\r
10[Defines]\r
11 DEC_SPECIFICATION = 0x00010005\r
12 PACKAGE_NAME = Omap35xxPkg\r
13 PACKAGE_GUID = D196A631-B7B7-4953-A3EE-0F773CBABF20\r
14 PACKAGE_VERSION = 0.1\r
15\r
16################################################################################\r
17#\r
18# Include Section - list of Include Paths that are provided by this package.\r
19# Comments are used for Keywords and Module Types.\r
20#\r
21# Supported Module Types:\r
22# BASE SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
23#\r
24################################################################################\r
25[Includes.common]\r
26 Include # Root include for the package\r
27\r
7f814ffd 28[LibraryClasses]\r
29 ## @libraryclass Abstract location of basic OMAP components\r
30 ##\r
31 OmapLib|Include/Library/OmapLib.h\r
3402aac7 32\r
7f814ffd 33 ## @libraryclass Abstract OMAP and ARM DMA, modeled after PCI IO protocol\r
34 ##\r
35 OmapDmaLib|Include/Library/OmapDmaLib.h\r
e6f3ed43
LL
36\r
37\r
38[Guids.common]\r
3402aac7 39 gOmap35xxTokenSpaceGuid = { 0x24b09abe, 0x4e47, 0x481c, { 0xa9, 0xad, 0xce, 0xf1, 0x2c, 0x39, 0x23, 0x27} }\r
e6f3ed43
LL
40\r
41[PcdsFeatureFlag.common]\r
42\r
43[PcdsFixedAtBuild.common]\r
44 gOmap35xxTokenSpaceGuid.PcdOmap35xxConsoleUart|3|UINT32|0x00000202\r
45 gOmap35xxTokenSpaceGuid.PcdOmap35xxGpmcOffset|0x00000000|UINT32|0x00000203\r
46 gOmap35xxTokenSpaceGuid.PcdOmap35xxMMCHS1Base|0x00000000|UINT32|0x00000204\r
47 gOmap35xxTokenSpaceGuid.PcdOmap35xxArchTimer|3|UINT32|0x00000205\r
48 gOmap35xxTokenSpaceGuid.PcdOmap35xxFreeTimer|4|UINT32|0x00000206\r
49 gOmap35xxTokenSpaceGuid.PcdOmap35xxDebugAgentTimer|5|UINT32|0x00000207\r
50 gOmap35xxTokenSpaceGuid.PcdDebugAgentTimerFreqNanoSeconds|77|UINT32|0x00000208\r
51 gOmap35xxTokenSpaceGuid.PcdMmchsTimerFreq100NanoSeconds|1000000|UINT32|0x00000209\r
3402aac7 52\r