summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Include/Library
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2013-04-14 09:32:45 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2013-04-14 09:32:45 +0000
commit72647f190167a6f7830dc4cd8991aa6c1859d672 (patch)
tree95c6b7dab007905e787edad4b3b4676a5829b4aa /ArmPlatformPkg/Include/Library
parentfaf74130d6312407daa4a9105ccb7abea4cf4c4c (diff)
downloadedk2-72647f190167a6f7830dc4cd8991aa6c1859d672.tar.gz
edk2-72647f190167a6f7830dc4cd8991aa6c1859d672.tar.bz2
edk2-72647f190167a6f7830dc4cd8991aa6c1859d672.zip
ArmPlatformPkg: Remove an unused function.
ArmPlatformGetAdditionalSystemMemory() function wasn't used anywhere in UEFI. This patch deletes it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14270 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Include/Library')
-rw-r--r--ArmPlatformPkg/Include/Library/ArmPlatformLib.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/ArmPlatformPkg/Include/Library/ArmPlatformLib.h b/ArmPlatformPkg/Include/Library/ArmPlatformLib.h
index 7bbd966470..3f6c1517b0 100644
--- a/ArmPlatformPkg/Include/Library/ArmPlatformLib.h
+++ b/ArmPlatformPkg/Include/Library/ArmPlatformLib.h
@@ -98,21 +98,6 @@ ArmPlatformGetVirtualMemoryMap (
);
/**
- Return the EFI Memory Map of your platform
-
- This EFI Memory Map of the System Memory is used by MemoryInitPei module to create the Resource
- Descriptor HOBs used by DXE core.
-
- @param[out] EfiMemoryMap Array of ARM_SYSTEM_MEMORY_REGION_DESCRIPTOR describing an
- EFI Memory region. This array must be ended by a zero-filled entry
-
-**/
-EFI_STATUS
-ArmPlatformGetAdditionalSystemMemory (
- OUT ARM_SYSTEM_MEMORY_REGION_DESCRIPTOR** EfiMemoryMap
- );
-
-/**
Return the Platform specific PPIs
This function exposes the Platform Specific PPIs. They can be used by any PrePi modules or passed