public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 0/1] Platform/NXP:LX2160: Update paths to DynamicTables
@ 2024-07-04  8:44 PierreGondois
  2024-07-04  8:44 ` [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 1/1] Platform/NXP:LX2160: Update paths to DynamicTables generators PierreGondois
  2024-07-04 12:55 ` [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 0/1] Platform/NXP:LX2160: Update paths to DynamicTables Sami Mujawar
  0 siblings, 2 replies; 3+ messages in thread
From: PierreGondois @ 2024-07-04  8:44 UTC (permalink / raw)
  To: devel
  Cc: Pierre Gondois, AbdulLateef Attar, Girish Mahadevan, Jeff Brasen,
	Jeshua Smith, Leif Lindholm, Meenakshi Aggarwal, Sami Mujawar,
	Sunil V L, Yeo Reum Yun

From: Pierre Gondois <pierre.gondois@arm.com>

Additional patch to appply on top of:
- [platforms/devel-dynamictables-reorg PATCH 00/14] Platform: N1Sdp,Morello,NXP: Move DynamicTablesPkg obj to Arch Common 
  https://edk2.groups.io/g/devel/message/119520

Cc: AbdulLateef Attar <AbdulLateef.Attar@amd.com>
Cc: Girish Mahadevan <gmahadevan@nvidia.com>
Cc: Jeff Brasen <jbrasen@nvidia.com>
Cc: Jeshua Smith <jeshuas@nvidia.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
Cc: Pierre Gondois <pierre.gondois@arm.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Sunil V L <sunilvl@ventanamicro.com>
Cc: Yeo Reum Yun <YeoReum.Yun@arm.com>


Pierre Gondois (1):
  Platform/NXP:LX2160: Update paths to DynamicTables generators

 Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.dsc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119790): https://edk2.groups.io/g/devel/message/119790
Mute This Topic: https://groups.io/mt/107034618/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 1/1] Platform/NXP:LX2160: Update paths to DynamicTables generators
  2024-07-04  8:44 [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 0/1] Platform/NXP:LX2160: Update paths to DynamicTables PierreGondois
@ 2024-07-04  8:44 ` PierreGondois
  2024-07-04 12:55 ` [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 0/1] Platform/NXP:LX2160: Update paths to DynamicTables Sami Mujawar
  1 sibling, 0 replies; 3+ messages in thread
From: PierreGondois @ 2024-07-04  8:44 UTC (permalink / raw)
  To: devel
  Cc: Pierre Gondois, AbdulLateef Attar, Girish Mahadevan, Jeff Brasen,
	Jeshua Smith, Leif Lindholm, Meenakshi Aggarwal, Sami Mujawar,
	Sunil V L, Yeo Reum Yun, Pierre Gondois

From: Pierre Gondois <pierre.gondois@arm.com>

Update the paths to some DynamicTables generators to reflect
the change done in the patch from the edk2 repository:
  DynamicTablesPkg: Acpi: Move generic libraries to common folder

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
---
 Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.dsc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.dsc b/Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.dsc
index 112f6cc1a4e8..800bb33ac2b7 100644
--- a/Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.dsc
+++ b/Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.dsc
@@ -78,11 +78,11 @@ [Components.common]
   !if $(DYNAMIC_ACPI_ENABLE) == TRUE
     DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf {
       <LibraryClasses>
-        NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiFadtLibArm/AcpiFadtLibArm.inf
+        NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib/AcpiFadtLib.inf
         NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiGtdtLibArm/AcpiGtdtLibArm.inf
         NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiMadtLibArm/AcpiMadtLibArm.inf
-        NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiMcfgLibArm/AcpiMcfgLibArm.inf
-        NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiSpcrLibArm/AcpiSpcrLibArm.inf
+        NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiMcfgLib/AcpiMcfgLib.inf
+        NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiSpcrLib/AcpiSpcrLib.inf
         NULL|Platform/NXP/LX2160aRdbPkg/AcpiTablesInclude/PlatformAcpiDsdtLib.inf
     }
   !endif
-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119791): https://edk2.groups.io/g/devel/message/119791
Mute This Topic: https://groups.io/mt/107034619/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 0/1] Platform/NXP:LX2160: Update paths to DynamicTables
  2024-07-04  8:44 [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 0/1] Platform/NXP:LX2160: Update paths to DynamicTables PierreGondois
  2024-07-04  8:44 ` [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 1/1] Platform/NXP:LX2160: Update paths to DynamicTables generators PierreGondois
@ 2024-07-04 12:55 ` Sami Mujawar
  1 sibling, 0 replies; 3+ messages in thread
From: Sami Mujawar @ 2024-07-04 12:55 UTC (permalink / raw)
  To: Pierre Gondois, devel@edk2.groups.io
  Cc: AbdulLateef Attar, Girish Mahadevan,
	Jeff Brasen (jbrasen@nvidia.com), Jeshua Smith, Leif Lindholm,
	Meenakshi Aggarwal (meenakshi.aggarwal@nxp.com), Sunil V L,
	Yeo Reum Yun, nd

Hi Pierre,

Thank you for this patch.

Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>

Regards,

Sami Mujawar

On 04/07/2024, 09:44, "Pierre.Gondois@arm.com <mailto:Pierre.Gondois@arm.com>" <Pierre.Gondois@arm.com <mailto:Pierre.Gondois@arm.com>> wrote:


From: Pierre Gondois <pierre.gondois@arm.com <mailto:pierre.gondois@arm.com>>


Additional patch to appply on top of:
- [platforms/devel-dynamictables-reorg PATCH 00/14] Platform: N1Sdp,Morello,NXP: Move DynamicTablesPkg obj to Arch Common 
https://edk2.groups.io/g/devel/message/119520 <https://edk2.groups.io/g/devel/message/119520>


Cc: AbdulLateef Attar <AbdulLateef.Attar@amd.com <mailto:AbdulLateef.Attar@amd.com>>
Cc: Girish Mahadevan <gmahadevan@nvidia.com <mailto:gmahadevan@nvidia.com>>
Cc: Jeff Brasen <jbrasen@nvidia.com <mailto:jbrasen@nvidia.com>>
Cc: Jeshua Smith <jeshuas@nvidia.com <mailto:jeshuas@nvidia.com>>
Cc: Leif Lindholm <quic_llindhol@quicinc.com <mailto:quic_llindhol@quicinc.com>>
Cc: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com <mailto:meenakshi.aggarwal@nxp.com>>
Cc: Pierre Gondois <pierre.gondois@arm.com <mailto:pierre.gondois@arm.com>>
Cc: Sami Mujawar <sami.mujawar@arm.com <mailto:sami.mujawar@arm.com>>
Cc: Sunil V L <sunilvl@ventanamicro.com <mailto:sunilvl@ventanamicro.com>>
Cc: Yeo Reum Yun <YeoReum.Yun@arm.com <mailto:YeoReum.Yun@arm.com>>




Pierre Gondois (1):
Platform/NXP:LX2160: Update paths to DynamicTables generators


Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.dsc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


-- 
2.25.1







-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119796): https://edk2.groups.io/g/devel/message/119796
Mute This Topic: https://groups.io/mt/107034618/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-04 12:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-04  8:44 [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 0/1] Platform/NXP:LX2160: Update paths to DynamicTables PierreGondois
2024-07-04  8:44 ` [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 1/1] Platform/NXP:LX2160: Update paths to DynamicTables generators PierreGondois
2024-07-04 12:55 ` [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 0/1] Platform/NXP:LX2160: Update paths to DynamicTables Sami Mujawar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox