]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
ArmPlatformPkg: remove ArmJunoPkg
[mirror_edk2.git] / ArmPlatformPkg / ArmJunoPkg / Drivers / ArmJunoDxe / ArmJunoDxe.inf
diff --git a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
deleted file mode 100644 (file)
index 0fc8bd8..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-#\r
-#  Copyright (c) 2013-2015, 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
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = ArmJunoDxe\r
-  FILE_GUID                      = 1484ebe8-2681-45f1-a2e5-12ecad893b62\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = ArmJunoEntryPoint\r
-\r
-[Sources.common]\r
-  AcpiTables.c\r
-  ArmJunoDxe.c\r
-\r
-[Packages]\r
-  ArmPkg/ArmPkg.dec\r
-  ArmPlatformPkg/ArmPlatformPkg.dec\r
-  ArmPlatformPkg/ArmVExpressPkg/ArmVExpressPkg.dec\r
-  ArmPlatformPkg/ArmJunoPkg/ArmJuno.dec\r
-  EmbeddedPkg/EmbeddedPkg.dec\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-\r
-[LibraryClasses]\r
-  AcpiLib\r
-  ArmLib\r
-  ArmShellCmdRunAxfLib\r
-  BaseMemoryLib\r
-  DebugLib\r
-  DxeServicesTableLib\r
-  IoLib\r
-  NonDiscoverableDeviceRegistrationLib\r
-  PcdLib\r
-  PrintLib\r
-  SerialPortLib\r
-  UefiBootServicesTableLib\r
-  UefiRuntimeServicesTableLib\r
-  UefiLib\r
-  UefiDriverEntryPoint\r
-\r
-[Guids]\r
-  gEfiEndOfDxeEventGroupGuid\r
-  gEfiFileInfoGuid\r
-\r
-[Protocols]\r
-  gEfiBlockIoProtocolGuid\r
-  gEfiDevicePathFromTextProtocolGuid\r
-  gEfiPciIoProtocolGuid\r
-  gEfiPciRootBridgeIoProtocolGuid\r
-  gEfiSimpleFileSystemProtocolGuid\r
-  gEfiAcpiTableProtocolGuid\r
-\r
-[FixedPcd]\r
-  gArmTokenSpaceGuid.PcdSystemMemoryBase\r
-  gArmTokenSpaceGuid.PcdSystemMemorySize\r
-\r
-  gArmTokenSpaceGuid.PcdHypFvBaseAddress\r
-  gArmTokenSpaceGuid.PcdHypFvSize\r
-\r
-  gArmJunoTokenSpaceGuid.PcdSynopsysUsbEhciBaseAddress\r
-  gArmJunoTokenSpaceGuid.PcdSynopsysUsbOhciBaseAddress\r
-\r
-  gArmJunoTokenSpaceGuid.PcdJunoFdtDevicePath\r
-\r
-  gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath\r
-  gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument\r
-\r
-  # PCI Root complex specific PCDs\r
-  gArmJunoTokenSpaceGuid.PcdPciConfigurationSpaceBaseAddress\r
-  gArmTokenSpaceGuid.PcdPciBusMin\r
-  gArmTokenSpaceGuid.PcdPciBusMax\r
-\r
-[Pcd]\r
-  gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration\r
-\r
-[Depex]\r
-  # We depend on these protocols to create the default boot entries\r
-  gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r