blob: 1b8ef158afe4f1571885ced0629f49297aefb2a6 [file] [log] [blame]
AJFISH2ef2b012009-12-06 01:57:05 +00001#/** @file
2# Framework Module Development Environment Industry Standards
3#
4# This Package provides headers and libraries that conform to EFI/PI Industry standards.
hhtian60274cc2010-04-29 12:40:51 +00005# Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>
AJFISH2ef2b012009-12-06 01:57:05 +00006#
AJFISH2ef2b012009-12-06 01:57:05 +00007# This program and the accompanying materials are licensed and made available under
8# the terms and conditions of the BSD License which accompanies this distribution.
9# The full text of the license may be found at
10# http://opensource.org/licenses/bsd-license.php
11#
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14#
15#**/
16
17[Defines]
18 DEC_SPECIFICATION = 0x00010005
19 PACKAGE_NAME = EmbeddedPkg
20 PACKAGE_GUID = dea8e498-7e1b-47c1-b6fa-4bc04092587e
21 PACKAGE_VERSION = 0.1
22
23
24################################################################################
25#
26# Include Section - list of Include Paths that are provided by this package.
27# Comments are used for Keywords and Module Types.
28#
29# Supported Module Types:
30# BASE SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
31#
32################################################################################
33[Includes.common]
34 Include # Root include for the package
35
36[LibraryClasses.common]
37 EfiFileLib|Include/Library/EfiFileLib.h
38 PrePiLib|Include/Library/PrePiLib.h
39 RealTimeClockLib|Include/Library/RealTimeClockLib.h
40 EfiResetSystemLib|Include/Library/EfiResetSystemLib.h
41 EblCmdLib|Include/Library/EblCmdLib.h
andrewfish969eba72010-04-03 00:41:42 +000042 EblAddExternalCommandLib|Include/Library/EblAddExternalCommandLib.h
43 EblNetworkLib|Include/Library/EblNetworkLib.h
AJFISH2ef2b012009-12-06 01:57:05 +000044 GdbSerialLib|Include/Library/GdbSerialLib.h
andrewfish969eba72010-04-03 00:41:42 +000045 DebugAgentTimerLib|Include/Library/DebugAgentTimerLib.h
AJFISH2ef2b012009-12-06 01:57:05 +000046
47
48[Guids.common]
49 gEmbeddedTokenSpaceGuid = { 0xe0d8ca17, 0x4276, 0x4386, { 0xbb, 0x79, 0x48, 0xcb, 0x81, 0x3d, 0x3c, 0x4f }}
50
51[Protocols.common]
52 gHardwareInterruptProtocolGuid = { 0x2890B3EA, 0x053D, 0x1643, { 0xAD, 0x0C, 0xD6, 0x48, 0x08, 0xDA, 0x3F, 0xF1 } }
53 gEfiDebugSupportPeriodicCallbackProtocolGuid = { 0x9546e07c, 0x2cbb, 0x4c88, { 0x98, 0x6c, 0xcd, 0x34, 0x10, 0x86, 0xf0, 0x44 } }
54 gEfiEblAddCommandProtocolGuid = { 0xaeda2428, 0x9a22, 0x4637, { 0x9b, 0x21, 0x54, 0x5e, 0x28, 0xfb, 0xb8, 0x29 } }
55 gEmbeddedDeviceGuid = { 0xbf4b9d10, 0x13ec, 0x43dd, { 0x88, 0x80, 0xe9, 0xb, 0x71, 0x8f, 0x27, 0xde } }
56 gEmbeddedExternalDeviceProtocolGuid = { 0x735F8C64, 0xD696, 0x44D0, { 0xBD, 0xF2, 0x44, 0x7F, 0xD0, 0x5A, 0x54, 0x06 }}
57 gEmbeddedGpioProtocolGuid = { 0x17a0a3d7, 0xc0a5, 0x4635, { 0xbb, 0xd5, 0x07, 0x21, 0x87, 0xdf, 0xe2, 0xee }}
andrewfishe4dbec72010-01-30 20:37:50 +000058 gPeCoffLoaderProtocolGuid = { 0xB323179B, 0x97FB, 0x477E, { 0xB0, 0xFE, 0xD8, 0x85, 0x91, 0xFA, 0x11, 0xAB } }
oliviermartince73d602011-06-03 09:07:31 +000059 gEfiMmcHostProtocolGuid = { 0x3e591c00, 0x9e4a, 0x11df, {0x92, 0x44, 0x00, 0x02, 0xA5, 0xD5, 0xC5, 0x1B }}
60
AJFISH2ef2b012009-12-06 01:57:05 +000061[PcdsFeatureFlag.common]
62 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|FALSE|BOOLEAN|0x00000001
63 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE|BOOLEAN|0x00000002
64 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE|BOOLEAN|0x00000003
65 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE|BOOLEAN|0x00000004
66 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE|BOOLEAN|0x00000005
67 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE|BOOLEAN|0x00000006
68 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|FALSE|BOOLEAN|0x00000041
andrewfishfb334ef2011-02-01 05:37:22 +000069 gEmbeddedTokenSpaceGuid.PcdEmbeddedProbeRemovable|TRUE|BOOLEAN|0x00000052
andrewfish884366c2010-05-11 00:09:48 +000070
AJFISH2ef2b012009-12-06 01:57:05 +000071 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|FALSE|BOOLEAN|0x0000001b
72 gEmbeddedTokenSpaceGuid.PcdCacheEnable|FALSE|BOOLEAN|0x00000042
andrewfishfb334ef2011-02-01 05:37:22 +000073 gEmbeddedTokenSpaceGuid.PcdGdbSerial|FALSE|BOOLEAN|0x00000053
AJFISH2ef2b012009-12-06 01:57:05 +000074
75
76[PcdsFixedAtBuild.common]
77 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|L""|VOID*|0x00000007
78 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07|UINT32|0x00000008
79 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000|UINT32|0x00000009
oliviermartine6b3b502011-06-11 11:28:59 +000080 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"Ebl"|VOID*|0x00000034
AJFISH2ef2b012009-12-06 01:57:05 +000081
82 gEmbeddedTokenSpaceGuid.PcdPrePiHobBase|131072|UINT32|0x00000040
83 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0|UINT32|0x0000000b
84 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|131072|UINT32|0x0000000c
AJFISH2ef2b012009-12-06 01:57:05 +000085
andrewfish753816a2010-02-25 19:25:44 +000086 gEmbeddedTokenSpaceGuid.PcdMemoryBase|0x0|UINT32|0x0000004e
87 gEmbeddedTokenSpaceGuid.PcdMemorySize|0x0|UINT32|0x0000004f
88
AJFISH2ef2b012009-12-06 01:57:05 +000089 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|0x0|UINT32|0x00000043
90 gEmbeddedTokenSpaceGuid.PcdFlashFvMainOffset|0x0|UINT32|0x00000044
andrewfisheca37a32010-12-06 17:50:31 +000091 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize|0x0|UINT32|0x00000045
AJFISH2ef2b012009-12-06 01:57:05 +000092
93# Used to help reduce fragmentation in the EFI memory map
94# EFI Pages (4K) are the units used
95 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0|UINT32|0x00000012
96 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0|UINT32|0x00000013
97 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0|UINT32|0x00000014
98 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0|UINT32|0x00000015
99 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0|UINT32|0x00000016
100 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|0|UINT32|0x00000017
101 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|0|UINT32|0x00000018
102 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|0|UINT32|0x00000019
103 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0|UINT32|0x0000001a
104
105 gEmbeddedTokenSpaceGuid.PcdTimerBaseAddress|0x3c700000|UINT32|0x0000001c
106 gEmbeddedTokenSpaceGuid.PcdTimerVector|7|UINT32|0x0000001d
107 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000|UINT32|0x0000001e
108 gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x38e00000|UINT32|0x0000001f
oliviermartin0e568a72012-07-09 19:45:32 +0000109
110 gEmbeddedTokenSpaceGuid.PcdMetronomeTickPeriod|100|UINT32|0x00000020
AJFISH2ef2b012009-12-06 01:57:05 +0000111
112 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress|0xffff0000|UINT32|0x00000030
113 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize|0x0000000|UINT32|0x00000031
andrewfish6f6e0592010-04-21 22:09:56 +0000114 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|0x0000000|UINT64|0x00000032
115 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|0x0000000|UINT32|0x00000033
AJFISH2ef2b012009-12-06 01:57:05 +0000116
117# Shell characteristics
118 gEmbeddedTokenSpaceGuid.PcdEmbeddedShellCharacterEcho|TRUE|BOOLEAN|0x00000046
119
120 gEmbeddedTokenSpaceGuid.PcdGdbBaudRate|115200|UINT64|0x00000047
121 gEmbeddedTokenSpaceGuid.PcdGdbDataBits|8|UINT8|0x00000048
122 gEmbeddedTokenSpaceGuid.PcdGdbParity|1|UINT8|0x00000049
123 gEmbeddedTokenSpaceGuid.PcdGdbStopBits|1|UINT8|0x0000004a
124 gEmbeddedTokenSpaceGuid.PcdGdbUartPort|0x3f8|UINT32|0x0000004b
125 gEmbeddedTokenSpaceGuid.PcdGdbMaxPacketRetryCount|10000000|UINT32|0x0000004c
andrewfish6f6e0592010-04-21 22:09:56 +0000126 gEmbeddedTokenSpaceGuid.PcdGdbTimerPeriodMilliseconds|250|UINT32|0x0000004d
AJFISH2ef2b012009-12-06 01:57:05 +0000127
Olivier Martin34b292f2013-11-28 21:40:14 +0000128[PcdsFixedAtBuild.ARM]
129 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32|UINT8|0x00000010
130 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0|UINT8|0x00000011
131
132[PcdsFixedAtBuild.AARCH64]
133 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|48|UINT8|0x00000010
134 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0|UINT8|0x00000011
135
136[PcdsFixedAtBuild.IA32]
137 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|36|UINT8|0x00000010
138 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16|UINT8|0x00000011
139
140[PcdsFixedAtBuild.X64]
141 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|52|UINT8|0x00000010
142 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16|UINT8|0x00000011