mirror of https://github.com/acidanthera/audk.git
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:
parent
b233cbe5cc
commit
ac64461468
|
@ -2,7 +2,7 @@
|
|||
This file declares Security Architectural PPI.
|
||||
|
||||
This PPI is installed by some platform PEIM that abstracts the security policy to the PEI
|
||||
Foundation, namely the case of a PEIM¡¯s authentication state being returned during the PEI section
|
||||
Foundation, namely the case of a PEIM's authentication state being returned during the PEI section
|
||||
extraction process.
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
|
|
|
@ -732,14 +732,14 @@ UsbEnumerateNewDev (
|
|||
|
||||
//
|
||||
// After port is reset, hub establishes a signal path between
|
||||
// the device and host (DEFALUT state). Device¡¯s registers are
|
||||
// the device and host (DEFALUT state). Device's registers are
|
||||
// reset, use default address 0 (host enumerates one device at
|
||||
// a time) , and ready to respond to control transfer at EP 0.
|
||||
//
|
||||
|
||||
//
|
||||
// Host sends a Get_Descriptor request to learn the max packet
|
||||
// size of default pipe (only part of the device¡¯s descriptor).
|
||||
// size of default pipe (only part of the device's descriptor).
|
||||
//
|
||||
Status = UsbGetMaxPacketSize0 (Child);
|
||||
|
||||
|
@ -782,7 +782,7 @@ UsbEnumerateNewDev (
|
|||
DEBUG ((EFI_D_INFO, "UsbEnumerateNewDev: device is now ADDRESSED at %d\n", Address));
|
||||
|
||||
//
|
||||
// Host learns about the device¡¯s abilities by requesting device's
|
||||
// Host learns about the device's abilities by requesting device's
|
||||
// entire descriptions.
|
||||
//
|
||||
Status = UsbBuildDescTable (Child);
|
||||
|
|
|
@ -1370,7 +1370,7 @@ IsLineBreak (
|
|||
EFI_HII_OUT_FLAG_CLIP is implied. If this points
|
||||
to a NULL on entry, then a buffer
|
||||
will be allocated to hold the generated image and
|
||||
the pointer updated on exit. It is the caller¡¯s
|
||||
the pointer updated on exit. It is the caller's
|
||||
responsibility to free this buffer.
|
||||
@param BltX,BLTY Specifies the offset from the left and top edge
|
||||
of the image of the first character cell in the
|
||||
|
@ -1381,7 +1381,7 @@ IsLineBreak (
|
|||
updated to contain the number of elements.
|
||||
This array describes the characters which were at
|
||||
least partially drawn and the heights of the
|
||||
rows. It is the caller¡¯s responsibility to free
|
||||
rows. It is the caller's responsibility to free
|
||||
this buffer.
|
||||
@param RowInfoArraySize If this is non-NULL on entry, then on exit it
|
||||
contains the number of elements in RowInfoArray.
|
||||
|
@ -1923,7 +1923,7 @@ Exit:
|
|||
@param Flags Describes how the string is to be drawn.
|
||||
@param PackageList The package list in the HII database to search
|
||||
for the specified string.
|
||||
@param StringId The string¡¯s id, which is unique within
|
||||
@param StringId The string's id, which is unique within
|
||||
PackageList.
|
||||
@param Language Points to the language for the retrieved string.
|
||||
If NULL, then the current system language is
|
||||
|
@ -1939,7 +1939,7 @@ Exit:
|
|||
EFI_HII_OUT_FLAG_CLIP is implied. If this points
|
||||
to a NULL on entry, then a buffer
|
||||
will be allocated to hold the generated image and
|
||||
the pointer updated on exit. It is the caller¡¯s
|
||||
the pointer updated on exit. It is the caller's
|
||||
responsibility to free this buffer.
|
||||
@param BltX,BLTY Specifies the offset from the left and top edge
|
||||
of the image of the first character cell in the
|
||||
|
@ -1950,7 +1950,7 @@ Exit:
|
|||
updated to contain the number of elements.
|
||||
This array describes the characters which were at
|
||||
least partially drawn and the heights of the
|
||||
rows. It is the caller¡¯s responsibility to free
|
||||
rows. It is the caller's responsibility to free
|
||||
this buffer.
|
||||
@param RowInfoArraySize If this is non-NULL on entry, then on exit it
|
||||
contains the number of elements in RowInfoArray.
|
||||
|
@ -2071,7 +2071,7 @@ HiiStringIdToImage (
|
|||
system font and color.
|
||||
@param Blt Thus must point to a NULL on entry. A buffer will
|
||||
be allocated to hold the output and the pointer
|
||||
updated on exit. It is the caller¡¯s
|
||||
updated on exit. It is the caller's
|
||||
responsibility to free this buffer.
|
||||
@param Baseline Number of pixels from the bottom of the bitmap to
|
||||
the baseline.
|
||||
|
@ -2232,7 +2232,7 @@ Exit:
|
|||
are no more matching fonts.
|
||||
@param StringInfoIn Upon entry, points to the font to return
|
||||
information about.
|
||||
@param StringInfoOut Upon return, contains the matching font¡¯s
|
||||
@param StringInfoOut Upon return, contains the matching font's
|
||||
information. If NULL, then no information is
|
||||
returned. It's caller's responsibility to free
|
||||
this buffer.
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -790,7 +790,7 @@ HiiNewImage (
|
|||
@param This A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
|
||||
@param PackageList Handle of the package list where this image will
|
||||
be searched.
|
||||
@param ImageId The image¡¯s id,, which is unique within
|
||||
@param ImageId The image's id,, which is unique within
|
||||
PackageList.
|
||||
@param Image Points to the image.
|
||||
@param ImageSize On entry, points to the size of the buffer pointed
|
||||
|
@ -993,7 +993,7 @@ HiiGetImage (
|
|||
|
||||
@param This A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
|
||||
@param PackageList The package list containing the images.
|
||||
@param ImageId The image¡¯s id,, which is unique within
|
||||
@param ImageId The image's id,, which is unique within
|
||||
PackageList.
|
||||
@param Image Points to the image.
|
||||
|
||||
|
@ -1196,7 +1196,7 @@ HiiSetImage (
|
|||
this image and EFI_HII_DRAW_FLAG_CLIP is implied.
|
||||
If this points to a NULL on entry, then a buffer
|
||||
will be allocated to hold the generated image and
|
||||
the pointer updated on exit. It is the caller¡¯s
|
||||
the pointer updated on exit. It is the caller's
|
||||
responsibility to free this buffer.
|
||||
@param BltY Specifies the offset from the left and top edge of
|
||||
the output image of the first pixel in the image.
|
||||
|
@ -1441,7 +1441,7 @@ HiiDrawImage (
|
|||
EFI_HII_DRAW_FLAG_CLIP is implied. If this points
|
||||
to a NULL on entry, then a buffer will be
|
||||
allocated to hold the generated image and the
|
||||
pointer updated on exit. It is the caller¡¯s
|
||||
pointer updated on exit. It is the caller's
|
||||
responsibility to free this buffer.
|
||||
@param BltY Specifies the offset from the left and top edge of
|
||||
the output image of the first pixel in the image.
|
||||
|
|
|
@ -249,7 +249,7 @@ GetStringFontInfo (
|
|||
|
||||
@param Private Hii database private structure.
|
||||
@param StringPackage Hii string package instance.
|
||||
@param StringId The string¡¯s id, which is unique within
|
||||
@param StringId The string's id, which is unique within
|
||||
PackageList.
|
||||
@param BlockType Output the block type of found string block.
|
||||
@param StringBlockAddr Output the block address of found string block.
|
||||
|
@ -567,7 +567,7 @@ FindStringBlock (
|
|||
|
||||
@param Private Hii database private structure.
|
||||
@param StringPackage Hii string package instance.
|
||||
@param StringId The string¡¯s id, which is unique within
|
||||
@param StringId The string's id, which is unique within
|
||||
PackageList.
|
||||
@param String Points to retrieved null-terminated string.
|
||||
@param StringSize On entry, points to the size of the buffer pointed
|
||||
|
@ -672,7 +672,7 @@ GetStringWorker (
|
|||
|
||||
@param Private HII database driver private structure.
|
||||
@param StringPackage HII string package instance.
|
||||
@param StringId The string¡¯s id, which is unique within
|
||||
@param StringId The string's id, which is unique within
|
||||
PackageList.
|
||||
@param String Points to the new null-terminated string.
|
||||
@param StringFontInfo Points to the input font info.
|
||||
|
@ -909,7 +909,7 @@ SetStringWorker (
|
|||
not zero, the LanguageName being passed in will
|
||||
be ignored.
|
||||
@param String Points to the new null-terminated string.
|
||||
@param StringFontInfo Points to the new string¡¯s font information or
|
||||
@param StringFontInfo Points to the new string's font information or
|
||||
NULL if the string should have the default system
|
||||
font, size and style.
|
||||
|
||||
|
@ -1251,7 +1251,7 @@ HiiNewString (
|
|||
@param StringSize On entry, points to the size of the buffer pointed
|
||||
to by String, in bytes. On return, points to the
|
||||
length of the string, in bytes.
|
||||
@param StringFontInfo If not NULL, points to the string¡¯s font
|
||||
@param StringFontInfo If not NULL, points to the string's font
|
||||
information. It's caller's responsibility to free
|
||||
this buffer.
|
||||
|
||||
|
@ -1334,11 +1334,11 @@ HiiGetString (
|
|||
|
||||
@param This A pointer to the EFI_HII_STRING_PROTOCOL instance.
|
||||
@param PackageList The package list containing the strings.
|
||||
@param StringId The string¡¯s id, which is unique within
|
||||
@param StringId The string's id, which is unique within
|
||||
PackageList.
|
||||
@param Language Points to the language for the updated string.
|
||||
@param String Points to the new null-terminated string.
|
||||
@param StringFontInfo Points to the string¡¯s font information or NULL if
|
||||
@param StringFontInfo Points to the string's font information or NULL if
|
||||
the string font information is not changed.
|
||||
|
||||
@retval EFI_SUCCESS The string was updated successfully.
|
||||
|
|
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¡¯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 ¨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 ¨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 ¨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¡¯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 “Name” 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 (“Backing Store Pointer Store”).
|
||||
// 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¡¯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¡¯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¡¯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¡¯s attributes. See ¡°Related Definitons¡±
|
||||
@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¡¯s name.
|
||||
On return, points to the next variable¡¯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¡¯s GUID.
|
||||
On return, a pointer to the next variable¡¯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” pixels in the character’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¡¯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¡¯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 “1” defined
|
||||
// versus a “a” 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 ¨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¡¯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.
|
||||
//
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
// 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¡¯s responsibility to check for this return code after calling
|
||||
// It is the caller's responsibility to check for this return code after calling
|
||||
// any optional PAL procedure.
|
||||
// No parameter checking is performed on the 5 input parameters, but there are
|
||||
// some common rules that the caller should follow when making a PAL call. Any
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
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¡¯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
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
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¡¯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
|
||||
|
|
Loading…
Reference in New Issue