From 709497d198a6024ce8872477cc4108c67cd4813d Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Thu, 31 Mar 2011 12:55:48 +0000 Subject: ArmPkg: Fix ArmPkg.dsc and ArmVExpress-CTA9x4.dsc builds - There were some missing and duplicate files in ArmPkg.dsc - PL301Axi.h was missing to build ArmVExpress-CTA9x4 build Note: PL34xDmc has been temporary removed from ArmPkg just the time to fix its dependency on ArmPlatform.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11488 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPkg/ArmPkg.dsc | 5 +++-- ArmPkg/Include/Drivers/PL301Axi.h | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 ArmPkg/Include/Drivers/PL301Axi.h (limited to 'ArmPkg') diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc index 624473726c..99ff4d52cd 100644 --- a/ArmPkg/ArmPkg.dsc +++ b/ArmPkg/ArmPkg.dsc @@ -47,6 +47,7 @@ BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf + HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf @@ -71,7 +72,7 @@ ArmMPCoreMailBoxLib|ArmPkg/Library/ArmMPCoreMailBoxLib/ArmMPCoreMailBoxLib.inf PL354SmcSecLib|ArmPkg/Drivers/PL35xSmc/PL354SmcSec.inf - PL341DmcLib|ArmPkg/Drivers/PL34xDmc/PL341Dmc.inf + #PL341DmcLib|ArmPkg/Drivers/PL34xDmc/PL341Dmc.inf PL301AxiLib|ArmPkg/Drivers/PL301Axi/PL301Axi.inf PL310L2CacheSecLib|ArmPkg/Drivers/PL310L2Cache/PL310L2CacheSec.inf @@ -127,7 +128,7 @@ ArmPkg/Drivers/PL180MciDxe/PL180MciDxe.inf ArmPkg/Drivers/PL301Axi/PL301Axi.inf ArmPkg/Drivers/PL310L2Cache/PL310L2CacheSec.inf - ArmPkg/Drivers/PL34xDmc/PL341Dmc.inf + #ArmPkg/Drivers/PL34xDmc/PL341Dmc.inf ArmPkg/Drivers/PL35xSmc/PL354SmcSec.inf ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf ArmPkg/Drivers/PL390Gic/PL390GicNonSec.inf diff --git a/ArmPkg/Include/Drivers/PL301Axi.h b/ArmPkg/Include/Drivers/PL301Axi.h new file mode 100644 index 0000000000..1bf936ff78 --- /dev/null +++ b/ArmPkg/Include/Drivers/PL301Axi.h @@ -0,0 +1,21 @@ +/** @file +* +* Copyright (c) 2011, ARM Limited. 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 +* +* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +* +**/ + +#ifndef PL301AXI_H_ +#define PL301AXI_H_ + +VOID PL301AxiInit(UINTN FAxiBase); + + +#endif /* PL301AXI_H_ */ -- cgit v1.2.3