Revision: 19260
http://sourceforge.net/p/edk2/code/19260
Author: jljusten
Date: 2015-12-15 04:57:25 +0000 (Tue, 15 Dec 2015)
Log Message:
-----------
PcAtChipsetPkg: Convert all .uni files to utf-8
To convert these files I ran:
$ python3 BaseTools/Scripts/ConvertUni.py PcAtChipsetPkg
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Michael Kinney <[email protected]>
Modified Paths:
--------------
trunk/edk2/PcAtChipsetPkg/8254TimerDxe/Timer.uni
trunk/edk2/PcAtChipsetPkg/8254TimerDxe/TimerExtra.uni
trunk/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni
trunk/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259Extra.uni
trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni
trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerExtra.uni
trunk/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni
trunk/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxeExtra.uni
trunk/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.uni
trunk/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpiExtra.uni
trunk/edk2/PcAtChipsetPkg/KbcResetDxe/KbcReset.uni
trunk/edk2/PcAtChipsetPkg/KbcResetDxe/KbcResetExtra.uni
trunk/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.uni
trunk/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.uni
trunk/edk2/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.uni
trunk/edk2/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.uni
trunk/edk2/PcAtChipsetPkg/Library/SerialIoLib/PcAtSerialPortLib.uni
trunk/edk2/PcAtChipsetPkg/PcAtChipsetPkg.uni
trunk/edk2/PcAtChipsetPkg/PcAtChipsetPkgExtra.uni
trunk/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.uni
trunk/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcExtra.uni
trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridge.uni
trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeExtra.uni
Modified: trunk/edk2/PcAtChipsetPkg/8254TimerDxe/Timer.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/8254TimerDxe/Timer.uni 2015-12-15 04:57:08 UTC
(rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/8254TimerDxe/Timer.uni 2015-12-15 04:57:25 UTC
(rev 19260)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// 8254 timer driver that provides Timer Arch protocol.
+//
+// 8254 timer driver that provides Timer Arch protocol.
+//
+// Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "8254 timer driver
that provides Timer Arch protocol"
+
+#string STR_MODULE_DESCRIPTION #language en-US "8254 timer driver
that provides Timer Arch protocol."
+
Modified: trunk/edk2/PcAtChipsetPkg/8254TimerDxe/TimerExtra.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/8254TimerDxe/TimerExtra.uni 2015-12-15
04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/8254TimerDxe/TimerExtra.uni 2015-12-15
04:57:25 UTC (rev 19260)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// Timer Localized Strings and Content
+//
+// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+#string STR_PROPERTIES_MODULE_NAME
+#language en-US
+"8254 Timer DXE Driver"
+
+
Modified: trunk/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// 8259 Interrupt Controller driver that provides Legacy 8259 protocol.
+//
+// 8259 Interrupt Controller driver that provides Legacy 8259 protocol.
+//
+// Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "8259 Interrupt
Controller driver that provides Legacy 8259 protocol"
+
+#string STR_MODULE_DESCRIPTION #language en-US "8259 Interrupt
Controller driver that provides Legacy 8259 protocol."
+
Modified:
trunk/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259Extra.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259Extra.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259Extra.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// Legacy8259 Localized Strings and Content
+//
+// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+#string STR_PROPERTIES_MODULE_NAME
+#language en-US
+"Legacy 8259 Interrupt Controller DXE Driver"
+
+
Modified: trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// IDE Controller Init module that will produce IDE_CONTROLLER_INIT protocol
+//
+// Component description file for the IDE Controller Init module.
+//
+// Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "IDE Controller Init
module that will produce IDE_CONTROLLER_INIT protocol"
+
+#string STR_MODULE_DESCRIPTION #language en-US "IDE Controller Init
module that will produce IDE_CONTROLLER_INIT protocol."
+
Modified:
trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerExtra.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerExtra.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerExtra.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// IdeController Localized Strings and Content
+//
+// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+#string STR_PROPERTIES_MODULE_NAME
+#language en-US
+"IDE Controller DXE Driver"
+
+
Modified: trunk/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni 2015-12-15
04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni 2015-12-15
04:57:25 UTC (rev 19260)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// Timer Architectural Protocol module using High Precesion Event Timer (HPET).
+//
+// Timer Architectural Protocol module using High Precision Event Timer (HPET).
+//
+// Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Timer Architectural
Protocol module using High Precision Event Timer (HPET)"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Timer Architectural
Protocol module using High Precision Event Timer (HPET)."
+
Modified: trunk/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxeExtra.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxeExtra.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxeExtra.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// HpetTimerDxe Localized Strings and Content
+//
+// Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+#string STR_PROPERTIES_MODULE_NAME
+#language en-US
+"High Precision Event Timer DXE Driver"
+
+
Modified: trunk/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.uni 2015-12-15 04:57:08 UTC
(rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.uni 2015-12-15 04:57:25 UTC
(rev 19260)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// Component description file for PCAT ISA ACPI driver
+//
+// PCAT ISA ACPI driver for a Generic PC Platform.
+//
+// Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "PCAT ISA ACPI driver
for a Generic PC Platform"
+
+#string STR_MODULE_DESCRIPTION #language en-US "PCAT ISA ACPI driver
for a Generic PC Platform."
+
Modified: trunk/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpiExtra.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpiExtra.uni 2015-12-15
04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpiExtra.uni 2015-12-15
04:57:25 UTC (rev 19260)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// IsaAcpi Localized Strings and Content
+//
+// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+#string STR_PROPERTIES_MODULE_NAME
+#language en-US
+"PCAT ISA ACPI DXE Driver"
+
+
Modified: trunk/edk2/PcAtChipsetPkg/KbcResetDxe/KbcReset.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/KbcResetDxe/KbcReset.uni 2015-12-15 04:57:08 UTC
(rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/KbcResetDxe/KbcReset.uni 2015-12-15 04:57:25 UTC
(rev 19260)
@@ -1,55 +1,27 @@
-\xFF\xFE/---------------------------\ No newline at end of file
+// /** @file
+// This driver implements Reset Architectural Protocol.
+//
+// It should depend on the ResetSystemLib instance that is implemented based
on KBC.
+//
+// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// Module Name:
+// Reset.inf
+//
+// Abstract:
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "This driver
implements Reset Architectural Protocol"
+
+#string STR_MODULE_DESCRIPTION #language en-US "It should depend on
the ResetSystemLib instance that is implemented based on KBC."
+
Modified: trunk/edk2/PcAtChipsetPkg/KbcResetDxe/KbcResetExtra.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/KbcResetDxe/KbcResetExtra.uni 2015-12-15
04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/KbcResetDxe/KbcResetExtra.uni 2015-12-15
04:57:25 UTC (rev 19260)
@@ -1,51 +1,25 @@
-\xFF\xFE/-------------------------\ No newline at end of file
+// /** @file
+// KbcReset Localized Strings and Content
+//
+// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// Module Name:
+// Reset.inf
+//
+// Abstract:
+//
+// **/
+
+#string STR_PROPERTIES_MODULE_NAME
+#language en-US
+"Keyboard Controller Reset DXE Driver"
+
+
Modified: trunk/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,47 +1,23 @@
-\xFF\xFE/-----------------------\ No newline at end of file
+// /** @file
+// Base ACPI Timer Library
+//
+// Provides basic timer support using the ACPI timer hardware. The performance
+// counter features are provided by the processors time stamp counter.
+//
+// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "ACPI Timer Library"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Provides basic timer
support using the ACPI timer hardware."
+
Modified: trunk/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,47 +1,23 @@
-\xFF\xFE/-----------------------\ No newline at end of file
+// /** @file
+// DXE ACPI Timer Library
+//
+// Provides basic timer support using the ACPI timer hardware. The performance
+// counter features are provided by the processors time stamp counter.
+//
+// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "ACPI Timer Library"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Provides basic timer
support using the ACPI timer hardware."
+
Modified: trunk/edk2/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// Library instance for I/O APIC library class
+//
+// Library instance for I/O APIC library class.
+//
+// Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Library instance for
I/O APIC library class"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Library instance for
I/O APIC library class."
+
Modified: trunk/edk2/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// Library instance for ResetSystem library class for PCAT systems
+//
+// Library instance for ResetSystem library class for PCAT systems
+//
+// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Library instance for
ResetSystem library class for PCAT systems"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Library instance for
ResetSystem library class for PCAT systems"
+
Modified: trunk/edk2/PcAtChipsetPkg/Library/SerialIoLib/PcAtSerialPortLib.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/Library/SerialIoLib/PcAtSerialPortLib.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/Library/SerialIoLib/PcAtSerialPortLib.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// Library instance for SerialIo library class
+//
+// Library instance for SerialIO library class.
+//
+// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Library instance for
SerialIO library class"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Library instance for
SerialIO library class."
+
Modified: trunk/edk2/PcAtChipsetPkg/PcAtChipsetPkg.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/PcAtChipsetPkg.uni 2015-12-15 04:57:08 UTC
(rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/PcAtChipsetPkg.uni 2015-12-15 04:57:25 UTC
(rev 19260)
@@ -1,287 +1,143 @@
-\xFF\xFE/-----------------------------------------------------------------------------------------------------------------------------------------------\
No newline at end of file
+// /** @file
+// Public definitions for PcAtChipset package.
+//
+// This package is designed to public interfaces and implementation which
follows
+// PcAt defacto standard.
+//
+// Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_PACKAGE_ABSTRACT #language en-US "Public definitions
for PcAtChipset package"
+
+#string STR_PACKAGE_DESCRIPTION #language en-US "This package is
designed to public interfaces and implementation which follows PcAt de facto
standard."
+
+
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_Pcd8259LegacyModeMask_PROMPT
#language en-US "8259 Legacy Mode mask"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_Pcd8259LegacyModeMask_HELP
#language en-US "Pcd8259LegacyModeMask defines the default mask value for
platform. This value is determined<BR><BR>\n"
+
"1) If platform only support pure UEFI, value should be set to 0xFFFF or
0xFFFE; Because only clock interrupt is allowed in legacy mode in pure UEFI
platform.<BR>\n"
+
"2) If platform install CSM and use thunk module:<BR>\n"
+
"a) If thunk call provided by CSM binary requires some legacy interrupt
support, the corresponding bit should be opened as 0.<BR>\n"
+
"For example, if keyboard interfaces provided CSM binary use legacy
keyboard interrupt in 8259 bit 1, then the value should be set to 0xFFFC.<BR>\n"
+
"b) If all thunk call provided by CSM binary do not require legacy
interrupt support, value should be set to 0xFFFF or 0xFFFE.<BR>\n"
+
"The default value of legacy mode mask could be changed by
EFI_LEGACY_8259_PROTOCOL->SetMask(). But it is rarely need change it except
some special cases such as when initializing the CSM binary, it should be set
to 0xFFFF to mask all legacy interrupt. Please restore the original legacy mask
value if changing is made for these special case.<BR>"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_Pcd8259LegacyModeEdgeLevel_PROMPT
#language en-US "8259 Legacy Mode edge level"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_Pcd8259LegacyModeEdgeLevel_HELP
#language en-US "Pcd8259LegacyModeEdgeLevel defines the default edge level for
legacy mode's interrupt controller.\"
\"For the corresponding bits, 0
= Edge triggered and 1 = Level triggered."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiCom1Enable_PROMPT
#language en-US "Enable IsaAcpiCom1 device"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiCom1Enable_HELP #language
en-US "Indicates if we need enable IsaAcpiCom1 device.<BR><BR>\n"
+
"TRUE - Enables IsaAcpiCom1 device.<BR>\n"
+
"FALSE - Doesn't enable IsaAcpiCom1 device.<BR>"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiCom2Enable_PROMPT
#language en-US "Enable IsaAcpiCom12 device"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiCom2Enable_HELP #language
en-US "Indicates if we need enable IsaAcpiCom2 device.<BR><BR>\n"
+
"TRUE - Enables IsaAcpiCom2 device.<BR>\n"
+
"FALSE - Doesn't enable IsaAcpiCom2 device.<BR>"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiPs2KeyboardEnable_PROMPT
#language en-US "Enable IsaAcpiPs2Keyboard device"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiPs2KeyboardEnable_HELP
#language en-US "Indicates if we need enable IsaAcpiPs2Keyboard
device.<BR><BR>\n"
+
"TRUE - Enables IsaAcpiPs2Keyboard device.<BR>\n"
+
"FALSE - Doesn't enable IsaAcpiPs2Keyboard device.<BR>"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiPs2MouseEnable_PROMPT
#language en-US "Enable IsaAcpiPs2Mouse device"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiPs2MouseEnable_HELP
#language en-US "Indicates if we need enable IsaAcpiPs2Mouse device.<BR><BR>\n"
+
"TRUE - Enables IsaAcpiPs2Mouse device.<BR>\n"
+
"FALSE - Doesn't enable IsaAcpiPs2Mouse device.<BR>"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiFloppyAEnable_PROMPT
#language en-US "Enable IsaAcpiFloppyA device"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiFloppyAEnable_HELP
#language en-US "Indicates if we need enable IsaAcpiFloppyA device.<BR><BR>\n"
+
"TRUE - Enables IsaAcpiFloppyA device.<BR>\n"
+
"FALSE - Doesn't enable IsaAcpiFloppyA device.<BR>"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiFloppyBEnable_PROMPT
#language en-US "Enable IsaAcpiFloppyB device"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiFloppyBEnable_HELP
#language en-US "Indicates if we need enable IsaAcpiFloppyB device.<BR><BR>\n"
+
"TRUE - Enables IsaAcpiFloppyB device.<BR>\n"
+
"FALSE - Doesn't enable IsaAcpiFloppyB device.<BR>"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetBaseAddress_PROMPT #language
en-US "HPET base address"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetBaseAddress_HELP #language
en-US "This PCD specifies the base address of the HPET timer."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetLocalApicVector_PROMPT
#language en-US "HPET local APIC vector"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetLocalApicVector_HELP
#language en-US "This PCD specifies the Local APIC Interrupt Vector for the
HPET Timer."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetDefaultTimerPeriod_PROMPT
#language en-US "Default period of HPET timer"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetDefaultTimerPeriod_HELP
#language en-US "This PCD specifies the default period of the HPET Timer in 100
ns units. The value of 100000 (in 100 ns units) is equal to 10 ms."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIoApicBaseAddress_PROMPT
#language en-US "IO APIC base address"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIoApicBaseAddress_HELP #language
en-US "This PCD specifies the base address of the IO APIC."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPortBaseAddress_PROMPT
#language en-US "ACPI Timer IO Port Address"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPortBaseAddress_HELP
#language en-US "Defines the ACPI register set base address. The invalid 0xFFFF
is as its default value. It must be configured to the real value."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciBusNumber_PROMPT
#language en-US "ACPI Hardware PCI Bus Number"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciBusNumber_HELP
#language en-US "Defines the PCI Bus Number of the PCI device that contains the
BAR and Enable for ACPI hardware registers."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciDeviceNumber_PROMPT
#language en-US "ACPI Hardware PCI Device Number"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciDeviceNumber_HELP
#language en-US "Defines the PCI Device Number of the PCI device that contains
the BAR and Enable for ACPI hardware registers. The invalid 0xFF is as its
default value. It must be configured to the real value."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciFunctionNumber_PROMPT
#language en-US "ACPI Hardware PCI Function Number"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciFunctionNumber_HELP
#language en-US "Defines the PCI Function Number of the PCI device that
contains the BAR and Enable for ACPI hardware registers. The invalid 0xFF is as
its default value. It must be configured to the real value."
+
+#string
STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciEnableRegisterOffset_PROMPT
#language en-US "ACPI Hardware PCI Register Offset"
+
+#string
STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciEnableRegisterOffset_HELP
#language en-US "Defines the PCI Register Offset of the PCI device that
contains the Enable for ACPI hardware registers. The invalid 0xFFFF is as its
default value. It must be configured to the real value."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoBarEnableMask_PROMPT
#language en-US "ACPI Hardware PCI Bar Enable BitMask"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoBarEnableMask_HELP
#language en-US "Defines the bit mask that must be set to enable the APIC
hardware register BAR."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciBarRegisterOffset_PROMPT
#language en-US "ACPI Hardware PCI Bar Register Offset"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciBarRegisterOffset_HELP
#language en-US "Defines the PCI Register Offset of the PCI device that
contains the BAR for ACPI hardware registers. The invalid 0xFFFF is as its
default value. It must be configured to the real value."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiPm1TmrOffset_PROMPT
#language en-US "Offset to 32-bit Timer register in ACPI BAR"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiPm1TmrOffset_HELP #language
en-US "Defines the offset to the 32-bit Timer Value register that resides
within the ACPI BAR."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetMsiEnable_PROMPT #language
en-US "Configure HPET to use MSI"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetMsiEnable_HELP #language
en-US "Indicates the HPET Timer will be configured to use MSI interrupts if the
HPET timer supports them, or use I/O APIC interrupts.<BR><BR>\n"
+
"TRUE - Configures the HPET Timer to use MSI interrupts if the HPET Timer
supports them.<BR>\n"
+
"FALSE - Configures the HPET Timer to use I/O APIC interrupts.<BR>"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdMinimalValidYear_PROMPT
#language en-US "Minimal valid year in RTC"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdMinimalValidYear_HELP
#language en-US "This PCD specifies the minimal valid year in RTC."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdMaximalValidYear_PROMPT
#language en-US "Maximal valid year in RTC"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdMaximalValidYear_HELP
#language en-US "This PCD specifies the maximal valid year in RTC."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPortBaseAddressMask_PROMPT
#language en-US "ACPI IO Port Base Address Mask"
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPortBaseAddressMask_HELP
#language en-US "Defines the bit mask to retrieve ACPI IO Port Base Address."
+
+#string STR_gPcAtChipsetPkgTokenSpaceGuid_ERR_80000001 #language en-US
"Invalid value provided."
+
Modified: trunk/edk2/PcAtChipsetPkg/PcAtChipsetPkgExtra.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/PcAtChipsetPkgExtra.uni 2015-12-15 04:57:08 UTC
(rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/PcAtChipsetPkgExtra.uni 2015-12-15 04:57:25 UTC
(rev 19260)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// PcAtChipset Package Localized Strings and Content.
+//
+// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+#string STR_PROPERTIES_PACKAGE_NAME
+#language en-US
+"PcAtChipset package"
+
+
Modified: trunk/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,51 +1,25 @@
-\xFF\xFE/-------------------------\ No newline at end of file
+// /** @file
+// PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL
+//
+// PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.
+//
+// This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime
services to Runtime Service Table.
+// It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.
+//
+// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "PcRtc driver to
install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL"
+
+#string STR_MODULE_DESCRIPTION #language en-US "This driver provides
GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service
Table. It will install a tagging protocol with
gEfiRealTimeClockArchProtocolGuid."
+
Modified: trunk/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcExtra.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcExtra.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcExtra.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// PcRtc Localized Strings and Content
+//
+// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+#string STR_PROPERTIES_MODULE_NAME
+#language en-US
+"PCAT Real Time Clock DXE Driver"
+
+
Modified: trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridge.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridge.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridge.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// The basic interfaces implementation to a single segment PCI Host Bridge
driver.
+//
+// The basic interfaces implementation to a single segment PCI Host Bridge
driver.
+//
+// Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "The basic interfaces
implementation to a single segment PCI Host Bridge driver"
+
+#string STR_MODULE_DESCRIPTION #language en-US "The basic interfaces
implementation to a single segment PCI Host Bridge driver."
+
Modified: trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeExtra.uni
===================================================================
--- trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeExtra.uni
2015-12-15 04:57:08 UTC (rev 19259)
+++ trunk/edk2/PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeExtra.uni
2015-12-15 04:57:25 UTC (rev 19260)
@@ -1,41 +1,20 @@
-\xFF\xFE/-----
@@ Diff output truncated at 100000 characters. @@
------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits