From 5999b89e22d359fb456afc946937f9af41ec5614 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Tue, 15 Dec 2015 04:59:14 +0000 Subject: UefiCpuPkg: Convert all .uni files to utf-8 To convert these files I ran: $ python3 BaseTools/Scripts/ConvertUni.py UefiCpuPkg Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen Reviewed-by: Michael Kinney Reviewed-by: Jeff Fan git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19264 6f19259b-4bc3-4df7-8a09-765794883524 --- UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni | Bin 1826 -> 912 bytes UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni | Bin 1962 -> 980 bytes .../Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni | Bin 2136 -> 1067 bytes .../DxeCpuExceptionHandlerLib.uni | Bin 1810 -> 904 bytes .../SecPeiCpuExceptionHandlerLib.uni | Bin 1842 -> 920 bytes .../SmmCpuExceptionHandlerLib.uni | Bin 1810 -> 904 bytes UefiCpuPkg/Library/MtrrLib/MtrrLib.uni | Bin 1736 -> 867 bytes .../Library/PlatformSecLibNull/PlatformSecLibNull.uni | Bin 1644 -> 821 bytes .../SecPeiDxeTimerLibUefiCpu.uni | Bin 4168 -> 2083 bytes .../Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.uni | Bin 1672 -> 835 bytes .../SmmCpuPlatformHookLibNull.uni | Bin 1604 -> 801 bytes 11 files changed, 0 insertions(+), 0 deletions(-) (limited to 'UefiCpuPkg/Library') diff --git a/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni index 951fd46a83..1a1c0d2411 100644 Binary files a/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni and b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni differ diff --git a/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni b/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni index 0a9d254661..49b05e6cec 100644 Binary files a/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni and b/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni differ diff --git a/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni b/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni index a46183c090..97f62273ba 100644 Binary files a/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni and b/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni differ diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni index dd98f5d665..d59ad7fed0 100644 Binary files a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni and b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni differ diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.uni b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.uni index e5530f451e..b808c812f2 100644 Binary files a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.uni and b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.uni differ diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni index 1d348931d8..a835101a2d 100644 Binary files a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni and b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni differ diff --git a/UefiCpuPkg/Library/MtrrLib/MtrrLib.uni b/UefiCpuPkg/Library/MtrrLib/MtrrLib.uni index b04a44fe57..34753a089a 100644 Binary files a/UefiCpuPkg/Library/MtrrLib/MtrrLib.uni and b/UefiCpuPkg/Library/MtrrLib/MtrrLib.uni differ diff --git a/UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.uni b/UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.uni index 352ede7190..d7212f0351 100644 Binary files a/UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.uni and b/UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.uni differ diff --git a/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.uni b/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.uni index 9d100b96ab..da9e4d8191 100644 Binary files a/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.uni and b/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.uni differ diff --git a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.uni b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.uni index 594062cd0b..322aa8bb5a 100644 Binary files a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.uni and b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.uni differ diff --git a/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.uni b/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.uni index 9935934a35..46de9f3494 100644 Binary files a/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.uni and b/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.uni differ -- cgit v1.2.3