mirror of https://github.com/acidanthera/audk.git
Change single quote to use standard ascii character.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8708 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2229029afc
commit
b4420c3607
|
@ -802,7 +802,7 @@ typedef struct {
|
|||
///
|
||||
UINT16 EndBusNumber;
|
||||
///
|
||||
/// The type of memory region from the operating system’s point of view.
|
||||
/// The type of memory region from the operating system's point of view.
|
||||
/// MemoryRegionType values are equivalent to the legacy INT 15 AX = E820 BIOS
|
||||
/// command values.
|
||||
///
|
||||
|
|
|
@ -74,7 +74,7 @@ EFI_STATUS
|
|||
- Get the minimum memory length below 1 MB that is required for the S3 resume boot path.
|
||||
If LegacyMemoryAddress is NULL, the firmware will be unable to jump into a real-mode
|
||||
waking vector. However, it might still be able to jump into a flat-mode waking vector as long as the
|
||||
OS provides a flat-mode waking vector. It is the caller’s responsibility to ensure the
|
||||
OS provides a flat-mode waking vector. It is the caller's responsibility to ensure the
|
||||
LegacyMemoryAddress is valid. If the LegacyMemoryAddress is higher than 1 MB,
|
||||
EFI_INVALID_PARAMETER will be returned.
|
||||
|
||||
|
@ -97,7 +97,7 @@ EFI_STATUS
|
|||
/**
|
||||
@par Protocol Description:
|
||||
The EFI_ACPI_S3_SAVE_PROTOCOL is responsible for preparing all the information that the
|
||||
Framework needs to restore the platform’s preboot state during an S3 resume boot. This
|
||||
Framework needs to restore the platform's preboot state during an S3 resume boot. This
|
||||
information can include the following:
|
||||
- The Framework boot script table, containing all necessary operations to initialize the platform
|
||||
- ACPI table information, such as RSDT, through which the OS waking vector can be located
|
||||
|
|
Loading…
Reference in New Issue