public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms v1 0/2] Merge ASL and CfgMngr directories
@ 2020-07-24 15:47 PierreGondois
  2020-07-24 15:47 ` [PATCH edk2-platforms v1 1/2] Platform/ARM/Juno: " PierreGondois
  2020-07-24 15:47 ` [PATCH edk2-platforms v1 2/2] Platform/ARM/VExpressPkg: " PierreGondois
  0 siblings, 2 replies; 3+ messages in thread
From: PierreGondois @ 2020-07-24 15:47 UTC (permalink / raw)
  To: devel
  Cc: Pierre Gondois, leif, Arvind.Chauhan, thomas.abraham,
	sami.mujawar, nd

Merge the PlatformASLTablesLib and ConfigurationManagerDxe
directories on the Juno and VExpress plarforms. The
PlatformASLTablesLib directory used to be a separated module
to build ASL files independantly. This is not necessary anymore.

Pierre Gondois (2):
  Platform/ARM/Juno: Merge ASL and CfgMngr directories
  Platform/ARM/VExpressPkg: Merge ASL and CfgMngr directories

 Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManager.dsc.inc                                                | 10 +----
 Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManager.dsc.inc                                            | 10 +----
 Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf                         |  7 +++-
 Platform/ARM/JunoPkg/ConfigurationManager/PlatformASLTablesLib/PlatformASLTablesLib.inf                               | 39 --------------------
 Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf                     |  4 +-
 Platform/ARM/VExpressPkg/ConfigurationManager/PlatformASLTablesLib/PlatformASLTablesLib.inf                           | 29 ---------------
 Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.h                              | 11 +++++-
 Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.h                          |  8 +++-
 Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c                              |  8 +---
 Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c                          |  5 +--
 Platform/ARM/JunoPkg/ConfigurationManager/{PlatformASLTablesLib => ConfigurationManagerDxe/AslTables}/Dsdt.asl        |  0
 Platform/ARM/JunoPkg/ConfigurationManager/{PlatformASLTablesLib => ConfigurationManagerDxe/AslTables}/SsdtJunoUsb.asl |  0
 Platform/ARM/JunoPkg/ConfigurationManager/{PlatformASLTablesLib => ConfigurationManagerDxe/AslTables}/SsdtPci.asl     |  0
 Platform/ARM/JunoPkg/ConfigurationManager/{PlatformASLTablesLib => ConfigurationManagerDxe/AslTables}/SsdtUart.asl    |  0
 Platform/ARM/VExpressPkg/ConfigurationManager/{PlatformASLTablesLib => ConfigurationManagerDxe/AslTables}/Dsdt.asl    |  0
 15 files changed, 30 insertions(+), 101 deletions(-)
 delete mode 100644 Platform/ARM/JunoPkg/ConfigurationManager/PlatformASLTablesLib/PlatformASLTablesLib.inf
 delete mode 100644 Platform/ARM/VExpressPkg/ConfigurationManager/PlatformASLTablesLib/PlatformASLTablesLib.inf
 rename Platform/ARM/JunoPkg/ConfigurationManager/{PlatformASLTablesLib => ConfigurationManagerDxe/AslTables}/Dsdt.asl (100%)
 rename Platform/ARM/JunoPkg/ConfigurationManager/{PlatformASLTablesLib => ConfigurationManagerDxe/AslTables}/SsdtJunoUsb.asl (100%)
 rename Platform/ARM/JunoPkg/ConfigurationManager/{PlatformASLTablesLib => ConfigurationManagerDxe/AslTables}/SsdtPci.asl (100%)
 rename Platform/ARM/JunoPkg/ConfigurationManager/{PlatformASLTablesLib => ConfigurationManagerDxe/AslTables}/SsdtUart.asl (100%)
 rename Platform/ARM/VExpressPkg/ConfigurationManager/{PlatformASLTablesLib => ConfigurationManagerDxe/AslTables}/Dsdt.asl (100%)

-- 
'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'


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

end of thread, other threads:[~2020-07-24 15:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-24 15:47 [PATCH edk2-platforms v1 0/2] Merge ASL and CfgMngr directories PierreGondois
2020-07-24 15:47 ` [PATCH edk2-platforms v1 1/2] Platform/ARM/Juno: " PierreGondois
2020-07-24 15:47 ` [PATCH edk2-platforms v1 2/2] Platform/ARM/VExpressPkg: " PierreGondois

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