PlatformLibMem.c file is going to be different for Morello FVP and Morello SoC platforms since the virtual memory mapping is different so the file PlatformLibMem.c is renamed as PlatformLibMemFvp.c and PlatformLib.inf is renamed as PlatformLibFvp.inf.
Signed-off-by: Chandni Cherukuri <chandni.cheruk...@arm.com> --- Platform/ARM/Morello/Library/PlatformLib/{PlatformLib.inf => PlatformLibFvp.inf} | 4 ++-- Platform/ARM/Morello/Library/PlatformLib/{PlatformLibMem.c => PlatformLibMemFvp.c} | 0 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/ARM/Morello/Library/PlatformLib/PlatformLib.inf b/Platform/ARM/Morello/Library/PlatformLib/PlatformLibFvp.inf similarity index 91% rename from Platform/ARM/Morello/Library/PlatformLib/PlatformLib.inf rename to Platform/ARM/Morello/Library/PlatformLib/PlatformLibFvp.inf index c2d7da3701d2..d4c8744c0954 100644 --- a/Platform/ARM/Morello/Library/PlatformLib/PlatformLib.inf +++ b/Platform/ARM/Morello/Library/PlatformLib/PlatformLibFvp.inf @@ -1,5 +1,5 @@ ## @file -# Platform Library for Morello platform. +# Platform Library for Morello FVP platform. # # Copyright (c) 2021, ARM Limited. All rights reserved.<BR> # @@ -24,7 +24,7 @@ [Sources.common] PlatformLib.c - PlatformLibMem.c + PlatformLibMemFvp.c [Sources.AARCH64] AArch64/Helper.S | GCC diff --git a/Platform/ARM/Morello/Library/PlatformLib/PlatformLibMem.c b/Platform/ARM/Morello/Library/PlatformLib/PlatformLibMemFvp.c similarity index 100% rename from Platform/ARM/Morello/Library/PlatformLib/PlatformLibMem.c rename to Platform/ARM/Morello/Library/PlatformLib/PlatformLibMemFvp.c -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#84340): https://edk2.groups.io/g/devel/message/84340 Mute This Topic: https://groups.io/mt/87497019/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-