mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
faf74130d6
commit
72647f1901
|
@ -114,21 +114,3 @@ ArmPlatformGetVirtualMemoryMap (
|
||||||
|
|
||||||
*VirtualMemoryMap = VirtualMemoryTable;
|
*VirtualMemoryMap = VirtualMemoryTable;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
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 EFI_UNSUPPORTED;
|
|
||||||
}
|
|
||||||
|
|
|
@ -174,21 +174,3 @@ ArmPlatformGetVirtualMemoryMap (
|
||||||
|
|
||||||
*VirtualMemoryMap = VirtualMemoryTable;
|
*VirtualMemoryMap = VirtualMemoryTable;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
Return the EFI Memory Map provided by extension memory on 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 EFI_UNSUPPORTED;
|
|
||||||
}
|
|
||||||
|
|
|
@ -117,21 +117,3 @@ ArmPlatformGetVirtualMemoryMap (
|
||||||
|
|
||||||
*VirtualMemoryMap = VirtualMemoryTable;
|
*VirtualMemoryMap = VirtualMemoryTable;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
Return the EFI Memory Map provided by extension memory on 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 EFI_UNSUPPORTED;
|
|
||||||
}
|
|
||||||
|
|
|
@ -126,22 +126,3 @@ ArmPlatformGetVirtualMemoryMap (
|
||||||
|
|
||||||
*VirtualMemoryMap = VirtualMemoryTable;
|
*VirtualMemoryMap = VirtualMemoryTable;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
Return the EFI Memory Map provided by extension memory on 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.
|
|
||||||
TODO: CompleteMe .... say this is the memory not covered by the System Memory PCDs
|
|
||||||
|
|
||||||
@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 EFI_UNSUPPORTED;
|
|
||||||
}
|
|
||||||
|
|
|
@ -97,21 +97,6 @@ ArmPlatformGetVirtualMemoryMap (
|
||||||
OUT ARM_MEMORY_REGION_DESCRIPTOR** VirtualMemoryMap
|
OUT ARM_MEMORY_REGION_DESCRIPTOR** VirtualMemoryMap
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
|
||||||
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
|
Return the Platform specific PPIs
|
||||||
|
|
||||||
|
|
|
@ -32,21 +32,3 @@ ArmPlatformGetVirtualMemoryMap (
|
||||||
{
|
{
|
||||||
ASSERT(0);
|
ASSERT(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
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 EFI_UNSUPPORTED;
|
|
||||||
}
|
|
||||||
|
|
|
@ -82,21 +82,3 @@ ArmPlatformGetVirtualMemoryMap (
|
||||||
|
|
||||||
*VirtualMemoryMap = VirtualMemoryTable;
|
*VirtualMemoryMap = VirtualMemoryTable;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
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 EFI_UNSUPPORTED;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue