summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-09-27 16:31:20 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-09-27 16:31:20 +0000
commitbd6b97994ab6219c74033a7e68a503dbb8d56f9f (patch)
treef12d728e3f3e73d5ef1004770e0acf6f053ba358 /ArmPlatformPkg
parent12c5ae238ed1f6fcf2c29fa38d5ff77b15da12c9 (diff)
ArmPkg/ArmLib: Clean ArmV7Lib
- Move the non specific ArmV7 functions to ArmLib. - Clean the ARM Platform common components to not depend on ArmV7 if not required git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12453 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg')
-rwxr-xr-xArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c2
-rw-r--r--ArmPlatformPkg/PrePeiCore/MainMPCore.c2
-rw-r--r--ArmPlatformPkg/PrePeiCore/MainUniCore.c2
-rw-r--r--ArmPlatformPkg/PrePeiCore/PrePeiCore.c1
-rw-r--r--ArmPlatformPkg/PrePi/MainMPCore.c1
-rw-r--r--ArmPlatformPkg/PrePi/PrePi.h2
6 files changed, 0 insertions, 10 deletions
diff --git a/ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c b/ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c
index aee41c247..e5dd29c7e 100755
--- a/ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c
+++ b/ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c
@@ -20,8 +20,6 @@
#include <Library/MemoryAllocationLib.h>
#include <Library/PcdLib.h>
-#include <Chipset/ArmV7.h>
-
VOID
BuildMemoryTypeInformationHob (
VOID
diff --git a/ArmPlatformPkg/PrePeiCore/MainMPCore.c b/ArmPlatformPkg/PrePeiCore/MainMPCore.c
index 9547c1dd6..75b8bb371 100644
--- a/ArmPlatformPkg/PrePeiCore/MainMPCore.c
+++ b/ArmPlatformPkg/PrePeiCore/MainMPCore.c
@@ -16,8 +16,6 @@
#include <Ppi/ArmMpCoreInfo.h>
-#include <Chipset/ArmV7.h>
-
#include "PrePeiCore.h"
/*
diff --git a/ArmPlatformPkg/PrePeiCore/MainUniCore.c b/ArmPlatformPkg/PrePeiCore/MainUniCore.c
index bd984c6e7..65682b155 100644
--- a/ArmPlatformPkg/PrePeiCore/MainUniCore.c
+++ b/ArmPlatformPkg/PrePeiCore/MainUniCore.c
@@ -12,8 +12,6 @@
*
**/
-#include <Chipset/ArmV7.h>
-
#include "PrePeiCore.h"
VOID
diff --git a/ArmPlatformPkg/PrePeiCore/PrePeiCore.c b/ArmPlatformPkg/PrePeiCore/PrePeiCore.c
index 645935f61..3b44e4d5c 100644
--- a/ArmPlatformPkg/PrePeiCore/PrePeiCore.c
+++ b/ArmPlatformPkg/PrePeiCore/PrePeiCore.c
@@ -20,7 +20,6 @@
#include <Library/SerialPortLib.h>
#include <Ppi/ArmGlobalVariable.h>
-#include <Chipset/ArmV7.h>
#include "PrePeiCore.h"
diff --git a/ArmPlatformPkg/PrePi/MainMPCore.c b/ArmPlatformPkg/PrePi/MainMPCore.c
index d0a6cc3de..8d9fbe038 100644
--- a/ArmPlatformPkg/PrePi/MainMPCore.c
+++ b/ArmPlatformPkg/PrePi/MainMPCore.c
@@ -15,7 +15,6 @@
#include "PrePi.h"
#include <Library/ArmGicLib.h>
-#include <Chipset/ArmV7.h>
VOID
PrimaryMain (
diff --git a/ArmPlatformPkg/PrePi/PrePi.h b/ArmPlatformPkg/PrePi/PrePi.h
index 59f597123..73f295c60 100644
--- a/ArmPlatformPkg/PrePi/PrePi.h
+++ b/ArmPlatformPkg/PrePi/PrePi.h
@@ -25,8 +25,6 @@
#include <Library/SerialPortLib.h>
#include <Library/ArmPlatformLib.h>
-#include <Chipset/ArmV7.h>
-
#define SerialPrint(txt) SerialPortWrite (txt, AsciiStrLen(txt)+1);
// Vector Table for PrePi Phase