De-Unicode in MdePkg source files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6794 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -88,7 +88,7 @@ typedef struct {
|
||||
///
|
||||
/// Pointer to the first byte of the protocol address to register. For
|
||||
/// example, if SwAddressType is 0x0800 (IP), then
|
||||
/// StationAddress points to the first byte of this station<EFBFBD><EFBFBD>s IP
|
||||
/// StationAddress points to the first byte of this station's IP
|
||||
/// address stored in network byte order.
|
||||
///
|
||||
VOID *StationAddress; ///< Network byte order
|
||||
|
@@ -380,7 +380,7 @@ EFI_STATUS
|
||||
invalid (could not be parsed),
|
||||
or Platform-specific authorization failed, etc.
|
||||
@retval EFI_DEVICE_ERROR An unexpected internal error occurred while attempting to retrieve
|
||||
the public key algorithm of the manifest<EFBFBD><EFBFBD>s signer<EFBFBD><EFBFBD>s certificate,
|
||||
the public key algorithm of the manifest's signer's certificate,
|
||||
or An unexpected internal error occurred in a cryptographic software module.
|
||||
**/
|
||||
typedef
|
||||
|
@@ -119,7 +119,7 @@ typedef enum {
|
||||
///
|
||||
/// Provides both read and write access to system memory
|
||||
/// by both the processor and a bus master. The buffer is
|
||||
/// coherent from both the processor<EFBFBD><EFBFBD>s and the bus master<EFBFBD><EFBFBD>s
|
||||
/// coherent from both the processor's and the bus master's
|
||||
/// point of view.
|
||||
///
|
||||
EfiBusMasterCommonBuffer
|
||||
|
@@ -199,7 +199,7 @@ typedef struct {
|
||||
///
|
||||
UINT32 UID;
|
||||
///
|
||||
/// Device<EFBFBD><EFBFBD>s compatible PnP hardware ID stored in a numeric
|
||||
/// Device's compatible PnP hardware ID stored in a numeric
|
||||
/// 32-bit compressed EISA-type ID. This value must match at
|
||||
/// least one of the compatible device IDs returned by the
|
||||
/// corresponding _CID in the ACPI name space.
|
||||
@@ -557,11 +557,11 @@ typedef struct {
|
||||
EFI_DEVICE_PATH_PROTOCOL Header;
|
||||
///
|
||||
/// Flags to help identify/manage InfiniBand device path elements:
|
||||
/// Bit 0 <EFBFBD>C IOC/Service (0b = IOC, 1b = Service)
|
||||
/// Bit 1 <EFBFBD>C Extend Boot Environment
|
||||
/// Bit 2 <EFBFBD>C Console Protocol
|
||||
/// Bit 3 <EFBFBD>C Storage Protocol
|
||||
/// Bit 4 <EFBFBD>C Network Protocol
|
||||
/// Bit 0 - IOC/Service (0b = IOC, 1b = Service)
|
||||
/// Bit 1 - Extend Boot Environment
|
||||
/// Bit 2 - Console Protocol
|
||||
/// Bit 3 - Storage Protocol
|
||||
/// Bit 4 - Network Protocol
|
||||
/// All other bits are reserved.
|
||||
///
|
||||
UINT32 ResourceFlags;
|
||||
@@ -766,15 +766,15 @@ typedef struct {
|
||||
UINT8 Signature[16];
|
||||
///
|
||||
/// Partition Format: (Unused values reserved)
|
||||
/// 0x01 <EFBFBD>C PC-AT compatible legacy MBR
|
||||
/// 0x02 <EFBFBD>C GUID Partition Table
|
||||
/// 0x01 - PC-AT compatible legacy MBR
|
||||
/// 0x02 - GUID Partition Table
|
||||
///
|
||||
UINT8 MBRType;
|
||||
///
|
||||
/// Type of Disk Signature: (Unused values reserved)
|
||||
/// 0x00 <EFBFBD>C No Disk Signature.
|
||||
/// 0x01 <EFBFBD>C 32-bit signature from address 0x1b8 of the type 0x01 MBR.
|
||||
/// 0x02 <EFBFBD>C GUID signature.
|
||||
/// 0x00 - No Disk Signature.
|
||||
/// 0x01 - 32-bit signature from address 0x1b8 of the type 0x01 MBR.
|
||||
/// 0x02 - GUID signature.
|
||||
///
|
||||
UINT8 SignatureType;
|
||||
} HARDDRIVE_DEVICE_PATH;
|
||||
|
Reference in New Issue
Block a user