diff options
author | Gao, Liming <liming.gao@intel.com> | 2014-09-03 08:48:29 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-09-03 08:48:29 +0000 |
commit | 0ac6a4df5575b4034f3ba5b1904f2eb274042767 (patch) | |
tree | 6648408df0939077fa7de55555f2f3b0655f869a /PcAtChipsetPkg | |
parent | 46dd58879de57e4f395e3245108fff85bb5ee871 (diff) | |
download | edk2-platforms-0ac6a4df5575b4034f3ba5b1904f2eb274042767.tar.xz |
PcAtChipsetPkg: Convert non DOS format files to DOS format and rename the same module name.
1. Module UNI and Package UNI files are not DOS format. Convert them to DOS format.
2. BaseAcpiTimerLib and DxeAcpiTimerLib has the same module name. Update them to the different name, and add the module uni file with the updated module name.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gao, Liming <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16046 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PcAtChipsetPkg')
16 files changed, 6 insertions, 6 deletions
diff --git a/PcAtChipsetPkg/8254TimerDxe/Timer.uni b/PcAtChipsetPkg/8254TimerDxe/Timer.uni Binary files differindex abcecbf747..aea2e7328e 100644 --- a/PcAtChipsetPkg/8254TimerDxe/Timer.uni +++ b/PcAtChipsetPkg/8254TimerDxe/Timer.uni diff --git a/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni b/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni Binary files differindex 1eae4f664c..812f5e4b9f 100644 --- a/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni +++ b/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni diff --git a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni Binary files differindex 89bdb2b931..185c538f73 100644 --- a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni +++ b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni diff --git a/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni b/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni Binary files differindex 766d1a689d..1d0d88c080 100644 --- a/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni +++ b/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni diff --git a/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.uni b/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.uni Binary files differindex cdccad7032..5aaf43692b 100644 --- a/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.uni +++ b/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.uni diff --git a/PcAtChipsetPkg/KbcResetDxe/KbcReset.uni b/PcAtChipsetPkg/KbcResetDxe/KbcReset.uni Binary files differindex a0dd20b286..7c1591f3d7 100644 --- a/PcAtChipsetPkg/KbcResetDxe/KbcReset.uni +++ b/PcAtChipsetPkg/KbcResetDxe/KbcReset.uni diff --git a/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf b/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf index 0a9df954e9..fcd7814a57 100644 --- a/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf +++ b/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf @@ -1,5 +1,5 @@ ## @file
-# ACPI Timer Library
+# Base ACPI Timer Library
#
# Provides basic timer support using the ACPI timer hardware. The performance
# counter features are provided by the processors time stamp counter.
@@ -17,13 +17,13 @@ [Defines]
INF_VERSION = 0x00010005
- BASE_NAME = AcpiTimerLib
+ BASE_NAME = BaseAcpiTimerLib
FILE_GUID = 564DE85F-049E-4481-BF7A-CA04D2788CF9
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = TimerLib|SEC PEI_CORE PEIM
CONSTRUCTOR = AcpiTimerLibConstructor
- MODULE_UNI_FILE = AcpiTimerLibModStrs.uni
+ MODULE_UNI_FILE = BaseAcpiTimerLib.uni
[Sources]
AcpiTimerLib.c
diff --git a/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLibModStrs.uni b/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.uni Binary files differindex 27d3d880af..a3d8f3c1ec 100644 --- a/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLibModStrs.uni +++ b/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.uni diff --git a/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf b/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf index 935edf61d9..5c8a8e6852 100644 --- a/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf +++ b/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf @@ -1,5 +1,5 @@ ## @file
-# ACPI Timer Library
+# DXE ACPI Timer Library
#
# Provides basic timer support using the ACPI timer hardware. The performance
# counter features are provided by the processors time stamp counter.
@@ -17,13 +17,13 @@ [Defines]
INF_VERSION = 0x00010005
- BASE_NAME = AcpiTimerLib
+ BASE_NAME = DxeAcpiTimerLib
FILE_GUID = E624B98C-845A-4b94-9B50-B20475D552B9
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = TimerLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE
CONSTRUCTOR = AcpiTimerLibConstructor
- MODULE_UNI_FILE = AcpiTimerLibModStrs.uni
+ MODULE_UNI_FILE = DxeAcpiTimerLib.uni
[Sources]
AcpiTimerLib.c
diff --git a/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.uni b/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.uni Binary files differindex 15b81a4f11..d56eb31845 100644 --- a/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.uni +++ b/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.uni diff --git a/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.uni b/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.uni Binary files differindex ee7eabf27e..15f284038a 100644 --- a/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.uni +++ b/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.uni diff --git a/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.uni b/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.uni Binary files differindex 84b4788aa8..79868be6de 100644 --- a/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.uni +++ b/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.uni diff --git a/PcAtChipsetPkg/Library/SerialIoLib/PcAtSerialPortLib.uni b/PcAtChipsetPkg/Library/SerialIoLib/PcAtSerialPortLib.uni Binary files differindex c93e64f167..decd83fe44 100644 --- a/PcAtChipsetPkg/Library/SerialIoLib/PcAtSerialPortLib.uni +++ b/PcAtChipsetPkg/Library/SerialIoLib/PcAtSerialPortLib.uni diff --git a/PcAtChipsetPkg/PcAtChipsetPkg.uni b/PcAtChipsetPkg/PcAtChipsetPkg.uni Binary files differindex 959616a082..13bb48f6fd 100644 --- a/PcAtChipsetPkg/PcAtChipsetPkg.uni +++ b/PcAtChipsetPkg/PcAtChipsetPkg.uni diff --git a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.uni b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.uni Binary files differindex 27f278a3c6..8c61c4e146 100644 --- a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.uni +++ b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.uni diff --git a/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridge.uni b/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridge.uni Binary files differindex acc30c6d13..b87718fd78 100644 --- a/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridge.uni +++ b/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridge.uni |