summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Include/Library
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-30 13:54:15 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-30 16:08:29 +0000
commitd4708314621458e6b4abb58f1629b0f753b17b66 (patch)
treebe9cf38383a4f1a8a5e5920b269113e9830a2e36 /ArmPlatformPkg/Include/Library
parentcd2de38ba485bdfbdf04a4b5622780e09867bedf (diff)
downloadedk2-d4708314621458e6b4abb58f1629b0f753b17b66.tar.gz
edk2-d4708314621458e6b4abb58f1629b0f753b17b66.tar.bz2
edk2-d4708314621458e6b4abb58f1629b0f753b17b66.zip
ArmPlatformPkg/ArmPlatformLib: remove ARM_SYSTEM_MEMORY_REGION_DESCRIPTOR
The ARM_SYSTEM_MEMORY_REGION_DESCRIPTOR struct type is defined but never used anywhere. So remove it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPlatformPkg/Include/Library')
-rw-r--r--ArmPlatformPkg/Include/Library/ArmPlatformLib.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ArmPlatformPkg/Include/Library/ArmPlatformLib.h b/ArmPlatformPkg/Include/Library/ArmPlatformLib.h
index 77561a3d05..c74d53506f 100644
--- a/ArmPlatformPkg/Include/Library/ArmPlatformLib.h
+++ b/ArmPlatformPkg/Include/Library/ArmPlatformLib.h
@@ -28,19 +28,6 @@
#include <Library/ArmLib.h>
/**
- This structure is used to describe a region of the EFI memory map
-
- Every EFI regions of the system memory described by their physical start address and their size
- can have different attributes. Some regions can be tested and other untested.
-
-**/
-typedef struct {
- EFI_RESOURCE_ATTRIBUTE_TYPE ResourceAttribute;
- EFI_PHYSICAL_ADDRESS PhysicalStart;
- UINT64 NumberOfBytes;
-} ARM_SYSTEM_MEMORY_REGION_DESCRIPTOR;
-
-/**
Return the core position from the value of its MpId register
This function returns the core position from the position 0 in the processor.