]> git.proxmox.com Git - mirror_edk2.git/commitdiff
PcAtChipsetPkg: INF/DEC file updates to EDK II packages
authorQiu, Shumin <shumin.qiu@intel.com>
Thu, 28 Aug 2014 05:18:38 +0000 (05:18 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Aug 2014 05:18:38 +0000 (05:18 +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: Qiu, Shumin <shumin.qiu@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15943 6f19259b-4bc3-4df7-8a09-765794883524

20 files changed:
PcAtChipsetPkg/8254TimerDxe/Timer.uni [new file with mode: 0644]
PcAtChipsetPkg/8254TimerDxe/TimerExtra.uni [new file with mode: 0644]
PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni [new file with mode: 0644]
PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259Extra.uni [new file with mode: 0644]
PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni [new file with mode: 0644]
PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerExtra.uni [new file with mode: 0644]
PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni [new file with mode: 0644]
PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxeExtra.uni [new file with mode: 0644]
PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.uni [new file with mode: 0644]
PcAtChipsetPkg/IsaAcpiDxe/IsaAcpiExtra.uni [new file with mode: 0644]
PcAtChipsetPkg/KbcResetDxe/KbcReset.uni [new file with mode: 0644]
PcAtChipsetPkg/KbcResetDxe/KbcResetExtra.uni [new file with mode: 0644]
PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.uni [new file with mode: 0644]
PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.uni [new file with mode: 0644]
PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.uni [new file with mode: 0644]
PcAtChipsetPkg/Library/SerialIoLib/PcAtSerialPortLib.uni [new file with mode: 0644]
PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.uni [new file with mode: 0644]
PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcExtra.uni [new file with mode: 0644]
PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridge.uni [new file with mode: 0644]
PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeExtra.uni [new file with mode: 0644]

diff --git a/PcAtChipsetPkg/8254TimerDxe/Timer.uni b/PcAtChipsetPkg/8254TimerDxe/Timer.uni
new file mode 100644 (file)
index 0000000..abcecbf
Binary files /dev/null and b/PcAtChipsetPkg/8254TimerDxe/Timer.uni differ
diff --git a/PcAtChipsetPkg/8254TimerDxe/TimerExtra.uni b/PcAtChipsetPkg/8254TimerDxe/TimerExtra.uni
new file mode 100644 (file)
index 0000000..e200747
Binary files /dev/null and b/PcAtChipsetPkg/8254TimerDxe/TimerExtra.uni differ
diff --git a/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni b/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni
new file mode 100644 (file)
index 0000000..1eae4f6
Binary files /dev/null and b/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni differ
diff --git a/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259Extra.uni b/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259Extra.uni
new file mode 100644 (file)
index 0000000..ad5e721
Binary files /dev/null and b/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259Extra.uni differ
diff --git a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni
new file mode 100644 (file)
index 0000000..89bdb2b
Binary files /dev/null and b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni differ
diff --git a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerExtra.uni b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerExtra.uni
new file mode 100644 (file)
index 0000000..07f36d5
Binary files /dev/null and b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerExtra.uni differ
diff --git a/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni b/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni
new file mode 100644 (file)
index 0000000..766d1a6
Binary files /dev/null and b/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni differ
diff --git a/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxeExtra.uni b/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxeExtra.uni
new file mode 100644 (file)
index 0000000..d7ca415
Binary files /dev/null and b/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxeExtra.uni differ
diff --git a/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.uni b/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.uni
new file mode 100644 (file)
index 0000000..cdccad7
Binary files /dev/null and b/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.uni differ
diff --git a/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpiExtra.uni b/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpiExtra.uni
new file mode 100644 (file)
index 0000000..f5f7325
Binary files /dev/null and b/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpiExtra.uni differ
diff --git a/PcAtChipsetPkg/KbcResetDxe/KbcReset.uni b/PcAtChipsetPkg/KbcResetDxe/KbcReset.uni
new file mode 100644 (file)
index 0000000..a0dd20b
Binary files /dev/null and b/PcAtChipsetPkg/KbcResetDxe/KbcReset.uni differ
diff --git a/PcAtChipsetPkg/KbcResetDxe/KbcResetExtra.uni b/PcAtChipsetPkg/KbcResetDxe/KbcResetExtra.uni
new file mode 100644 (file)
index 0000000..678cb5b
Binary files /dev/null and b/PcAtChipsetPkg/KbcResetDxe/KbcResetExtra.uni differ
diff --git a/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.uni b/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.uni
new file mode 100644 (file)
index 0000000..15b81a4
Binary files /dev/null and b/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.uni differ
diff --git a/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.uni b/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.uni
new file mode 100644 (file)
index 0000000..ee7eabf
Binary files /dev/null and b/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.uni differ
diff --git a/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.uni b/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.uni
new file mode 100644 (file)
index 0000000..84b4788
Binary files /dev/null and b/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.uni differ
diff --git a/PcAtChipsetPkg/Library/SerialIoLib/PcAtSerialPortLib.uni b/PcAtChipsetPkg/Library/SerialIoLib/PcAtSerialPortLib.uni
new file mode 100644 (file)
index 0000000..c93e64f
Binary files /dev/null and b/PcAtChipsetPkg/Library/SerialIoLib/PcAtSerialPortLib.uni differ
diff --git a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.uni b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.uni
new file mode 100644 (file)
index 0000000..27f278a
Binary files /dev/null and b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.uni differ
diff --git a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcExtra.uni b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcExtra.uni
new file mode 100644 (file)
index 0000000..94f4514
Binary files /dev/null and b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcExtra.uni differ
diff --git a/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridge.uni b/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridge.uni
new file mode 100644 (file)
index 0000000..acc30c6
Binary files /dev/null and b/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridge.uni differ
diff --git a/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeExtra.uni b/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeExtra.uni
new file mode 100644 (file)
index 0000000..2684980
Binary files /dev/null and b/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeExtra.uni differ