From: Qiu, Shumin Date: Thu, 28 Aug 2014 05:18:38 +0000 (+0000) Subject: PcAtChipsetPkg: INF/DEC file updates to EDK II packages X-Git-Tag: edk2-stable201903~11052 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=968ac38f12476d41c0a1e147005ad82b0563d86a;hp=546f14bf7a5ed6e48a3ef188c5d39338a3952180;p=mirror_edk2.git PcAtChipsetPkg: 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: Qiu, Shumin Reviewed-by: Gao, Liming git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15943 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/PcAtChipsetPkg/8254TimerDxe/Timer.uni b/PcAtChipsetPkg/8254TimerDxe/Timer.uni new file mode 100644 index 0000000000..abcecbf747 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 index 0000000000..e200747eeb 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 index 0000000000..1eae4f664c 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 index 0000000000..ad5e721068 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 index 0000000000..89bdb2b931 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 index 0000000000..07f36d5002 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 index 0000000000..766d1a689d 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 index 0000000000..d7ca41574e 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 index 0000000000..cdccad7032 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 index 0000000000..f5f7325562 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 index 0000000000..a0dd20b286 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 index 0000000000..678cb5bed4 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 index 0000000000..15b81a4f11 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 index 0000000000..ee7eabf27e 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 index 0000000000..84b4788aa8 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 index 0000000000..c93e64f167 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 index 0000000000..27f278a3c6 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 index 0000000000..94f4514662 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 index 0000000000..acc30c6d13 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 index 0000000000..2684980f25 Binary files /dev/null and b/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeExtra.uni differ