X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BeagleBoardPkg%2FSec%2FSec.inf;h=dafcdfd2d947b70bd81472e9656333c6beb6063d;hb=1ebd6c11453a14b173abf279143c8077e86af308;hp=79a5eb4b10929179ddac0ece13727fc8091a14fb;hpb=225290eba733e5ca7149d1789ccce5ef15c38df5;p=mirror_edk2.git diff --git a/BeagleBoardPkg/Sec/Sec.inf b/BeagleBoardPkg/Sec/Sec.inf old mode 100755 new mode 100644 index 79a5eb4b10..dafcdfd2d9 --- a/BeagleBoardPkg/Sec/Sec.inf +++ b/BeagleBoardPkg/Sec/Sec.inf @@ -2,8 +2,8 @@ #/** @file # SEC - Reset vector code that jumps to C and loads DXE core # -# Copyright (c) 2008, Apple Inc.
-# All rights reserved. This program and the accompanying materials +# Copyright (c) 2008, Apple Inc. All rights reserved.
+# 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 @@ -36,7 +36,8 @@ MdeModulePkg/MdeModulePkg.dec EmbeddedPkg/EmbeddedPkg.dec ArmPkg/ArmPkg.dec - BeagleBoardPkg/BeagleBoardPkg.dec + Omap35xxPkg/Omap35xxPkg.dec + IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec [LibraryClasses] BaseLib @@ -47,21 +48,24 @@ LzmaDecompressLib OmapLib PeCoffGetEntryPointLib + DebugAgentLib [FeaturePcd] gEmbeddedTokenSpaceGuid.PcdCacheEnable [FixedPcd] - gArmTokenSpaceGuid.PcdArmUncachedMemoryMask - + gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize gEmbeddedTokenSpaceGuid.PcdPrePiStackSize gEmbeddedTokenSpaceGuid.PcdPrePiStackBase + gEmbeddedTokenSpaceGuid.PcdMemoryBase + gEmbeddedTokenSpaceGuid.PcdMemorySize + + gOmap35xxTokenSpaceGuid.PcdOmap35xxConsoleUart + gOmap35xxTokenSpaceGuid.PcdOmap35xxFreeTimer - gBeagleBoardTokenSpaceGuid.PcdBeagleConsoleUart - gBeagleBoardTokenSpaceGuid.PcdBeagleFreeTimer - gBeagleBoardTokenSpaceGuid.PcdBeagleBoardIRAMFullSize + gArmTokenSpaceGuid.PcdCpuVectorBaseAddress