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 file declares Security Architectural PPI.
|
||||||
|
|
||||||
This PPI is installed by some platform PEIM that abstracts the security policy to the PEI
|
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.
|
extraction process.
|
||||||
|
|
||||||
Copyright (c) 2006, Intel Corporation
|
Copyright (c) 2006, Intel Corporation
|
||||||
|
|
|
@ -732,14 +732,14 @@ UsbEnumerateNewDev (
|
||||||
|
|
||||||
//
|
//
|
||||||
// After port is reset, hub establishes a signal path between
|
// 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
|
// reset, use default address 0 (host enumerates one device at
|
||||||
// a time) , and ready to respond to control transfer at EP 0.
|
// a time) , and ready to respond to control transfer at EP 0.
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// Host sends a Get_Descriptor request to learn the max packet
|
// 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);
|
Status = UsbGetMaxPacketSize0 (Child);
|
||||||
|
|
||||||
|
@ -782,7 +782,7 @@ UsbEnumerateNewDev (
|
||||||
DEBUG ((EFI_D_INFO, "UsbEnumerateNewDev: device is now ADDRESSED at %d\n", Address));
|
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.
|
// entire descriptions.
|
||||||
//
|
//
|
||||||
Status = UsbBuildDescTable (Child);
|
Status = UsbBuildDescTable (Child);
|
||||||
|
|
|
@ -1370,7 +1370,7 @@ IsLineBreak (
|
||||||
EFI_HII_OUT_FLAG_CLIP is implied. If this points
|
EFI_HII_OUT_FLAG_CLIP is implied. If this points
|
||||||
to a NULL on entry, then a buffer
|
to a NULL on entry, then a buffer
|
||||||
will be allocated to hold the generated image and
|
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.
|
responsibility to free this buffer.
|
||||||
@param BltX,BLTY Specifies the offset from the left and top edge
|
@param BltX,BLTY Specifies the offset from the left and top edge
|
||||||
of the image of the first character cell in the
|
of the image of the first character cell in the
|
||||||
|
@ -1381,7 +1381,7 @@ IsLineBreak (
|
||||||
updated to contain the number of elements.
|
updated to contain the number of elements.
|
||||||
This array describes the characters which were at
|
This array describes the characters which were at
|
||||||
least partially drawn and the heights of the
|
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.
|
this buffer.
|
||||||
@param RowInfoArraySize If this is non-NULL on entry, then on exit it
|
@param RowInfoArraySize If this is non-NULL on entry, then on exit it
|
||||||
contains the number of elements in RowInfoArray.
|
contains the number of elements in RowInfoArray.
|
||||||
|
@ -1923,7 +1923,7 @@ Exit:
|
||||||
@param Flags Describes how the string is to be drawn.
|
@param Flags Describes how the string is to be drawn.
|
||||||
@param PackageList The package list in the HII database to search
|
@param PackageList The package list in the HII database to search
|
||||||
for the specified string.
|
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.
|
PackageList.
|
||||||
@param Language Points to the language for the retrieved string.
|
@param Language Points to the language for the retrieved string.
|
||||||
If NULL, then the current system language is
|
If NULL, then the current system language is
|
||||||
|
@ -1939,7 +1939,7 @@ Exit:
|
||||||
EFI_HII_OUT_FLAG_CLIP is implied. If this points
|
EFI_HII_OUT_FLAG_CLIP is implied. If this points
|
||||||
to a NULL on entry, then a buffer
|
to a NULL on entry, then a buffer
|
||||||
will be allocated to hold the generated image and
|
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.
|
responsibility to free this buffer.
|
||||||
@param BltX,BLTY Specifies the offset from the left and top edge
|
@param BltX,BLTY Specifies the offset from the left and top edge
|
||||||
of the image of the first character cell in the
|
of the image of the first character cell in the
|
||||||
|
@ -1950,7 +1950,7 @@ Exit:
|
||||||
updated to contain the number of elements.
|
updated to contain the number of elements.
|
||||||
This array describes the characters which were at
|
This array describes the characters which were at
|
||||||
least partially drawn and the heights of the
|
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.
|
this buffer.
|
||||||
@param RowInfoArraySize If this is non-NULL on entry, then on exit it
|
@param RowInfoArraySize If this is non-NULL on entry, then on exit it
|
||||||
contains the number of elements in RowInfoArray.
|
contains the number of elements in RowInfoArray.
|
||||||
|
@ -2071,7 +2071,7 @@ HiiStringIdToImage (
|
||||||
system font and color.
|
system font and color.
|
||||||
@param Blt Thus must point to a NULL on entry. A buffer will
|
@param Blt Thus must point to a NULL on entry. A buffer will
|
||||||
be allocated to hold the output and the pointer
|
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.
|
responsibility to free this buffer.
|
||||||
@param Baseline Number of pixels from the bottom of the bitmap to
|
@param Baseline Number of pixels from the bottom of the bitmap to
|
||||||
the baseline.
|
the baseline.
|
||||||
|
@ -2232,7 +2232,7 @@ Exit:
|
||||||
are no more matching fonts.
|
are no more matching fonts.
|
||||||
@param StringInfoIn Upon entry, points to the font to return
|
@param StringInfoIn Upon entry, points to the font to return
|
||||||
information about.
|
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
|
information. If NULL, then no information is
|
||||||
returned. It's caller's responsibility to free
|
returned. It's caller's responsibility to free
|
||||||
this buffer.
|
this buffer.
|
||||||
|
|
|
@ -383,7 +383,7 @@ GetSystemFont (
|
||||||
|
|
||||||
@param Private Hii database private structure.
|
@param Private Hii database private structure.
|
||||||
@param StringPackage Hii string package instance.
|
@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.
|
PackageList.
|
||||||
@param BlockType Output the block type of found string block.
|
@param BlockType Output the block type of found string block.
|
||||||
@param StringBlockAddr Output the block address of found string block.
|
@param StringBlockAddr Output the block address of found string block.
|
||||||
|
@ -466,7 +466,7 @@ FindGlyphBlock (
|
||||||
EFI_HII_OUT_FLAG_CLIP is implied. If this points
|
EFI_HII_OUT_FLAG_CLIP is implied. If this points
|
||||||
to a NULL on entry, then a buffer
|
to a NULL on entry, then a buffer
|
||||||
will be allocated to hold the generated image and
|
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.
|
responsibility to free this buffer.
|
||||||
@param BltX,BLTY Specifies the offset from the left and top edge
|
@param BltX,BLTY Specifies the offset from the left and top edge
|
||||||
of the image of the first character cell in the
|
of the image of the first character cell in the
|
||||||
|
@ -477,7 +477,7 @@ FindGlyphBlock (
|
||||||
updated to contain the number of elements.
|
updated to contain the number of elements.
|
||||||
This array describes the characters which were at
|
This array describes the characters which were at
|
||||||
least partially drawn and the heights of the
|
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.
|
this buffer.
|
||||||
@param RowInfoArraySize If this is non-NULL on entry, then on exit it
|
@param RowInfoArraySize If this is non-NULL on entry, then on exit it
|
||||||
contains the number of elements in RowInfoArray.
|
contains the number of elements in RowInfoArray.
|
||||||
|
@ -522,7 +522,7 @@ HiiStringToImage (
|
||||||
@param Flags Describes how the string is to be drawn.
|
@param Flags Describes how the string is to be drawn.
|
||||||
@param PackageList The package list in the HII database to search
|
@param PackageList The package list in the HII database to search
|
||||||
for the specified string.
|
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.
|
PackageList.
|
||||||
@param Language Points to the language for the retrieved string.
|
@param Language Points to the language for the retrieved string.
|
||||||
If NULL, then the current system language is
|
If NULL, then the current system language is
|
||||||
|
@ -538,7 +538,7 @@ HiiStringToImage (
|
||||||
EFI_HII_OUT_FLAG_CLIP is implied. If this points
|
EFI_HII_OUT_FLAG_CLIP is implied. If this points
|
||||||
to a NULL on entry, then a buffer
|
to a NULL on entry, then a buffer
|
||||||
will be allocated to hold the generated image and
|
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.
|
responsibility to free this buffer.
|
||||||
@param BltX,BLTY Specifies the offset from the left and top edge
|
@param BltX,BLTY Specifies the offset from the left and top edge
|
||||||
of the image of the first character cell in the
|
of the image of the first character cell in the
|
||||||
|
@ -549,7 +549,7 @@ HiiStringToImage (
|
||||||
updated to contain the number of elements.
|
updated to contain the number of elements.
|
||||||
This array describes the characters which were at
|
This array describes the characters which were at
|
||||||
least partially drawn and the heights of the
|
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.
|
this buffer.
|
||||||
@param RowInfoArraySize If this is non-NULL on entry, then on exit it
|
@param RowInfoArraySize If this is non-NULL on entry, then on exit it
|
||||||
contains the number of elements in RowInfoArray.
|
contains the number of elements in RowInfoArray.
|
||||||
|
@ -599,7 +599,7 @@ HiiStringIdToImage (
|
||||||
system font and color.
|
system font and color.
|
||||||
@param Blt Thus must point to a NULL on entry. A buffer will
|
@param Blt Thus must point to a NULL on entry. A buffer will
|
||||||
be allocated to hold the output and the pointer
|
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.
|
responsibility to free this buffer.
|
||||||
@param Baseline Number of pixels from the bottom of the bitmap to
|
@param Baseline Number of pixels from the bottom of the bitmap to
|
||||||
the baseline.
|
the baseline.
|
||||||
|
@ -636,7 +636,7 @@ HiiGetGlyph (
|
||||||
are no more matching fonts.
|
are no more matching fonts.
|
||||||
@param StringInfoIn Upon entry, points to the font to return
|
@param StringInfoIn Upon entry, points to the font to return
|
||||||
information about.
|
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
|
information. If NULL, then no information is
|
||||||
returned. It's caller's responsibility to free
|
returned. It's caller's responsibility to free
|
||||||
this buffer.
|
this buffer.
|
||||||
|
@ -703,7 +703,7 @@ HiiNewImage (
|
||||||
@param This A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
|
@param This A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
|
||||||
@param PackageList Handle of the package list where this image will
|
@param PackageList Handle of the package list where this image will
|
||||||
be searched.
|
be searched.
|
||||||
@param ImageId The image’s id,, which is unique within
|
@param ImageId The image's id,, which is unique within
|
||||||
PackageList.
|
PackageList.
|
||||||
@param Image Points to the image.
|
@param Image Points to the image.
|
||||||
@param ImageSize On entry, points to the size of the buffer
|
@param ImageSize On entry, points to the size of the buffer
|
||||||
|
@ -735,7 +735,7 @@ HiiGetImage (
|
||||||
|
|
||||||
@param This A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
|
@param This A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
|
||||||
@param PackageList The package list containing the images.
|
@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.
|
PackageList.
|
||||||
@param Image Points to the image.
|
@param Image Points to the image.
|
||||||
|
|
||||||
|
@ -771,7 +771,7 @@ HiiSetImage (
|
||||||
implied. If this points to a NULL on entry, then
|
implied. If this points to a NULL on entry, then
|
||||||
a buffer will be allocated to hold the generated
|
a buffer will be allocated to hold the generated
|
||||||
image and the pointer updated on exit. It is the
|
image and the pointer updated on exit. It is the
|
||||||
caller’s responsibility to free this buffer.
|
caller's responsibility to free this buffer.
|
||||||
@param BltY Specifies the offset from the left and top edge
|
@param BltY Specifies the offset from the left and top edge
|
||||||
of the output image of the first pixel in the
|
of the output image of the first pixel in the
|
||||||
image.
|
image.
|
||||||
|
@ -813,7 +813,7 @@ HiiDrawImage (
|
||||||
EFI_HII_DRAW_FLAG_CLIP is implied. If this points
|
EFI_HII_DRAW_FLAG_CLIP is implied. If this points
|
||||||
to a NULL on entry, then a buffer will be
|
to a NULL on entry, then a buffer will be
|
||||||
allocated to hold the generated image and the
|
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.
|
responsibility to free this buffer.
|
||||||
@param BltY Specifies the offset from the left and top edge
|
@param BltY Specifies the offset from the left and top edge
|
||||||
of the output image of the first pixel in the
|
of the output image of the first pixel in the
|
||||||
|
@ -863,7 +863,7 @@ HiiDrawImageId (
|
||||||
Language is not zero, the LanguageName being
|
Language is not zero, the LanguageName being
|
||||||
passed in will be ignored.
|
passed in will be ignored.
|
||||||
@param String Points to the new null-terminated string.
|
@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
|
NULL if the string should have the default system
|
||||||
font, size and style.
|
font, size and style.
|
||||||
|
|
||||||
|
@ -906,7 +906,7 @@ HiiNewString (
|
||||||
@param StringSize On entry, points to the size of the buffer
|
@param StringSize On entry, points to the size of the buffer
|
||||||
pointed to by String, in bytes. On return,
|
pointed to by String, in bytes. On return,
|
||||||
points to the length of the string, in bytes.
|
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
|
information. It's caller's responsibility to
|
||||||
free this buffer.
|
free this buffer.
|
||||||
|
|
||||||
|
@ -943,11 +943,11 @@ HiiGetString (
|
||||||
@param This A pointer to the EFI_HII_STRING_PROTOCOL
|
@param This A pointer to the EFI_HII_STRING_PROTOCOL
|
||||||
instance.
|
instance.
|
||||||
@param PackageList The package list containing the strings.
|
@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.
|
PackageList.
|
||||||
@param Language Points to the language for the updated string.
|
@param Language Points to the language for the updated string.
|
||||||
@param String Points to the new null-terminated string.
|
@param String Points to the new null-terminated string.
|
||||||
@param StringFontInfo Points to the string’s font information or NULL
|
@param StringFontInfo Points to the string's font information or NULL
|
||||||
if the string font information is not changed.
|
if the string font information is not changed.
|
||||||
|
|
||||||
@retval EFI_SUCCESS The string was updated successfully.
|
@retval EFI_SUCCESS The string was updated successfully.
|
||||||
|
@ -1429,9 +1429,9 @@ HiiGetPackageListHandle (
|
||||||
@retval EFI_OUT_OF_RESOURCES Not enough memory to store the parts of the
|
@retval EFI_OUT_OF_RESOURCES Not enough memory to store the parts of the
|
||||||
results that must be stored awaiting possible
|
results that must be stored awaiting possible
|
||||||
future protocols.
|
future protocols.
|
||||||
@retval EFI_NOT_FOUND Routing data doesn’t match any known driver.
|
@retval EFI_NOT_FOUND Routing data doesn't match any known driver.
|
||||||
Progress set to the “G” in “GUID” of the
|
Progress set to the "G" in "GUID" of the
|
||||||
routing header that doesn’t match. Note: There
|
routing header that doesn't match. Note: There
|
||||||
is no requirement that all routing data
|
is no requirement that all routing data
|
||||||
be validated before any configuration extraction.
|
be validated before any configuration extraction.
|
||||||
@retval EFI_INVALID_PARAMETER For example, passing in a NULL for the Request
|
@retval EFI_INVALID_PARAMETER For example, passing in a NULL for the Request
|
||||||
|
@ -1522,7 +1522,7 @@ HiiConfigRoutingRoutConfig (
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This helper function is to be called by drivers to map configuration data stored
|
This helper function is to be called by drivers to map configuration data stored
|
||||||
in byte array (“block”) formats such as UEFI Variables into current configuration strings.
|
in byte array ("block") formats such as UEFI Variables into current configuration strings.
|
||||||
|
|
||||||
@param This A pointer to the EFI_HII_CONFIG_ROUTING_PROTOCOL
|
@param This A pointer to the EFI_HII_CONFIG_ROUTING_PROTOCOL
|
||||||
instance.
|
instance.
|
||||||
|
@ -1551,12 +1551,12 @@ HiiConfigRoutingRoutConfig (
|
||||||
error. Progress points to the first character of
|
error. Progress points to the first character of
|
||||||
ConfigRequest.
|
ConfigRequest.
|
||||||
@retval EFI_NOT_FOUND Target for the specified routing data was not
|
@retval EFI_NOT_FOUND Target for the specified routing data was not
|
||||||
found. Progress points to the “G” in “GUID” of
|
found. Progress points to the "G" in "GUID" of
|
||||||
the errant routing data.
|
the errant routing data.
|
||||||
@retval EFI_DEVICE_ERROR Block not large enough. Progress undefined.
|
@retval EFI_DEVICE_ERROR Block not large enough. Progress undefined.
|
||||||
@retval EFI_INVALID_PARAMETER Encountered non <BlockName> formatted string.
|
@retval EFI_INVALID_PARAMETER Encountered non <BlockName> formatted string.
|
||||||
Block is left updated and Progress points at
|
Block is left updated and Progress points at
|
||||||
the ‘&’ preceding the first non-<BlockName>.
|
the '&' preceding the first non-<BlockName>.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
@ -1574,7 +1574,7 @@ HiiBlockToConfig (
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This helper function is to be called by drivers to map configuration strings
|
This helper function is to be called by drivers to map configuration strings
|
||||||
to configurations stored in byte array (“block”) formats such as UEFI Variables.
|
to configurations stored in byte array ("block") formats such as UEFI Variables.
|
||||||
|
|
||||||
@param This A pointer to the EFI_HII_CONFIG_ROUTING_PROTOCOL
|
@param This A pointer to the EFI_HII_CONFIG_ROUTING_PROTOCOL
|
||||||
instance.
|
instance.
|
||||||
|
@ -1610,11 +1610,11 @@ HiiBlockToConfig (
|
||||||
error. Progress points to the first character of
|
error. Progress points to the first character of
|
||||||
ConfigResp.
|
ConfigResp.
|
||||||
@retval EFI_NOT_FOUND Target for the specified routing data was not
|
@retval EFI_NOT_FOUND Target for the specified routing data was not
|
||||||
found. Progress points to the “G” in “GUID” of
|
found. Progress points to the "G" in "GUID" of
|
||||||
the errant routing data.
|
the errant routing data.
|
||||||
@retval EFI_INVALID_PARAMETER Encountered non <BlockName> formatted name /
|
@retval EFI_INVALID_PARAMETER Encountered non <BlockName> formatted name /
|
||||||
value pair. Block is left updated and
|
value pair. Block is left updated and
|
||||||
Progress points at the ‘&’ preceding the first
|
Progress points at the '&' preceding the first
|
||||||
non-<BlockName>.
|
non-<BlockName>.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -790,7 +790,7 @@ HiiNewImage (
|
||||||
@param This A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
|
@param This A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
|
||||||
@param PackageList Handle of the package list where this image will
|
@param PackageList Handle of the package list where this image will
|
||||||
be searched.
|
be searched.
|
||||||
@param ImageId The image¡¯s id,, which is unique within
|
@param ImageId The image's id,, which is unique within
|
||||||
PackageList.
|
PackageList.
|
||||||
@param Image Points to the image.
|
@param Image Points to the image.
|
||||||
@param ImageSize On entry, points to the size of the buffer pointed
|
@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 This A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
|
||||||
@param PackageList The package list containing the images.
|
@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.
|
PackageList.
|
||||||
@param Image Points to the image.
|
@param Image Points to the image.
|
||||||
|
|
||||||
|
@ -1196,7 +1196,7 @@ HiiSetImage (
|
||||||
this image and EFI_HII_DRAW_FLAG_CLIP is implied.
|
this image and EFI_HII_DRAW_FLAG_CLIP is implied.
|
||||||
If this points to a NULL on entry, then a buffer
|
If this points to a NULL on entry, then a buffer
|
||||||
will be allocated to hold the generated image and
|
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.
|
responsibility to free this buffer.
|
||||||
@param BltY Specifies the offset from the left and top edge of
|
@param BltY Specifies the offset from the left and top edge of
|
||||||
the output image of the first pixel in the image.
|
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
|
EFI_HII_DRAW_FLAG_CLIP is implied. If this points
|
||||||
to a NULL on entry, then a buffer will be
|
to a NULL on entry, then a buffer will be
|
||||||
allocated to hold the generated image and the
|
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.
|
responsibility to free this buffer.
|
||||||
@param BltY Specifies the offset from the left and top edge of
|
@param BltY Specifies the offset from the left and top edge of
|
||||||
the output image of the first pixel in the image.
|
the output image of the first pixel in the image.
|
||||||
|
|
|
@ -249,7 +249,7 @@ GetStringFontInfo (
|
||||||
|
|
||||||
@param Private Hii database private structure.
|
@param Private Hii database private structure.
|
||||||
@param StringPackage Hii string package instance.
|
@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.
|
PackageList.
|
||||||
@param BlockType Output the block type of found string block.
|
@param BlockType Output the block type of found string block.
|
||||||
@param StringBlockAddr Output the block address 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 Private Hii database private structure.
|
||||||
@param StringPackage Hii string package instance.
|
@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.
|
PackageList.
|
||||||
@param String Points to retrieved null-terminated string.
|
@param String Points to retrieved null-terminated string.
|
||||||
@param StringSize On entry, points to the size of the buffer pointed
|
@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 Private HII database driver private structure.
|
||||||
@param StringPackage HII string package instance.
|
@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.
|
PackageList.
|
||||||
@param String Points to the new null-terminated string.
|
@param String Points to the new null-terminated string.
|
||||||
@param StringFontInfo Points to the input font info.
|
@param StringFontInfo Points to the input font info.
|
||||||
|
@ -909,7 +909,7 @@ SetStringWorker (
|
||||||
not zero, the LanguageName being passed in will
|
not zero, the LanguageName being passed in will
|
||||||
be ignored.
|
be ignored.
|
||||||
@param String Points to the new null-terminated string.
|
@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
|
NULL if the string should have the default system
|
||||||
font, size and style.
|
font, size and style.
|
||||||
|
|
||||||
|
@ -1251,7 +1251,7 @@ HiiNewString (
|
||||||
@param StringSize On entry, points to the size of the buffer pointed
|
@param StringSize On entry, points to the size of the buffer pointed
|
||||||
to by String, in bytes. On return, points to the
|
to by String, in bytes. On return, points to the
|
||||||
length of the string, in bytes.
|
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
|
information. It's caller's responsibility to free
|
||||||
this buffer.
|
this buffer.
|
||||||
|
|
||||||
|
@ -1334,11 +1334,11 @@ HiiGetString (
|
||||||
|
|
||||||
@param This A pointer to the EFI_HII_STRING_PROTOCOL instance.
|
@param This A pointer to the EFI_HII_STRING_PROTOCOL instance.
|
||||||
@param PackageList The package list containing the strings.
|
@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.
|
PackageList.
|
||||||
@param Language Points to the language for the updated string.
|
@param Language Points to the language for the updated string.
|
||||||
@param String Points to the new null-terminated 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.
|
the string font information is not changed.
|
||||||
|
|
||||||
@retval EFI_SUCCESS The string was updated successfully.
|
@retval EFI_SUCCESS The string was updated successfully.
|
||||||
|
|
|
@ -4621,9 +4621,9 @@ AsmReadDbr (
|
||||||
|
|
||||||
All processor implementations provide at least 4 performance counters
|
All processor implementations provide at least 4 performance counters
|
||||||
(PMC/PMD [4]...PMC/PMD [7] pairs), and 4 performance monitor counter overflow
|
(PMC/PMD [4]...PMC/PMD [7] pairs), and 4 performance monitor counter overflow
|
||||||
status registers (PMC [0]¡ PMC [3]). Processor implementations may provide
|
status registers (PMC [0]... PMC [3]). Processor implementations may provide
|
||||||
additional implementation-dependent PMC and PMD to increase the number of
|
additional implementation-dependent PMC and PMD to increase the number of
|
||||||
¡®generic¡¯ performance counters (PMC/PMD pairs). The remainder of PMC and PMD
|
'generic' performance counters (PMC/PMD pairs). The remainder of PMC and PMD
|
||||||
register set is implementation dependent. No parameter checking is performed
|
register set is implementation dependent. No parameter checking is performed
|
||||||
on Index. If the Index value is beyond the implemented PMC register range,
|
on Index. If the Index value is beyond the implemented PMC register range,
|
||||||
zero value will be returned.
|
zero value will be returned.
|
||||||
|
@ -4647,9 +4647,9 @@ AsmReadPmc (
|
||||||
|
|
||||||
All processor implementations provide at least 4 performance counters
|
All processor implementations provide at least 4 performance counters
|
||||||
(PMC/PMD [4]...PMC/PMD [7] pairs), and 4 performance monitor counter
|
(PMC/PMD [4]...PMC/PMD [7] pairs), and 4 performance monitor counter
|
||||||
overflow status registers (PMC [0]¡ PMC [3]). Processor implementations may
|
overflow status registers (PMC [0]... PMC [3]). Processor implementations may
|
||||||
provide additional implementation-dependent PMC and PMD to increase the number
|
provide additional implementation-dependent PMC and PMD to increase the number
|
||||||
of ¡®generic¡¯ performance counters (PMC/PMD pairs). The remainder of PMC and PMD
|
of 'generic' performance counters (PMC/PMD pairs). The remainder of PMC and PMD
|
||||||
register set is implementation dependent. No parameter checking is performed
|
register set is implementation dependent. No parameter checking is performed
|
||||||
on Index. If the Index value is beyond the implemented PMD register range,
|
on Index. If the Index value is beyond the implemented PMD register range,
|
||||||
zero value will be returned.
|
zero value will be returned.
|
||||||
|
@ -4729,8 +4729,8 @@ AsmWriteDbr (
|
||||||
Writes current value of Performance Monitor Configuration Register specified by Index.
|
Writes current value of Performance Monitor Configuration Register specified by Index.
|
||||||
All processor implementations provide at least 4 performance counters
|
All processor implementations provide at least 4 performance counters
|
||||||
(PMC/PMD [4]...PMC/PMD [7] pairs), and 4 performance monitor counter overflow status
|
(PMC/PMD [4]...PMC/PMD [7] pairs), and 4 performance monitor counter overflow status
|
||||||
registers (PMC [0]¡ PMC [3]). Processor implementations may provide additional
|
registers (PMC [0]... PMC [3]). Processor implementations may provide additional
|
||||||
implementation-dependent PMC and PMD to increase the number of ¡®generic¡¯ performance
|
implementation-dependent PMC and PMD to increase the number of 'generic' performance
|
||||||
counters (PMC/PMD pairs). The remainder of PMC and PMD register set is implementation
|
counters (PMC/PMD pairs). The remainder of PMC and PMD register set is implementation
|
||||||
dependent. No parameter checking is performed on Index. If the Index value is
|
dependent. No parameter checking is performed on Index. If the Index value is
|
||||||
beyond the implemented PMC register range, the write is ignored.
|
beyond the implemented PMC register range, the write is ignored.
|
||||||
|
@ -4756,8 +4756,8 @@ AsmWritePmc (
|
||||||
Writes current value of Performance Monitor Data Register specified by Index.
|
Writes current value of Performance Monitor Data Register specified by Index.
|
||||||
All processor implementations provide at least 4 performance counters
|
All processor implementations provide at least 4 performance counters
|
||||||
(PMC/PMD [4]...PMC/PMD [7] pairs), and 4 performance monitor counter overflow
|
(PMC/PMD [4]...PMC/PMD [7] pairs), and 4 performance monitor counter overflow
|
||||||
status registers (PMC [0]¡ PMC [3]). Processor implementations may provide
|
status registers (PMC [0]... PMC [3]). Processor implementations may provide
|
||||||
additional implementation-dependent PMC and PMD to increase the number of ¡®generic¡¯
|
additional implementation-dependent PMC and PMD to increase the number of 'generic'
|
||||||
performance counters (PMC/PMD pairs). The remainder of PMC and PMD register set
|
performance counters (PMC/PMD pairs). The remainder of PMC and PMD register set
|
||||||
is implementation dependent. No parameter checking is performed on Index. If the
|
is implementation dependent. No parameter checking is performed on Index. If the
|
||||||
Index value is beyond the implemented PMD register range, the write is ignored.
|
Index value is beyond the implemented PMD register range, the write is ignored.
|
||||||
|
@ -4860,7 +4860,7 @@ AsmCpuVirtual (
|
||||||
as optional, a unique return code of 0xFFFFFFFFFFFFFFFF is returned in the
|
as optional, a unique return code of 0xFFFFFFFFFFFFFFFF is returned in the
|
||||||
Status field of the PAL_CALL_RETURN structure.
|
Status field of the PAL_CALL_RETURN structure.
|
||||||
This indicates that the procedure is not present in this PAL implementation.
|
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.
|
any optional PAL procedure.
|
||||||
No parameter checking is performed on the 5 input parameters, but there are
|
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
|
some common rules that the caller should follow when making a PAL call. Any
|
||||||
|
|
|
@ -1069,7 +1069,7 @@ typedef struct {
|
||||||
|
|
||||||
PAL Procedure - PAL_FIXED_ADDR.
|
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
|
It is required by IPF. It is required by IPF. The PAL
|
||||||
procedure supports the Static Registers calling convention. It
|
procedure supports the Static Registers calling convention. It
|
||||||
could be called at physical mode and virtual mode.
|
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
|
@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
|
(err_inj should also be specified) 2 - Cancel
|
||||||
outstanding trigger. All other fields in
|
outstanding trigger. All other fields in
|
||||||
PAL_MC_ERROR_TYPE_INFO,
|
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 {
|
typedef struct {
|
||||||
|
@ -3865,7 +3865,7 @@ typedef struct {
|
||||||
when transitioning to virtual mode
|
when transitioning to virtual mode
|
||||||
operations.
|
operations.
|
||||||
|
|
||||||
@return R9 Virtualization Service Address ¨C VSA specifies
|
@return R9 Virtualization Service Address - VSA specifies
|
||||||
the virtual base address of the PAL
|
the virtual base address of the PAL
|
||||||
virtualization services in this virtual
|
virtualization services in this virtual
|
||||||
environment.
|
environment.
|
||||||
|
@ -4037,7 +4037,7 @@ typedef struct {
|
||||||
as required or optional. If a PAL procedure is specified as optional, a unique return
|
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.
|
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
|
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
|
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
|
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
|
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_GENERIC_HEADER Header;
|
||||||
EFI_HOB_MEMORY_ALLOCATION_HEADER AllocDescriptor;
|
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.
|
// may go here.
|
||||||
//
|
//
|
||||||
} EFI_HOB_MEMORY_ALLOCATION;
|
} EFI_HOB_MEMORY_ALLOCATION;
|
||||||
|
@ -109,7 +109,7 @@ typedef struct {
|
||||||
|
|
||||||
//
|
//
|
||||||
// Defines the location of the boot-strap
|
// 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
|
// This HOB is valid for the Itanium processor family only
|
||||||
// register overflow store.
|
// 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
|
encapsulated section. It is used by the PEI Foundation to
|
||||||
process sectioned files. Prior to the installation of this PPI,
|
process sectioned files. Prior to the installation of this PPI,
|
||||||
compression sections will be ignored.
|
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 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.
|
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.
|
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
|
@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 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.
|
@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.
|
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.
|
@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.
|
On return, a pointer to the next variable's GUID.
|
||||||
|
|
||||||
|
|
||||||
@retval EFI_SUCCESS The variable was read successfully.
|
@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
|
EFI_HII_OUT_FLAG_CLIP_CLEAN_X is set. This flag cannot be used
|
||||||
with EFI_HII_OUT_FLAG_CLIP_CLEAN_X. If
|
with EFI_HII_OUT_FLAG_CLIP_CLEAN_X. If
|
||||||
EFI_HII_OUT_FLAG_TRANSPARENT is set, then BackgroundColor is
|
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
|
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
|
is NULL upon entry. If EFI_HII_IGNORE_IF_NO_GLYPH is set, then
|
||||||
characters which have no glyphs are not drawn. Otherwise, they
|
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
|
configuration information from the platform. For every call to
|
||||||
Query() there must be a matching call to Response() so the
|
Query() there must be a matching call to Response() so the
|
||||||
UEFI driver can inform the platform how it used 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
|
driver to use Response() to inform the platform it does not
|
||||||
understand the data returned via Query() and thus no action was
|
understand the data returned via Query() and thus no action was
|
||||||
taken.
|
taken.
|
||||||
|
|
|
@ -213,7 +213,7 @@ EFI_STATUS
|
||||||
@param LogEvent This service abstracts the capability to add
|
@param LogEvent This service abstracts the capability to add
|
||||||
an entry to the Event Log.
|
an entry to the Event Log.
|
||||||
@param PassThroughToTPM This service provides a pass-through capability
|
@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
|
@param HashLogExtendEvent This service abstracts the capability to do a hash
|
||||||
operation on a data buffer, extend a specific TPM PCR
|
operation on a data buffer, extend a specific TPM PCR
|
||||||
with the hash result, and add an entry to the Event Log.
|
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
|
#define EFI_AFFECTED_BY_STANDARD_SHIFT 0x0001
|
||||||
//
|
//
|
||||||
// This key is affected by the caps lock so that if a keyboard driver
|
// 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
|
// would need to disambiguate between a key which had a "1" defined
|
||||||
// versus a “a” character. Having this bit turned on would tell
|
// versus a "a" character. Having this bit turned on would tell
|
||||||
// the keyboard driver to use the appropriate shifted state or not.
|
// the keyboard driver to use the appropriate shifted state or not.
|
||||||
//
|
//
|
||||||
#define EFI_AFFECTED_BY_CAPS_LOCK 0x0002
|
#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_TIMER might be Ored with EVT_NOTIFY_WAIT or
|
||||||
// EVT_NOTIFY_SIGNAL.
|
// EVT_NOTIFY_SIGNAL.
|
||||||
//
|
//
|
||||||
|
@ -341,7 +341,7 @@ EFI_STATUS
|
||||||
#define EFI_EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
|
#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.
|
// address.
|
||||||
// The event is deprecated in UEFI2.0 and later specifications.
|
// 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
|
// as optional, a unique return code of 0xFFFFFFFFFFFFFFFF is returned in the
|
||||||
// Status field of the PAL_CALL_RETURN structure.
|
// Status field of the PAL_CALL_RETURN structure.
|
||||||
// This indicates that the procedure is not present in this PAL implementation.
|
// 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.
|
// any optional PAL procedure.
|
||||||
// No parameter checking is performed on the 5 input parameters, but there are
|
// 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
|
// 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
|
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.
|
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
|
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
|
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
|
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
|
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
|
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.
|
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
|
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
|
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
|
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
|
passed to PAL as buffers for return parameters must be 8-byte aligned. Unaligned addresses
|
||||||
|
|
Loading…
Reference in New Issue