From: Pankaj Bansal <[email protected]> The SocLib contains code specific to an Soc. it should be part of SOC package. Therefore, move the SocLib to Soc Package. Since we are moving the files to Soc Package, no need to mention the Soc name in file names. Their location is enough to indicate for which Soc the files are.
Signed-off-by: Pankaj Bansal <[email protected]> Reviewed-by: Leif Lindholm <[email protected]> --- Notes: - No change Silicon/NXP/LS1043A/LS1043A.dsc.inc | 2 +- Silicon/NXP/{Library/SocLib/LS1043aSocLib.inf => LS1043A/Library/SocLib/SocLib.inf} | 2 +- Silicon/NXP/{Library/SocLib/Chassis2/Soc.c => LS1043A/Library/SocLib/SocLib.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Silicon/NXP/LS1043A/LS1043A.dsc.inc b/Silicon/NXP/LS1043A/LS1043A.dsc.inc index ea0854f967a3..67f5ba68dcd5 100644 --- a/Silicon/NXP/LS1043A/LS1043A.dsc.inc +++ b/Silicon/NXP/LS1043A/LS1043A.dsc.inc @@ -10,7 +10,7 @@ !include Silicon/NXP/Chassis2/Chassis2.dsc.inc [LibraryClasses.common] - SocLib|Silicon/NXP/Library/SocLib/LS1043aSocLib.inf + SocLib|Silicon/NXP/LS1043A/Library/SocLib/SocLib.inf SerialPortLib|Silicon/NXP/Library/DUartPortLib/DUartPortLib.inf ################################################################################ diff --git a/Silicon/NXP/Library/SocLib/LS1043aSocLib.inf b/Silicon/NXP/LS1043A/Library/SocLib/SocLib.inf similarity index 92% rename from Silicon/NXP/Library/SocLib/LS1043aSocLib.inf rename to Silicon/NXP/LS1043A/Library/SocLib/SocLib.inf index 1d042bbfc4e4..3d0f988e1c67 100644 --- a/Silicon/NXP/Library/SocLib/LS1043aSocLib.inf +++ b/Silicon/NXP/LS1043A/Library/SocLib/SocLib.inf @@ -24,4 +24,4 @@ DebugLib [Sources.common] - Chassis2/Soc.c + SocLib.c diff --git a/Silicon/NXP/Library/SocLib/Chassis2/Soc.c b/Silicon/NXP/LS1043A/Library/SocLib/SocLib.c similarity index 100% rename from Silicon/NXP/Library/SocLib/Chassis2/Soc.c rename to Silicon/NXP/LS1043A/Library/SocLib/SocLib.c -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#57324): https://edk2.groups.io/g/devel/message/57324 Mute This Topic: https://groups.io/mt/73008831/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
