AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 1 | #/** @file |
| 2 | # Beagle board package. |
| 3 | # |
| 4 | # Copyright (c) 2009, Apple Inc. All rights reserved. |
| 5 | # |
| 6 | # All rights reserved. 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 | # |
| 11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. |
| 13 | # |
| 14 | #**/ |
| 15 | |
| 16 | ################################################################################ |
| 17 | # |
| 18 | # Defines Section - statements that will be processed to create a Makefile. |
| 19 | # |
| 20 | ################################################################################ |
| 21 | [Defines] |
| 22 | PLATFORM_NAME = BeagleBoardPkg |
| 23 | PLATFORM_GUID = 91fa6c28-33df-46ac-aee6-292d6811ea31 |
| 24 | PLATFORM_VERSION = 0.1 |
| 25 | DSC_SPECIFICATION = 0x00010005 |
| 26 | OUTPUT_DIRECTORY = Build/BeagleBoard |
| 27 | SUPPORTED_ARCHITECTURES = ARM |
| 28 | BUILD_TARGETS = DEBUG|RELEASE |
| 29 | SKUID_IDENTIFIER = DEFAULT |
| 30 | FLASH_DEFINITION = BeagleBoardPkg/BeagleBoardPkg.fdf |
| 31 | DEFINE TARGET_HACK = DEBUG |
| 32 | |
| 33 | |
| 34 | [LibraryClasses.common] |
andrewfish | adbd84b | 2010-01-30 00:01:50 +0000 | [diff] [blame] | 35 | !if DEBUG_TARGET == RELEASE |
| 36 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf |
| 37 | !else |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 38 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf |
andrewfish | adbd84b | 2010-01-30 00:01:50 +0000 | [diff] [blame] | 39 | !endif |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 40 | |
andrewfish | 5dea9bd | 2010-02-18 01:57:13 +0000 | [diff] [blame] | 41 | ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf |
AJFISH | f659880 | 2010-01-14 03:25:08 +0000 | [diff] [blame] | 42 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 43 | |
| 44 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf |
| 45 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf |
| 46 | |
| 47 | BeagleBoardSystemLib|BeagleBoardPkg/Library/BeagleBoardSystemLib/BeagleBoardSystemLib.inf |
| 48 | EfiResetSystemLib|BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf |
| 49 | |
| 50 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf |
| 51 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf |
| 52 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf |
| 53 | |
| 54 | EblCmdLib|BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.inf |
| 55 | |
| 56 | EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf |
| 57 | |
| 58 | |
| 59 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf |
AJFISH | 225290e | 2010-01-14 23:39:29 +0000 | [diff] [blame] | 60 | |
| 61 | # |
| 62 | # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window |
| 63 | # in the debugger will show load and unload commands for symbols. You can cut and paste this |
| 64 | # into the command window to load symbols. We should be able to use a script to do this, but |
| 65 | # the version of RVD I have does not support scipts accessing system memory. |
| 66 | # |
| 67 | # PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 68 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf |
AJFISH | 225290e | 2010-01-14 23:39:29 +0000 | [diff] [blame] | 69 | |
| 70 | |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 71 | CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf |
andrewfish | 6f72e28 | 2010-01-27 02:47:47 +0000 | [diff] [blame] | 72 | DefaultExceptioHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 73 | PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf |
| 74 | |
andrewfish | cb0f9ff | 2010-01-28 21:34:30 +0000 | [diff] [blame] | 75 | SerialPortLib|Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 76 | SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf |
| 77 | |
| 78 | RealTimeClockLib|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf |
| 79 | |
| 80 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf |
| 81 | |
| 82 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf |
| 83 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf |
| 84 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf |
| 85 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf |
| 86 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf |
| 87 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf |
| 88 | |
| 89 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf |
| 90 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf |
| 91 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf |
| 92 | |
| 93 | # |
| 94 | # Assume everything is fixed at build |
| 95 | # |
| 96 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf |
| 97 | |
| 98 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf |
| 99 | |
| 100 | UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf |
| 101 | EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf |
| 102 | |
andrewfish | 0534bb8 | 2010-02-10 20:04:08 +0000 | [diff] [blame] | 103 | UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf |
| 104 | # UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf |
AJFISH | f659880 | 2010-01-14 03:25:08 +0000 | [diff] [blame] | 105 | |
| 106 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 107 | |
andrewfish | cb0f9ff | 2010-01-28 21:34:30 +0000 | [diff] [blame] | 108 | TimerLib|Omap35xxPkg/Library/BeagleBoardTimerLib/BeagleBoardTimerLib.inf |
| 109 | OmapLib|Omap35xxPkg/Library/OmapLib/OmapLib.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 110 | EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf |
| 111 | |
andrewfish | cb0f9ff | 2010-01-28 21:34:30 +0000 | [diff] [blame] | 112 | GdbSerialLib|Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf |
andrewfish | 097bd46 | 2010-02-01 18:25:18 +0000 | [diff] [blame] | 113 | ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 114 | |
| 115 | |
| 116 | [LibraryClasses.common.SEC] |
andrewfish | 5dea9bd | 2010-02-18 01:57:13 +0000 | [diff] [blame] | 117 | ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 118 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf |
| 119 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf |
| 120 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf |
| 121 | ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf |
| 122 | LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf |
andrewfish | ca3ad58 | 2010-01-31 01:39:20 +0000 | [diff] [blame] | 123 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 124 | |
| 125 | [LibraryClasses.common.PEI_CORE] |
| 126 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf |
| 127 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf |
| 128 | |
| 129 | [LibraryClasses.common.DXE_CORE] |
| 130 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf |
| 131 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf |
| 132 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf |
| 133 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf |
| 134 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf |
| 135 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf |
| 136 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf |
andrewfish | eea5553 | 2010-02-17 00:21:18 +0000 | [diff] [blame] | 137 | # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf |
| 138 | PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 139 | |
| 140 | [LibraryClasses.common.DXE_DRIVER] |
| 141 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf |
| 142 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf |
| 143 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf |
| 144 | |
| 145 | |
| 146 | [LibraryClasses.common.UEFI_APPLICATION] |
| 147 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf |
| 148 | UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf |
| 149 | |
| 150 | [LibraryClasses.common.UEFI_DRIVER] |
| 151 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf |
| 152 | UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf |
| 153 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf |
| 154 | |
| 155 | [LibraryClasses.common.DXE_RUNTIME_DRIVER] |
| 156 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf |
| 157 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf |
| 158 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf |
| 159 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf |
andrewfish | eea5553 | 2010-02-17 00:21:18 +0000 | [diff] [blame] | 160 | # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf |
| 161 | PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 162 | |
AJFISH | a957d4a | 2010-01-12 19:18:17 +0000 | [diff] [blame] | 163 | |
| 164 | [LibraryClasses.ARM] |
AJFISH | a957d4a | 2010-01-12 19:18:17 +0000 | [diff] [blame] | 165 | NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf |
| 166 | |
| 167 | |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 168 | [BuildOptions] |
andrewfish | 752d258 | 2010-02-19 18:45:29 +0000 | [diff] [blame] | 169 | XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv7 -march=armv7 |
| 170 | XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7 |
| 171 | XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7 |
andrewfish | 8c3f387 | 2010-01-28 23:45:38 +0000 | [diff] [blame] | 172 | XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 173 | |
andrewfish | 5dea9bd | 2010-02-18 01:57:13 +0000 | [diff] [blame] | 174 | RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu 7-A --thumb |
andrewfish | 8c3f387 | 2010-01-28 23:45:38 +0000 | [diff] [blame] | 175 | RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 176 | |
| 177 | ################################################################################ |
| 178 | # |
| 179 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform |
| 180 | # |
| 181 | ################################################################################ |
| 182 | |
| 183 | [PcdsFeatureFlag.common] |
| 184 | gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE |
| 185 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE |
| 186 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE |
| 187 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE |
| 188 | |
| 189 | # |
| 190 | # Control what commands are supported from the UI |
| 191 | # Turn these on and off to add features or save size |
| 192 | # |
| 193 | gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE |
| 194 | gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE |
| 195 | gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE |
| 196 | gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE |
| 197 | gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE |
| 198 | gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE |
| 199 | gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE |
| 200 | |
| 201 | gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE |
| 202 | |
| 203 | gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE |
| 204 | gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE |
| 205 | |
| 206 | # |
| 207 | # Beagle board Specific PCDs |
| 208 | # |
| 209 | |
| 210 | [PcdsFixedAtBuild.common] |
| 211 | gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"BeagleEdk2" |
| 212 | gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32 |
| 213 | gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0 |
| 214 | gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000 |
| 215 | gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000 |
| 216 | gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000 |
| 217 | gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000 |
| 218 | gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF |
| 219 | gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0 |
| 220 | gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0 |
| 221 | gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320 |
| 222 | |
| 223 | # DEBUG_ASSERT_ENABLED 0x01 |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 224 | # DEBUG_PRINT_ENABLED 0x02 |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 225 | # DEBUG_CODE_ENABLED 0x04 |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 226 | # CLEAR_MEMORY_ENABLED 0x08 |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 227 | # ASSERT_BREAKPOINT_ENABLED 0x10 |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 228 | # ASSERT_DEADLOOP_ENABLED 0x20 |
| 229 | |
| 230 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f |
| 231 | |
| 232 | # DEBUG_INIT 0x00000001 // Initialization |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 233 | # DEBUG_WARN 0x00000002 // Warnings |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 234 | # DEBUG_LOAD 0x00000004 // Load events |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 235 | # DEBUG_FS 0x00000008 // EFI File system |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 236 | # DEBUG_POOL 0x00000010 // Alloc & Free's |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 237 | # DEBUG_PAGE 0x00000020 // Alloc & Free's |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 238 | # DEBUG_INFO 0x00000040 // Verbose |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 239 | # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 240 | # DEBUG_VARIABLE 0x00000100 // Variable |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 241 | # DEBUG_BM 0x00000400 // Boot Manager |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 242 | # DEBUG_BLKIO 0x00001000 // BlkIo Driver |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 243 | # DEBUG_NET 0x00004000 // SNI Driver |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 244 | # DEBUG_UNDI 0x00010000 // UNDI Driver |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 245 | # DEBUG_LOADFILE 0x00020000 // UNDI Driver |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 246 | # DEBUG_EVENT 0x00080000 // Event messages |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 247 | # DEBUG_ERROR 0x80000000 // Error |
| 248 | |
| 249 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000004 |
| 250 | |
| 251 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07 |
| 252 | |
| 253 | gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|"" |
| 254 | gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07 |
| 255 | gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000 |
| 256 | |
| 257 | gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize|0 |
| 258 | gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress|0 |
| 259 | gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize|0 |
| 260 | gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|0 |
| 261 | gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize|0 |
| 262 | |
| 263 | # |
| 264 | # Optional feature to help prevent EFI memory map fragments |
| 265 | # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob |
| 266 | # Values are in EFI Pages (4K). DXE Core will make sure that |
| 267 | # at least this much of each type of memory can be allocated |
| 268 | # from a single memory range. This way you only end up with |
| 269 | # maximum of two fragements for each type in the memory map |
| 270 | # (the memory used, and the free memory that was prereserved |
| 271 | # but not used). |
| 272 | # |
| 273 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0 |
| 274 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0 |
| 275 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0 |
| 276 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80 |
| 277 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40 |
| 278 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400 |
| 279 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000 |
| 280 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10 |
| 281 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0 |
| 282 | |
| 283 | |
| 284 | # |
| 285 | # Beagle board Specific PCDs |
| 286 | # |
| 287 | gEmbeddedTokenSpaceGuid.PcdPrePiHobBase|0x80001000 |
| 288 | gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0x87FE0000 # stack at top of memory |
| 289 | gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0x20000 # 128K stack |
andrewfish | 753816a | 2010-02-25 19:25:44 +0000 | [diff] [blame^] | 290 | |
| 291 | gEmbeddedTokenSpaceGuid.PcdMemoryBase|0x80000000 |
| 292 | gEmbeddedTokenSpaceGuid.PcdMemorySize|0x10000000 |
| 293 | |
| 294 | |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 295 | gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80000000 |
| 296 | gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000 |
| 297 | |
| 298 | gBeagleBoardTokenSpaceGuid.PcdBeagleGpmcOffset|0x6E000000 |
| 299 | gBeagleBoardTokenSpaceGuid.PcdBeagleMMCHS1Base|0x4809C000 |
| 300 | |
| 301 | # Console |
| 302 | gBeagleBoardTokenSpaceGuid.PcdBeagleConsoleUart|3 |
| 303 | |
| 304 | # Timers |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 305 | gBeagleBoardTokenSpaceGuid.PcdBeagleArchTimer|3 |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 306 | gBeagleBoardTokenSpaceGuid.PcdBeagleFreeTimer|4 |
| 307 | gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000 |
| 308 | gEmbeddedTokenSpaceGuid.PcdEmbeddedFdPerformanceCounterPeriodInNanoseconds|77 |
| 309 | gEmbeddedTokenSpaceGuid.PcdEmbeddedFdPerformanceCounterFrequencyInHz|13000000 |
| 310 | |
| 311 | # |
| 312 | # ARM Pcds |
| 313 | # |
| 314 | gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000 |
| 315 | |
| 316 | ################################################################################ |
| 317 | # |
| 318 | # Components Section - list of all EDK II Modules needed by this Platform |
| 319 | # |
| 320 | ################################################################################ |
| 321 | [Components.common] |
| 322 | |
| 323 | # |
| 324 | # SEC |
| 325 | # |
| 326 | BeagleBoardPkg/Sec/Sec.inf |
| 327 | |
| 328 | # |
| 329 | # DXE |
| 330 | # |
| 331 | MdeModulePkg/Core/Dxe/DxeMain.inf { |
| 332 | <LibraryClasses> |
| 333 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf |
| 334 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf |
andrewfish | eea5553 | 2010-02-17 00:21:18 +0000 | [diff] [blame] | 335 | # NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf |
| 336 | NULL|EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 337 | } |
| 338 | |
| 339 | ArmPkg/Drivers/CpuDxe/CpuDxe.inf |
| 340 | |
| 341 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf |
| 342 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf |
| 343 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf |
| 344 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf |
| 345 | MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf |
| 346 | EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf |
| 347 | EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf |
| 348 | |
| 349 | EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf |
| 350 | EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf |
andrewfish | 47d5cc9 | 2010-01-30 20:41:56 +0000 | [diff] [blame] | 351 | EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 352 | |
| 353 | # |
| 354 | # Semi-hosting filesystem |
| 355 | # |
| 356 | ArmPkg/Filesystem/SemihostFs/SemihostFs.inf |
| 357 | |
| 358 | # |
| 359 | # FAT filesystem + GPT/MBR partitioning |
| 360 | # |
| 361 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf |
| 362 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf |
| 363 | FatPkg/EnhancedFatDxe/Fat.inf |
| 364 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf |
| 365 | |
| 366 | # |
| 367 | # USB |
| 368 | # |
andrewfish | cb0f9ff | 2010-01-28 21:34:30 +0000 | [diff] [blame] | 369 | Omap35xxPkg/PciEmulation/PciEmulation.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 370 | |
| 371 | #NOTE: Open source EHCI stack doesn't work on Beagleboard. |
| 372 | #NOTE: UsbBus and UsbMassStorage don't work using iPhone SDK tool chain. |
| 373 | MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf { |
| 374 | <PcdsFixedAtBuild> |
| 375 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff |
| 376 | } |
| 377 | MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf |
| 378 | MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf |
| 379 | |
| 380 | # |
| 381 | # Nand Flash |
| 382 | # |
andrewfish | cb0f9ff | 2010-01-28 21:34:30 +0000 | [diff] [blame] | 383 | Omap35xxPkg/Flash/Flash.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 384 | |
| 385 | # |
| 386 | # MMC/SD |
| 387 | # |
andrewfish | cb0f9ff | 2010-01-28 21:34:30 +0000 | [diff] [blame] | 388 | Omap35xxPkg/MMCHSDxe/MMCHS.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 389 | |
| 390 | # |
| 391 | # I2C |
| 392 | # |
andrewfish | cb0f9ff | 2010-01-28 21:34:30 +0000 | [diff] [blame] | 393 | Omap35xxPkg/SmbusDxe/Smbus.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 394 | |
| 395 | # |
| 396 | # SoC Drivers |
| 397 | # |
andrewfish | cb0f9ff | 2010-01-28 21:34:30 +0000 | [diff] [blame] | 398 | Omap35xxPkg/Gpio/Gpio.inf |
| 399 | Omap35xxPkg/InterruptDxe/InterruptDxe.inf |
| 400 | Omap35xxPkg/TimerDxe/TimerDxe.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 401 | |
| 402 | # |
| 403 | # Power IC |
| 404 | # |
andrewfish | cb0f9ff | 2010-01-28 21:34:30 +0000 | [diff] [blame] | 405 | Omap35xxPkg/TPS65950Dxe/TPS65950.inf |
AJFISH | 2ef2b01 | 2009-12-06 01:57:05 +0000 | [diff] [blame] | 406 | |
| 407 | # |
| 408 | # Application |
| 409 | # |
| 410 | EmbeddedPkg/Ebl/Ebl.inf |
| 411 | |
| 412 | # |
| 413 | # Bds |
| 414 | # |
| 415 | BeagleBoardPkg/Bds/Bds.inf |
| 416 | |
| 417 | # |
| 418 | # Gdb Stub |
| 419 | # |
| 420 | EmbeddedPkg/GdbStub/GdbStub.inf |
| 421 | ArmPkg/Drivers/DebugSupportDxe/DebugSupportDxe.inf |
| 422 | |