]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/ArmPlatformLib: remove ARM_SYSTEM_MEMORY_REGION_DESCRIPTOR
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 30 Nov 2017 13:54:15 +0000 (13:54 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 30 Nov 2017 16:08:29 +0000 (16:08 +0000)
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>
ArmPlatformPkg/Include/Library/ArmPlatformLib.h

index 77561a3d05b3dcdafd2e8a27b6cdb87ec057afbf..c74d53506feeba06f4a176c126c8e3a8525f23ac 100644 (file)
 \r
 #include <Library/ArmLib.h>\r
 \r
 \r
 #include <Library/ArmLib.h>\r
 \r
-/**\r
-  This structure is used to describe a region of the EFI memory map\r
-\r
-  Every EFI regions of the system memory described by their physical start address and their size\r
-  can have different attributes. Some regions can be tested and other untested.\r
-\r
-**/\r
-typedef struct {\r
-  EFI_RESOURCE_ATTRIBUTE_TYPE  ResourceAttribute;\r
-  EFI_PHYSICAL_ADDRESS         PhysicalStart;\r
-  UINT64                       NumberOfBytes;\r
-} ARM_SYSTEM_MEMORY_REGION_DESCRIPTOR;\r
-\r
 /**\r
   Return the core position from the value of its MpId register\r
 \r
 /**\r
   Return the core position from the value of its MpId register\r
 \r