]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmbeddedPkg: remove unused PrePiHobListPointerLib
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 24 Oct 2016 16:52:11 +0000 (17:52 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 28 Oct 2016 12:51:35 +0000 (13:51 +0100)
Remove this unused version: all existing platforms use the one under
ArmPlatformPkg instead.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
EmbeddedPkg/EmbeddedPkg.dec
EmbeddedPkg/EmbeddedPkg.dsc
EmbeddedPkg/Library/PrePiHobListPointerLib/PrePiHobListPointer.c [deleted file]
EmbeddedPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf [deleted file]
Omap35xxPkg/Omap35xxPkg.dsc

index 775d863c5f64c258c4c5269f733d07ef73df087a..2c2cf41103c282103c2a83ad9a105d0f6ac2e9a3 100644 (file)
@@ -97,7 +97,6 @@
   gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000|UINT32|0x00000009\r
   gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"Ebl"|VOID*|0x00000034\r
 \r
-  gEmbeddedTokenSpaceGuid.PcdPrePiHobBase|131072|UINT32|0x00000040\r
   gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0|UINT32|0x0000000b\r
   gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|131072|UINT32|0x0000000c\r
 \r
index cd1f6df06b24252816a018c58aaee14323daedcc..5224bcefa9c73468fbf9509d46381e0aee1af7e6 100644 (file)
   gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07\r
   gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000\r
 \r
-  gEmbeddedTokenSpaceGuid.PcdPrePiHobBase|0\r
   gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0\r
   gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0\r
 \r
diff --git a/EmbeddedPkg/Library/PrePiHobListPointerLib/PrePiHobListPointer.c b/EmbeddedPkg/Library/PrePiHobListPointerLib/PrePiHobListPointer.c
deleted file mode 100644 (file)
index 9065b11..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-/** @file\r
-*\r
-*  Copyright (c) 2011, ARM Limited. All rights reserved.\r
-*\r
-*  This program and the accompanying materials\r
-*  are licensed and made available under the terms and conditions of the BSD License\r
-*  which accompanies this distribution.  The full text of the license may be found at\r
-*  http://opensource.org/licenses/bsd-license.php\r
-*\r
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-*\r
-**/\r
-\r
-#include <PiPei.h>\r
-#include <Library/PrePiHobListPointerLib.h>\r
-#include <Library/DebugLib.h>\r
-#include <Library/PcdLib.h>\r
-\r
-//\r
-// Have to use build system to set the original value in case we are running\r
-// from FLASH and globals don't work. So if you do a GetHobList() and gHobList\r
-// and gHobList is NULL the PCD default values are used.\r
-//\r
-VOID *gHobList = NULL;\r
-\r
-\r
-/**\r
-  Returns the pointer to the HOB list.\r
-\r
-  This function returns the pointer to first HOB in the list.\r
-\r
-  @return The pointer to the HOB list.\r
-\r
-**/\r
-VOID *\r
-EFIAPI\r
-PrePeiGetHobList (\r
-  VOID\r
-  )\r
-{\r
-  if (gHobList == NULL) {\r
-    return (VOID *)*(UINTN*)PcdGet32 (PcdPrePiHobBase);\r
-  } else {\r
-    return gHobList;\r
-  }\r
-}\r
-\r
-\r
-\r
-/**\r
-  Updates the pointer to the HOB list.\r
-\r
-  @param  HobList       Hob list pointer to store\r
-\r
-**/\r
-EFI_STATUS\r
-EFIAPI\r
-PrePeiSetHobList (\r
-  IN  VOID      *HobList\r
-  )\r
-{\r
-  gHobList = HobList;\r
-\r
-  //\r
-  // If this code is running from ROM this could fail\r
-  //\r
-  return (gHobList == HobList) ? EFI_SUCCESS: EFI_UNSUPPORTED;\r
-}\r
diff --git a/EmbeddedPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf b/EmbeddedPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
deleted file mode 100644 (file)
index bfd3c20..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-#/** @file\r
-#\r
-#  Copyright (c) 2011, ARM Limited. All rights reserved.\r
-#\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#**/\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = PrePiHobListPointerLib\r
-  FILE_GUID                      = 7a6a7fc0-5ee0-11e0-b47f-0002a5d5c51b\r
-  MODULE_TYPE                    = BASE\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = PrePiHobListPointerLib\r
-\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)\r
-#\r
-\r
-[Sources]\r
-  PrePiHobListPointer.c\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  EmbeddedPkg/EmbeddedPkg.dec\r
-\r
-[LibraryClasses]\r
-  #DebugLib\r
-\r
-[FixedPcd.common]\r
-  gEmbeddedTokenSpaceGuid.PcdPrePiHobBase\r
index 580be4d6340c521e5c5555478eb152424ae85b5a..4a3317f255f6acd7b344d2c2846db8e330a853aa 100644 (file)
 \r
   gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|0\r
   gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize|0\r
-  gEmbeddedTokenSpaceGuid.PcdPrePiHobBase|0x80001000\r
   gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0x87FE0000 # stack at top of memory\r
   gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0x20000  # 128K stack\r
   gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80000000\r