From: Gao, Liming Date: Thu, 28 Aug 2014 05:11:06 +0000 (+0000) Subject: UefiCpuPkg: INF/DEC file updates to EDK II packages X-Git-Tag: edk2-stable201903~11061 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=9ddb2a23418d9bddad63ecb8505981db8543e325 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 --- diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.uni b/UefiCpuPkg/CpuDxe/CpuDxe.uni new file mode 100644 index 0000000000..83a86051a1 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 0000000000..0ba595eeb8 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 0000000000..6041d4baa4 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 0000000000..512a2f65b2 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 0000000000..e9bfb07fad 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 0000000000..84ba7210c3 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 0000000000..5b03584f7b 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 0000000000..7aa54a3306 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 0000000000..f290c2fc9e 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 0000000000..b64e656588 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 0000000000..e5b5bd5576 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 0000000000..3a816dd779 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 0000000000..78ff13d68c 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 0000000000..13788a47bd 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 0000000000..04b2f71277 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 0000000000..2f097b91fa 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 0000000000..f928a74725 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 0000000000..b907f406be 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 0000000000..566382d381 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 0000000000..b907f406be 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 0000000000..591dc29543 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 0000000000..b907f406be 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 0000000000..9a25d09d5d 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 0000000000..bc9ae0bcb0 Binary files /dev/null and b/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2PeiExtra.uni differ