De-unicode in comment for all source files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5302 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1069,7 +1069,7 @@ typedef struct {
|
||||
|
||||
PAL Procedure - PAL_FIXED_ADDR.
|
||||
|
||||
Return the fixed component of a processor<EFBFBD><EFBFBD>s directed address.
|
||||
Return the fixed component of a processor's directed address.
|
||||
It is required by IPF. It is required by IPF. The PAL
|
||||
procedure supports the Static Registers calling convention. It
|
||||
could be called at physical mode and virtual mode.
|
||||
@@ -3239,7 +3239,7 @@ typedef struct {
|
||||
/**
|
||||
|
||||
@param Mode Bit2:0, Indicates the mode of operation for this
|
||||
procedure: 0 - Query mode 1 <EFBFBD>C Error inject mode
|
||||
procedure: 0 - Query mode 1 - Error inject mode
|
||||
(err_inj should also be specified) 2 - Cancel
|
||||
outstanding trigger. All other fields in
|
||||
PAL_MC_ERROR_TYPE_INFO,
|
||||
@@ -3409,7 +3409,7 @@ typedef struct {
|
||||
|
||||
/**
|
||||
|
||||
Buffer Pointed to by err_data_buffer <EFBFBD>C TLB
|
||||
Buffer Pointed to by err_data_buffer - TLB
|
||||
|
||||
**/
|
||||
typedef struct {
|
||||
@@ -3865,7 +3865,7 @@ typedef struct {
|
||||
when transitioning to virtual mode
|
||||
operations.
|
||||
|
||||
@return R9 Virtualization Service Address <EFBFBD>C VSA specifies
|
||||
@return R9 Virtualization Service Address - VSA specifies
|
||||
the virtual base address of the PAL
|
||||
virtualization services in this virtual
|
||||
environment.
|
||||
@@ -4037,7 +4037,7 @@ typedef struct {
|
||||
as required or optional. If a PAL procedure is specified as optional, a unique return
|
||||
code of 0xFFFFFFFFFFFFFFFF is returned in the Status field of the PAL_CALL_RETURN structure.
|
||||
This indicates that the procedure is not present in this PAL implementation. It is the
|
||||
caller<EFBFBD><EFBFBD>s responsibility to check for this return code after calling any optional PAL
|
||||
caller's responsibility to check for this return code after calling any optional PAL
|
||||
procedure. No parameter checking is performed on the 4 input parameters, but there are
|
||||
some common rules that the caller should follow when making a PAL call. Any address
|
||||
passed to PAL as buffers for return parameters must be 8-byte aligned. Unaligned addresses
|
||||
|
@@ -91,7 +91,7 @@ typedef struct {
|
||||
EFI_HOB_GENERIC_HEADER Header;
|
||||
EFI_HOB_MEMORY_ALLOCATION_HEADER AllocDescriptor;
|
||||
//
|
||||
// Additional data pertaining to the <EFBFBD><EFBFBD>Name<EFBFBD><EFBFBD> Guid memory
|
||||
// Additional data pertaining to the "Name" Guid memory
|
||||
// may go here.
|
||||
//
|
||||
} EFI_HOB_MEMORY_ALLOCATION;
|
||||
@@ -109,7 +109,7 @@ typedef struct {
|
||||
|
||||
//
|
||||
// Defines the location of the boot-strap
|
||||
// processor (BSP) BSPStore (<EFBFBD><EFBFBD>Backing Store Pointer Store<EFBFBD><EFBFBD>).
|
||||
// processor (BSP) BSPStore ("Backing Store Pointer Store").
|
||||
// This HOB is valid for the Itanium processor family only
|
||||
// register overflow store.
|
||||
//
|
||||
|
@@ -60,7 +60,7 @@ EFI_STATUS
|
||||
|
||||
|
||||
/**
|
||||
This PPI<EFBFBD><EFBFBD>s single member function decompresses a compression
|
||||
This PPI's single member function decompresses a compression
|
||||
encapsulated section. It is used by the PEI Foundation to
|
||||
process sectioned files. Prior to the installation of this PPI,
|
||||
compression sections will be ignored.
|
||||
|
@@ -33,12 +33,12 @@ typedef struct _EFI_PEI_READ_ONLY_VARIABLE2_PPI EFI_PEI_READ_ONLY_VARIABLE2_PPI
|
||||
|
||||
@param This A pointer to this instance of the EFI_PEI_READ_ONLY_VARIABLE2_PPI.
|
||||
|
||||
@param VariableName A pointer to a null-terminated string that is the variable<EFBFBD><EFBFBD>s name.
|
||||
@param VariableName A pointer to a null-terminated string that is the variable's name.
|
||||
|
||||
@param VendorGuid A pointer to an EFI_GUID that is the variable<EFBFBD><EFBFBD>s GUID. The combination of
|
||||
@param VendorGuid A pointer to an EFI_GUID that is the variable's GUID. The combination of
|
||||
VariableGuid and VariableName must be unique.
|
||||
|
||||
@param Attributes If non-NULL, on return, points to the variable<EFBFBD><EFBFBD>s attributes. See <EFBFBD><EFBFBD>Related Definitons<EFBFBD><EFBFBD>
|
||||
@param Attributes If non-NULL, on return, points to the variable's attributes. See "Related Definitons"
|
||||
below for possible attribute values.
|
||||
|
||||
@param DataSize On entry, points to the size in bytes of the Data buffer. On return, points to the size of
|
||||
@@ -84,11 +84,11 @@ EFI_STATUS
|
||||
|
||||
@param VariableNameSize On entry, points to the size of the buffer pointed to by VariableName.
|
||||
|
||||
@param VariableName On entry, a pointer to a null-terminated string that is the variable<EFBFBD><EFBFBD>s name.
|
||||
On return, points to the next variable<EFBFBD><EFBFBD>s null-terminated name string.
|
||||
@param VariableName On entry, a pointer to a null-terminated string that is the variable's name.
|
||||
On return, points to the next variable's null-terminated name string.
|
||||
|
||||
@param VendorGuid On entry, a pointer to an UEFI _GUID that is the variable<EFBFBD><EFBFBD>s GUID.
|
||||
On return, a pointer to the next variable<EFBFBD><EFBFBD>s GUID.
|
||||
@param VendorGuid On entry, a pointer to an UEFI _GUID that is the variable's GUID.
|
||||
On return, a pointer to the next variable's GUID.
|
||||
|
||||
|
||||
@retval EFI_SUCCESS The variable was read successfully.
|
||||
|
@@ -308,7 +308,7 @@ EFI_STATUS
|
||||
EFI_HII_OUT_FLAG_CLIP_CLEAN_X is set. This flag cannot be used
|
||||
with EFI_HII_OUT_FLAG_CLIP_CLEAN_X. If
|
||||
EFI_HII_OUT_FLAG_TRANSPARENT is set, then BackgroundColor is
|
||||
ignored and all off<EFBFBD><EFBFBD> pixels in the character<EFBFBD><EFBFBD>s glyph will
|
||||
ignored and all off" pixels in the character's glyph will
|
||||
use the pixel value from Blt. This flag cannot be used if Blt
|
||||
is NULL upon entry. If EFI_HII_IGNORE_IF_NO_GLYPH is set, then
|
||||
characters which have no glyphs are not drawn. Otherwise, they
|
||||
|
@@ -268,7 +268,7 @@ EFI_STATUS
|
||||
configuration information from the platform. For every call to
|
||||
Query() there must be a matching call to Response() so the
|
||||
UEFI driver can inform the platform how it used the
|
||||
information passed in from Query(). It<EFBFBD><EFBFBD>s legal for a UEFI
|
||||
information passed in from Query(). It's legal for a UEFI
|
||||
driver to use Response() to inform the platform it does not
|
||||
understand the data returned via Query() and thus no action was
|
||||
taken.
|
||||
|
@@ -1,16 +1,16 @@
|
||||
/** @file
|
||||
/** @file
|
||||
TCG Service Protocol as defined in TCG_EFI_Protocol_1_20_Final
|
||||
See http://trustedcomputinggroup.org for the latest specification
|
||||
|
||||
Copyright (c) 2007, Intel Corporation
|
||||
All rights reserved. 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.
|
||||
|
||||
See http://trustedcomputinggroup.org for the latest specification
|
||||
|
||||
Copyright (c) 2007, Intel Corporation
|
||||
All rights reserved. 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.
|
||||
|
||||
**/
|
||||
|
||||
#ifndef _TCG_SERVICE_PROTOCOL_H_
|
||||
@@ -213,7 +213,7 @@ EFI_STATUS
|
||||
@param LogEvent This service abstracts the capability to add
|
||||
an entry to the Event Log.
|
||||
@param PassThroughToTPM This service provides a pass-through capability
|
||||
from the caller to the system<EFBFBD><EFBFBD>s TPM.
|
||||
from the caller to the system's TPM.
|
||||
@param HashLogExtendEvent This service abstracts the capability to do a hash
|
||||
operation on a data buffer, extend a specific TPM PCR
|
||||
with the hash result, and add an entry to the Event Log.
|
||||
|
@@ -1397,8 +1397,8 @@ typedef struct {
|
||||
#define EFI_AFFECTED_BY_STANDARD_SHIFT 0x0001
|
||||
//
|
||||
// This key is affected by the caps lock so that if a keyboard driver
|
||||
// would need to disambiguate between a key which had a <EFBFBD><EFBFBD>1<EFBFBD><EFBFBD> defined
|
||||
// versus a <EFBFBD><EFBFBD>a<EFBFBD><EFBFBD> character. Having this bit turned on would tell
|
||||
// would need to disambiguate between a key which had a "1" defined
|
||||
// versus a "a" character. Having this bit turned on would tell
|
||||
// the keyboard driver to use the appropriate shifted state or not.
|
||||
//
|
||||
#define EFI_AFFECTED_BY_CAPS_LOCK 0x0002
|
||||
|
@@ -318,7 +318,7 @@ EFI_STATUS
|
||||
|
||||
|
||||
//
|
||||
// These types can be ORed together as needed <EFBFBD>C for example,
|
||||
// These types can be ORed together as needed - for example,
|
||||
// EVT_TIMER might be Ored with EVT_NOTIFY_WAIT or
|
||||
// EVT_NOTIFY_SIGNAL.
|
||||
//
|
||||
@@ -341,7 +341,7 @@ EFI_STATUS
|
||||
#define EFI_EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
|
||||
|
||||
//
|
||||
// The event<EFBFBD><EFBFBD>s NotifyContext pointer points to a runtime memory
|
||||
// The event's NotifyContext pointer points to a runtime memory
|
||||
// address.
|
||||
// The event is deprecated in UEFI2.0 and later specifications.
|
||||
//
|
||||
|
Reference in New Issue
Block a user