]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg: INF/DEC file updates to EDK II packages
authorGao, Liming <liming.gao@intel.com>
Thu, 28 Aug 2014 05:11:06 +0000 (05:11 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Aug 2014 05:11:06 +0000 (05:11 +0000)
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 <liming.gao@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15934 6f19259b-4bc3-4df7-8a09-765794883524

24 files changed:
UefiCpuPkg/CpuDxe/CpuDxe.uni [new file with mode: 0644]
UefiCpuPkg/CpuDxe/CpuDxeExtra.uni [new file with mode: 0644]
UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.uni [new file with mode: 0644]
UefiCpuPkg/CpuIo2Dxe/CpuIo2DxeExtra.uni [new file with mode: 0644]
UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.uni [new file with mode: 0644]
UefiCpuPkg/CpuIo2Smm/CpuIo2SmmExtra.uni [new file with mode: 0644]
UefiCpuPkg/CpuIoPei/CpuIoPei.uni [new file with mode: 0644]
UefiCpuPkg/CpuIoPei/CpuIoPeiExtra.uni [new file with mode: 0644]
UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni [new file with mode: 0644]
UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni [new file with mode: 0644]
UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni [new file with mode: 0644]
UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni [new file with mode: 0644]
UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.uni [new file with mode: 0644]
UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni [new file with mode: 0644]
UefiCpuPkg/Library/MtrrLib/MtrrLib.uni [new file with mode: 0644]
UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.uni [new file with mode: 0644]
UefiCpuPkg/ResetVector/FixupVtf/ResetVector.uni [new file with mode: 0644]
UefiCpuPkg/ResetVector/FixupVtf/ResetVectorExtra.uni [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.uni [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVectorExtra.uni [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/ResetVector.uni [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/ResetVectorExtra.uni [new file with mode: 0644]
UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.uni [new file with mode: 0644]
UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2PeiExtra.uni [new file with mode: 0644]

diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.uni b/UefiCpuPkg/CpuDxe/CpuDxe.uni
new file mode 100644 (file)
index 0000000..83a8605
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 (file)
index 0000000..0ba595e
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 (file)
index 0000000..6041d4b
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 (file)
index 0000000..512a2f6
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 (file)
index 0000000..e9bfb07
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 (file)
index 0000000..84ba721
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 (file)
index 0000000..5b03584
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 (file)
index 0000000..7aa54a3
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 (file)
index 0000000..f290c2f
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 (file)
index 0000000..b64e656
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 (file)
index 0000000..e5b5bd5
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 (file)
index 0000000..3a816dd
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 (file)
index 0000000..78ff13d
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 (file)
index 0000000..13788a4
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 (file)
index 0000000..04b2f71
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 (file)
index 0000000..2f097b9
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 (file)
index 0000000..f928a74
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 (file)
index 0000000..b907f40
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 (file)
index 0000000..566382d
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 (file)
index 0000000..b907f40
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 (file)
index 0000000..591dc29
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 (file)
index 0000000..b907f40
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 (file)
index 0000000..9a25d09
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 (file)
index 0000000..bc9ae0b
Binary files /dev/null and b/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2PeiExtra.uni differ