From 9ddb2a23418d9bddad63ecb8505981db8543e325 Mon Sep 17 00:00:00 2001 From: "Gao, Liming" Date: Thu, 28 Aug 2014 05:11:06 +0000 Subject: UefiCpuPkg: INF/DEC file updates to EDK II packages 2. Add MODULE_UNI_FILE file that contains the localized Abstract and Description of a module. a. Addresses an information gap between INF files and the UEFI Distribution Packaging Specification XML schema b. There will be an associated update to UPT in BaseTools to consume MODULE_UNI_FILE and associated UNI file during UDP creation that performs the INF -> XML conversion. c. There will be an associated update to UPT in BaseTools to produce MODULE_UNI_FILE and associated UNI file during UDP installation that performs the XML -> INF conversion. 3. Add Module Extra UNI file that provides the localized Name of a module. a. [UserExtensions.TianoCore."ExtraFiles"] provides an easy method for a module to specify extra files not listed in [Sources] or [Binaries] sections to be added to a UDP without having to list the files in the UPT package information data file. b. There will be an associated update to UPT in BaseTools to package up files listed in [UserExtensions.TianoCore."ExtraFiles"] during UDP creation. c. UNI file contains localized name of a module to go along with the localized Abstract and Description from the MODULE_UNI_FILE. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming Reviewed-by: Michael Kinney git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15934 6f19259b-4bc3-4df7-8a09-765794883524 --- UefiCpuPkg/CpuDxe/CpuDxe.uni | Bin 0 -> 1722 bytes UefiCpuPkg/CpuDxe/CpuDxeExtra.uni | Bin 0 -> 1352 bytes UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.uni | Bin 0 -> 1918 bytes UefiCpuPkg/CpuIo2Dxe/CpuIo2DxeExtra.uni | Bin 0 -> 1344 bytes UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.uni | Bin 0 -> 1940 bytes UefiCpuPkg/CpuIo2Smm/CpuIo2SmmExtra.uni | Bin 0 -> 1332 bytes UefiCpuPkg/CpuIoPei/CpuIoPei.uni | Bin 0 -> 1862 bytes UefiCpuPkg/CpuIoPei/CpuIoPeiExtra.uni | Bin 0 -> 1336 bytes UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni | Bin 0 -> 1792 bytes UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni | Bin 0 -> 1926 bytes .../Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni | Bin 0 -> 2100 bytes .../CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni | Bin 0 -> 1776 bytes .../SecPeiCpuExceptionHandlerLib.uni | Bin 0 -> 1808 bytes .../CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni | Bin 0 -> 1776 bytes UefiCpuPkg/Library/MtrrLib/MtrrLib.uni | Bin 0 -> 1702 bytes .../SecPeiDxeTimerLibUefiCpu.uni | Bin 0 -> 4116 bytes UefiCpuPkg/ResetVector/FixupVtf/ResetVector.uni | Bin 0 -> 1664 bytes UefiCpuPkg/ResetVector/FixupVtf/ResetVectorExtra.uni | Bin 0 -> 1310 bytes UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.uni | Bin 0 -> 1478 bytes UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVectorExtra.uni | Bin 0 -> 1310 bytes UefiCpuPkg/ResetVector/Vtf0/ResetVector.uni | Bin 0 -> 1454 bytes UefiCpuPkg/ResetVector/Vtf0/ResetVectorExtra.uni | Bin 0 -> 1310 bytes UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.uni | Bin 0 -> 2580 bytes .../Universal/Acpi/S3Resume2Pei/S3Resume2PeiExtra.uni | Bin 0 -> 1354 bytes 24 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 UefiCpuPkg/CpuDxe/CpuDxe.uni create mode 100644 UefiCpuPkg/CpuDxe/CpuDxeExtra.uni create mode 100644 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.uni create mode 100644 UefiCpuPkg/CpuIo2Dxe/CpuIo2DxeExtra.uni create mode 100644 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.uni create mode 100644 UefiCpuPkg/CpuIo2Smm/CpuIo2SmmExtra.uni create mode 100644 UefiCpuPkg/CpuIoPei/CpuIoPei.uni create mode 100644 UefiCpuPkg/CpuIoPei/CpuIoPeiExtra.uni create mode 100644 UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni create mode 100644 UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni create mode 100644 UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni create mode 100644 UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni create mode 100644 UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.uni create mode 100644 UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni create mode 100644 UefiCpuPkg/Library/MtrrLib/MtrrLib.uni create mode 100644 UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.uni create mode 100644 UefiCpuPkg/ResetVector/FixupVtf/ResetVector.uni create mode 100644 UefiCpuPkg/ResetVector/FixupVtf/ResetVectorExtra.uni create mode 100644 UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.uni create mode 100644 UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVectorExtra.uni create mode 100644 UefiCpuPkg/ResetVector/Vtf0/ResetVector.uni create mode 100644 UefiCpuPkg/ResetVector/Vtf0/ResetVectorExtra.uni create mode 100644 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.uni create mode 100644 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2PeiExtra.uni (limited to 'UefiCpuPkg') diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.uni b/UefiCpuPkg/CpuDxe/CpuDxe.uni new file mode 100644 index 000000000..83a86051a Binary files /dev/null and b/UefiCpuPkg/CpuDxe/CpuDxe.uni differ diff --git a/UefiCpuPkg/CpuDxe/CpuDxeExtra.uni b/UefiCpuPkg/CpuDxe/CpuDxeExtra.uni new file mode 100644 index 000000000..0ba595eeb Binary files /dev/null and b/UefiCpuPkg/CpuDxe/CpuDxeExtra.uni differ diff --git a/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.uni b/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.uni new file mode 100644 index 000000000..6041d4baa Binary files /dev/null and b/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.uni differ diff --git a/UefiCpuPkg/CpuIo2Dxe/CpuIo2DxeExtra.uni b/UefiCpuPkg/CpuIo2Dxe/CpuIo2DxeExtra.uni new file mode 100644 index 000000000..512a2f65b Binary files /dev/null and b/UefiCpuPkg/CpuIo2Dxe/CpuIo2DxeExtra.uni differ diff --git a/UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.uni b/UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.uni new file mode 100644 index 000000000..e9bfb07fa Binary files /dev/null and b/UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.uni differ diff --git a/UefiCpuPkg/CpuIo2Smm/CpuIo2SmmExtra.uni b/UefiCpuPkg/CpuIo2Smm/CpuIo2SmmExtra.uni new file mode 100644 index 000000000..84ba7210c Binary files /dev/null and b/UefiCpuPkg/CpuIo2Smm/CpuIo2SmmExtra.uni differ diff --git a/UefiCpuPkg/CpuIoPei/CpuIoPei.uni b/UefiCpuPkg/CpuIoPei/CpuIoPei.uni new file mode 100644 index 000000000..5b03584f7 Binary files /dev/null and b/UefiCpuPkg/CpuIoPei/CpuIoPei.uni differ diff --git a/UefiCpuPkg/CpuIoPei/CpuIoPeiExtra.uni b/UefiCpuPkg/CpuIoPei/CpuIoPeiExtra.uni new file mode 100644 index 000000000..7aa54a330 Binary files /dev/null and b/UefiCpuPkg/CpuIoPei/CpuIoPeiExtra.uni differ diff --git a/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni new file mode 100644 index 000000000..f290c2fc9 Binary files /dev/null and b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni differ diff --git a/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni b/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni new file mode 100644 index 000000000..b64e65658 Binary files /dev/null and b/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni differ diff --git a/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni b/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni new file mode 100644 index 000000000..e5b5bd557 Binary files /dev/null and b/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni differ diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni new file mode 100644 index 000000000..3a816dd77 Binary files /dev/null and b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni differ diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.uni b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.uni new file mode 100644 index 000000000..78ff13d68 Binary files /dev/null and b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.uni differ diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni new file mode 100644 index 000000000..13788a47b Binary files /dev/null and b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni differ diff --git a/UefiCpuPkg/Library/MtrrLib/MtrrLib.uni b/UefiCpuPkg/Library/MtrrLib/MtrrLib.uni new file mode 100644 index 000000000..04b2f7127 Binary files /dev/null and b/UefiCpuPkg/Library/MtrrLib/MtrrLib.uni differ diff --git a/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.uni b/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.uni new file mode 100644 index 000000000..2f097b91f Binary files /dev/null and b/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.uni differ diff --git a/UefiCpuPkg/ResetVector/FixupVtf/ResetVector.uni b/UefiCpuPkg/ResetVector/FixupVtf/ResetVector.uni new file mode 100644 index 000000000..f928a7472 Binary files /dev/null and b/UefiCpuPkg/ResetVector/FixupVtf/ResetVector.uni differ diff --git a/UefiCpuPkg/ResetVector/FixupVtf/ResetVectorExtra.uni b/UefiCpuPkg/ResetVector/FixupVtf/ResetVectorExtra.uni new file mode 100644 index 000000000..b907f406b Binary files /dev/null and b/UefiCpuPkg/ResetVector/FixupVtf/ResetVectorExtra.uni differ diff --git a/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.uni b/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.uni new file mode 100644 index 000000000..566382d38 Binary files /dev/null and b/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.uni differ diff --git a/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVectorExtra.uni b/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVectorExtra.uni new file mode 100644 index 000000000..b907f406b Binary files /dev/null and b/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVectorExtra.uni differ diff --git a/UefiCpuPkg/ResetVector/Vtf0/ResetVector.uni b/UefiCpuPkg/ResetVector/Vtf0/ResetVector.uni new file mode 100644 index 000000000..591dc2954 Binary files /dev/null and b/UefiCpuPkg/ResetVector/Vtf0/ResetVector.uni differ diff --git a/UefiCpuPkg/ResetVector/Vtf0/ResetVectorExtra.uni b/UefiCpuPkg/ResetVector/Vtf0/ResetVectorExtra.uni new file mode 100644 index 000000000..b907f406b Binary files /dev/null and b/UefiCpuPkg/ResetVector/Vtf0/ResetVectorExtra.uni differ diff --git a/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.uni b/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.uni new file mode 100644 index 000000000..9a25d09d5 Binary files /dev/null and b/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.uni differ diff --git a/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2PeiExtra.uni b/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2PeiExtra.uni new file mode 100644 index 000000000..bc9ae0bcb Binary files /dev/null and b/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2PeiExtra.uni differ -- cgit v1.2.3