Revision: 19264
http://sourceforge.net/p/edk2/code/19264
Author: jljusten
Date: 2015-12-15 04:59:14 +0000 (Tue, 15 Dec 2015)
Log Message:
-----------
UefiCpuPkg: Convert all .uni files to utf-8
To convert these files I ran:
$ python3 BaseTools/Scripts/ConvertUni.py UefiCpuPkg
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Michael Kinney <[email protected]>
Reviewed-by: Jeff Fan <[email protected]>
Modified Paths:
--------------
trunk/edk2/UefiCpuPkg/CpuDxe/CpuDxe.uni
trunk/edk2/UefiCpuPkg/CpuDxe/CpuDxeExtra.uni
trunk/edk2/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.uni
trunk/edk2/UefiCpuPkg/CpuIo2Dxe/CpuIo2DxeExtra.uni
trunk/edk2/UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.uni
trunk/edk2/UefiCpuPkg/CpuIo2Smm/CpuIo2SmmExtra.uni
trunk/edk2/UefiCpuPkg/CpuIoPei/CpuIoPei.uni
trunk/edk2/UefiCpuPkg/CpuIoPei/CpuIoPeiExtra.uni
trunk/edk2/UefiCpuPkg/CpuMpPei/CpuMpPei.uni
trunk/edk2/UefiCpuPkg/CpuMpPei/CpuMpPeiExtra.uni
trunk/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni
trunk/edk2/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni
trunk/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.uni
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni
trunk/edk2/UefiCpuPkg/Library/MtrrLib/MtrrLib.uni
trunk/edk2/UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.uni
trunk/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.uni
trunk/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.uni
trunk/edk2/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.uni
trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.uni
trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPeiExtra.uni
trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.uni
trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmmExtra.uni
trunk/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.uni
trunk/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmmExtra.uni
trunk/edk2/UefiCpuPkg/ResetVector/FixupVtf/ResetVector.uni
trunk/edk2/UefiCpuPkg/ResetVector/FixupVtf/ResetVectorExtra.uni
trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.uni
trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVectorExtra.uni
trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/ResetVector.uni
trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/ResetVectorExtra.uni
trunk/edk2/UefiCpuPkg/SecCore/SecCore.uni
trunk/edk2/UefiCpuPkg/SecCore/SecCoreExtra.uni
trunk/edk2/UefiCpuPkg/UefiCpuPkg.uni
trunk/edk2/UefiCpuPkg/UefiCpuPkgExtra.uni
trunk/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.uni
trunk/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2PeiExtra.uni
Modified: trunk/edk2/UefiCpuPkg/CpuDxe/CpuDxe.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/CpuDxe/CpuDxe.uni 2015-12-15 04:58:48 UTC (rev
19263)
+++ trunk/edk2/UefiCpuPkg/CpuDxe/CpuDxe.uni 2015-12-15 04:59:14 UTC (rev
19264)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// Simple CPU driver installs CPU Architecture Protocol.
+//
+// Simple CPU driver installs CPU Architecture Protocol.
+//
+// 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 "Installs CPU
Architecture Protocol"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Simple CPU driver
installs CPU Architecture Protocol."
+
Modified: trunk/edk2/UefiCpuPkg/CpuDxe/CpuDxeExtra.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/CpuDxe/CpuDxeExtra.uni 2015-12-15 04:58:48 UTC
(rev 19263)
+++ trunk/edk2/UefiCpuPkg/CpuDxe/CpuDxeExtra.uni 2015-12-15 04:59:14 UTC
(rev 19264)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// CpuDxe 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
+"CPU Architectural DXE Driver"
+
+
Modified: trunk/edk2/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.uni 2015-12-15 04:58:48 UTC
(rev 19263)
+++ trunk/edk2/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.uni 2015-12-15 04:59:14 UTC
(rev 19264)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// Produces the CPU I/O 2 Protocol by using the services of the I/O Library.
+//
+// Produces the CPU I/O 2 Protocol by using the services of the I/O Library.
+//
+// Copyright (c) 2009 - 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 "Produces the CPU I/O
2 Protocol by using the services of the I/O Library"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Produces the CPU I/O
2 Protocol by using the services of the I/O Library."
+
Modified: trunk/edk2/UefiCpuPkg/CpuIo2Dxe/CpuIo2DxeExtra.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/CpuIo2Dxe/CpuIo2DxeExtra.uni 2015-12-15 04:58:48 UTC
(rev 19263)
+++ trunk/edk2/UefiCpuPkg/CpuIo2Dxe/CpuIo2DxeExtra.uni 2015-12-15 04:59:14 UTC
(rev 19264)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// CpuIo2Dxe 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
+"CPU I/O v2 DXE Driver"
+
+
Modified: trunk/edk2/UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.uni 2015-12-15 04:58:48 UTC
(rev 19263)
+++ trunk/edk2/UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.uni 2015-12-15 04:59:14 UTC
(rev 19264)
@@ -1,43 +1,21 @@
-\xFF\xFE/---------------------\ No newline at end of file
+// /** @file
+// Produces the SMM CPU I/O 2 Protocol by using the services of the I/O
Library.
+//
+// Produces the SMM CPU I/O 2 Protocol by using the services of the I/O
Library.
+//
+// Copyright (c) 2009 - 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 "Produces the SMM CPU
I/O 2 Protocol by using the services of the I/O Library"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Produces the SMM CPU
I/O 2 Protocol by using the services of the I/O Library."
+
Modified: trunk/edk2/UefiCpuPkg/CpuIo2Smm/CpuIo2SmmExtra.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/CpuIo2Smm/CpuIo2SmmExtra.uni 2015-12-15 04:58:48 UTC
(rev 19263)
+++ trunk/edk2/UefiCpuPkg/CpuIo2Smm/CpuIo2SmmExtra.uni 2015-12-15 04:59:14 UTC
(rev 19264)
@@ -1,39 +1,19 @@
-\xFF\xFE/-------------------\ No newline at end of file
+// /** @file
+// CpuIo2Smm 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
+"CPU I/O v2 SMM Driver"
+
+
Modified: trunk/edk2/UefiCpuPkg/CpuIoPei/CpuIoPei.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/CpuIoPei/CpuIoPei.uni 2015-12-15 04:58:48 UTC (rev
19263)
+++ trunk/edk2/UefiCpuPkg/CpuIoPei/CpuIoPei.uni 2015-12-15 04:59:14 UTC (rev
19264)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// Produces the CPU I/O PPI by using the services of the I/O Library.
+//
+// Produces the CPU I/O PPI by using the services of the I/O Library.
+//
+// Copyright (c) 2009 - 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 "Produces the CPU I/O
PPI by using the services of the I/O Library"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Produces the CPU I/O
PPI by using the services of the I/O Library."
+
Modified: trunk/edk2/UefiCpuPkg/CpuIoPei/CpuIoPeiExtra.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/CpuIoPei/CpuIoPeiExtra.uni 2015-12-15 04:58:48 UTC
(rev 19263)
+++ trunk/edk2/UefiCpuPkg/CpuIoPei/CpuIoPeiExtra.uni 2015-12-15 04:59:14 UTC
(rev 19264)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// CpuIoPei 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
+"CPU I/O PEI Module"
+
+
Modified: trunk/edk2/UefiCpuPkg/CpuMpPei/CpuMpPei.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/CpuMpPei/CpuMpPei.uni 2015-12-15 04:58:48 UTC (rev
19263)
+++ trunk/edk2/UefiCpuPkg/CpuMpPei/CpuMpPei.uni 2015-12-15 04:59:14 UTC (rev
19264)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// CPU driver installs CPU PI Multi-processor PPI.
+//
+// CPU driver installs CPU PI Multi-processor PPI.
+//
+// Copyright (c) 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_MODULE_ABSTRACT #language en-US "Installs CPU PI
Multi-processor PPI"
+
+#string STR_MODULE_DESCRIPTION #language en-US "CPU driver installs
CPU PI Multi-processor PPI."
+
Modified: trunk/edk2/UefiCpuPkg/CpuMpPei/CpuMpPeiExtra.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/CpuMpPei/CpuMpPeiExtra.uni 2015-12-15 04:58:48 UTC
(rev 19263)
+++ trunk/edk2/UefiCpuPkg/CpuMpPei/CpuMpPeiExtra.uni 2015-12-15 04:59:14 UTC
(rev 19264)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// CpuMpPei Localized Strings and Content
+//
+// Copyright (c) 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_PROPERTIES_MODULE_NAME
+#language en-US
+"CPU Multi-processor PEIM Driver"
+
+
Modified: trunk/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// This library defines some routines that are generic for IA32 family CPU.
+//
+// The library routines are UEFI specification compliant.
+//
+// Copyright (c) 2009 - 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 "Defines generic
routines for IA32 family CPUs."
+
+#string STR_MODULE_DESCRIPTION #language en-US "The library routines
comply with the UEFI Specification."
+
Modified: trunk/edk2/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni 2015-12-15
04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni 2015-12-15
04:59:14 UTC (rev 19264)
@@ -1,47 +1,23 @@
-\xFF\xFE/-----------------------\ No newline at end of file
+// /** @file
+// The Local Apic library supports xAPIC mode only.
+//
+// Note: Local APIC library assumes local APIC is enabled. It does not handle
cases
+// where local APIC is disabled.
+//
+// Copyright (c) 2010 - 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 "Supports xAPIC mode
only"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Note: Local APIC
library assumes local APIC is enabled. It does not handle cases where local
APIC is disabled."
+
Modified:
trunk/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,47 +1,23 @@
-\xFF\xFE/-----------------------\ No newline at end of file
+// /** @file
+// The Local Apic library supports x2APIC capable processors which have xAPIC
and x2APIC modes.
+//
+// Note: Local APIC library assumes local APIC is enabled. It does not handle
cases
+// where local APIC is disabled.
+//
+// Copyright (c) 2010 - 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 "Supports x2APIC
capable processors that have xAPIC and x2APIC modes"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Note: Local APIC
library assumes local APIC is enabled. It does not handle cases where local
APIC is disabled."
+
Modified:
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni
===================================================================
---
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// CPU Exception Handler library instance for DXE modules.
+//
+// CPU Exception Handler library instance for DXE modules.
+//
+// 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 "CPU Exception Handler
library instance for DXE modules."
+
+#string STR_MODULE_DESCRIPTION #language en-US "CPU Exception Handler
library instance for DXE modules."
+
Modified:
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.uni
===================================================================
---
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// CPU Exception Handler library instance for SEC/PEI modules.
+//
+// CPU Exception Handler library instance for SEC/PEI modules.
+//
+// Copyright (c) 2012 - 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 "CPU Exception Handler
library instance for SEC/PEI modules."
+
+#string STR_MODULE_DESCRIPTION #language en-US "CPU Exception Handler
library instance for SEC/PEI modules."
+
Modified:
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni
===================================================================
---
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// CPU Exception Handler library instance for SMM modules.
+//
+// CPU Exception Handler library instance for SMM modules.
+//
+// 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 "CPU Exception Handler
library instance for SMM modules."
+
+#string STR_MODULE_DESCRIPTION #language en-US "CPU Exception Handler
library instance for SMM modules."
+
Modified: trunk/edk2/UefiCpuPkg/Library/MtrrLib/MtrrLib.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/Library/MtrrLib/MtrrLib.uni 2015-12-15 04:58:48 UTC
(rev 19263)
+++ trunk/edk2/UefiCpuPkg/Library/MtrrLib/MtrrLib.uni 2015-12-15 04:59:14 UTC
(rev 19264)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// MTRR library provides APIs for MTRR operation.
+//
+// MTRR library provides APIs for MTRR operation.
+//
+// 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 "MTRR library provides
APIs for MTRR operation"
+
+#string STR_MODULE_DESCRIPTION #language en-US "MTRR library provides
APIs for MTRR operation."
+
Modified:
trunk/edk2/UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// Library functions for PlatformSecLib.
+//
+// Null instance of Platform Sec Library.
+//
+// Copyright (c) 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_MODULE_ABSTRACT #language en-US "Library functions for
PlatformSecLib"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Null instance of
Platform Sec Library."
Modified:
trunk/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.uni
===================================================================
---
trunk/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++
trunk/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,63 +1,31 @@
-\xFF\xFE/-------------------------------\ No newline at end of file
+// /** @file
+// Instance of Timer Library only using CPU resources.
+//
+// Timer Library that only uses CPU resources to provide calibrated delays
+// on IA-32, x64, and IPF.
+// Note: A driver of type DXE_RUNTIME_DRIVER and DXE_SMM_DRIVER can use this
TimerLib
+// in their initialization without any issues. They only have to be careful in
+// the implementation of runtime services and SMI handlers.
+// Because CPU Local APIC and ITC could be programmed by OS, it cannot be
+// used by SMM drivers and runtime drivers, ACPI timer is recommended for SMM
+// drivers and runtime drivers.
+//
+// This library differs with the SecPeiDxeTimerLibCpu library in the MdePkg in
+// that it uses the local APIC library so that it supports x2APIC mode.
+//
+// Copyright (c) 2010 - 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 "Instance of Timer
Library only using CPU resources"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Timer Library that
only uses CPU resources to provide calibrated delays on IA-32, x64, and IPF.
Note: A driver of type DXE_RUNTIME_DRIVER and DXE_SMM_DRIVER can use this
TimerLib in their initialization without any issues. They only have to be
careful in the implementation of runtime services and SMI handlers. Because CPU
Local APIC and ITC could be programmed by OS, it cannot be used by SMM drivers
and runtime drivers, ACPI timer is recommended for SMM drivers and runtime
drivers. This library differs with the SecPeiDxeTimerLibCpu library in the
MdePkg in that it uses the local APIC library so that it supports x2APIC mode."
+
Modified: trunk/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,37 +1,18 @@
-\xFF\xFE/------------------\ No newline at end of file
+// /** @file
+// The CPU specific programming for PiSmmCpuDxeSmm module.
+//
+// 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_MODULE_ABSTRACT #language en-US "The CPU specific
programming for PiSmmCpuDxeSmm module."
+
+#string STR_MODULE_DESCRIPTION #language en-US "The CPU specific
programming for PiSmmCpuDxeSmm module."
Modified:
trunk/edk2/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.uni
===================================================================
---
trunk/edk2/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++
trunk/edk2/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,37 +1,18 @@
-\xFF\xFE/------------------\ No newline at end of file
+// /** @file
+// SMM CPU Platform Hook NULL library instance.
+//
+// Copyright (c) 2006 - 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_MODULE_ABSTRACT #language en-US "SMM CPU Platform Hook
NULL library instance"
+
+#string STR_MODULE_DESCRIPTION #language en-US "SMM CPU Platform Hook
NULL library instance."
Modified: trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,43 +1,21 @@
-\xFF\xFE/---------------------\ No newline at end of file
+// /** @file
+// PI SMM Communication PEIM which produces PEI SMM Communication PPI.
+//
+// This PEIM retrieves the SMM communication context and produces PEI SMM
+// Communication PPIin the S3 boot mode.
+//
+// Copyright (c) 2010 - 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 "PI SMM Communication
PEIM that produces PEI SMM Communication PPI"
+
+#string STR_MODULE_DESCRIPTION #language en-US "This PEIM retrieves
the SMM communication context and produces PEI SMM Communication PPI in the S3
boot mode."
Modified:
trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPeiExtra.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPeiExtra.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPeiExtra.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,37 +1,18 @@
-\xFF\xFE/------------------\ No newline at end of file
+// /** @file
+// PiSmmCommunicationPei 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
+"SMM Communication PEI Module"
Modified: trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,47 +1,23 @@
-\xFF\xFE/------e-----------------\ No newline at end of file
+// /** @file
+// PI SMM Communication SMM driver that installs the SMM Communication ACPI
Table.
+//
+// This SMM driver installs the SMM Communication ACPI Table defined in the
UEFI spec
+// which provides a mechanism that can be used in the OS present environment by
+// non-firmware agents for inter-mode communication with SMM agents. It also
saves
+// SMM communication context for use by SMM Communication PEIM in the S3 boot
mode.
+//
+// Copyright (c) 2010 - 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 "PI SMM Communication
SMM driver that installs the SMM Communication ACPI Table"
+
+#string STR_MODULE_DESCRIPTION #language en-US "This SMM driver
installs the SMM Communication ACPI Table defined in the UEFI Specification,
which provides a mechanism that can be used in the OS-present environment by
non-firmware agents for inter-mode communication with SMM agents. It also saves
an SMM communication context for use by SMM Communication PEIM in the S3 boot
mode."
Modified:
trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmmExtra.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmmExtra.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmmExtra.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,37 +1,18 @@
-\xFF\xFE/------------------\ No newline at end of file
+// /** @file
+// PiSmmCommunicationSmm 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
+"SMM Communication ACPI Table DXE Driver"
Modified: trunk/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.uni 2015-12-15
04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.uni 2015-12-15
04:59:14 UTC (rev 19264)
@@ -1,43 +1,21 @@
-\xFF\xFE/---------------------\ No newline at end of file
+// /** @file
+// CPU SMM driver.
+//
+// This SMM driver performs SMM initialization, deploy SMM Entry Vector,
+// provides CPU specific services in SMM.
+//
+// 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_MODULE_ABSTRACT #language en-US "CPU SMM driver"
+
+#string STR_MODULE_DESCRIPTION #language en-US "This SMM driver
performs SMM initialization, deploys SMM Entry Vector, and provides
CPU-specific services in SMM."
Modified: trunk/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmmExtra.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmmExtra.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmmExtra.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,37 +1,18 @@
-\xFF\xFE/------------------\ No newline at end of file
+// /** @file
+// PiSmmCpuDxeSmm Localized Strings and Content
+//
+// Copyright (c) 2013 - 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_PROPERTIES_MODULE_NAME
+#language en-US
+"Processor SMM Initialization DXE Driver"
Modified: trunk/edk2/UefiCpuPkg/ResetVector/FixupVtf/ResetVector.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/ResetVector/FixupVtf/ResetVector.uni 2015-12-15
04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/ResetVector/FixupVtf/ResetVector.uni 2015-12-15
04:59:14 UTC (rev 19264)
@@ -1,43 +1,21 @@
-\xFF\xFE/---------------------\ No newline at end of file
+// /** @file
+// Reset Vector
+//
+// This VTF requires build time fixups in order to find the SEC entry point.
+//
+// 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 "Reset Vector"
+
+#string STR_MODULE_DESCRIPTION #language en-US "This VTF requires
build time fixups in order to find the SEC entry point"
+
Modified: trunk/edk2/UefiCpuPkg/ResetVector/FixupVtf/ResetVectorExtra.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/ResetVector/FixupVtf/ResetVectorExtra.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/ResetVector/FixupVtf/ResetVectorExtra.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,35 +1,17 @@
-\xFF\xFE/-----------------\ No newline at end of file
+// /** @file
+// ResetVector 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 "ResetVector module"
+
+
Modified: trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.uni 2015-12-15
04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.uni 2015-12-15
04:59:14 UTC (rev 19264)
@@ -1,43 +1,21 @@
-\xFF\xFE/---------------------\ No newline at end of file
+// /** @file
+// Reset Vector binary
+//
+// Reset Vector binary
+//
+// 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 "Reset Vector binary"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Reset Vector binary"
+
Modified: trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVectorExtra.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVectorExtra.uni
2015-12-15 04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVectorExtra.uni
2015-12-15 04:59:14 UTC (rev 19264)
@@ -1,35 +1,17 @@
-\xFF\xFE/-----------------\ No newline at end of file
+// /** @file
+// ResetVector 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 "ResetVector module"
+
+
Modified: trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/ResetVector.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/ResetVector.uni 2015-12-15
04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/ResetVector.uni 2015-12-15
04:59:14 UTC (rev 19264)
@@ -1,43 +1,21 @@
-\xFF\xFE/---------------------\ No newline at end of file
+// /** @file
+// Reset Vector
+//
+// Reset Vector
+//
+// 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 "Reset Vector"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Reset Vector"
+
Modified: trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/ResetVectorExtra.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/ResetVectorExtra.uni 2015-12-15
04:58:48 UTC (rev 19263)
+++ trunk/edk2/UefiCpuPkg/ResetVector/Vtf0/ResetVectorExtra.uni 2015-12-15
04:59:14 UTC (rev 19264)
@@ -1,35 +1,17 @@
-\xFF\xFE/-----------------\ No newline at end of file
+// /** @file
+// ResetVector 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 "ResetVector module"
+
+
Modified: trunk/edk2/UefiCpuPkg/SecCore/SecCore.uni
===================================================================
--- trunk/edk2/UefiCpuPkg/SecCore/SecCore.uni 2015-12-15 04:58:48 UTC (rev
19263)
+++ trunk/edk2/UefiCpuPkg/SecCore/SecCore.uni 2015-12-15 04:59:14 UTC (rev
19264)
@@ -1,49 +1,24 @@
-\xFF\xFE/
@@ Diff output truncated at 100000 characters. @@
------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits