]> git.proxmox.com Git - mirror_edk2.git/commitdiff
De-Unicode in MdePkg source files.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 1 Dec 2008 14:06:25 +0000 (14:06 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 1 Dec 2008 14:06:25 +0000 (14:06 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6794 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/DxeServicesTableLib.h
MdePkg/Include/Library/UefiRuntimeLib.h
MdePkg/Include/Protocol/Arp.h
MdePkg/Include/Protocol/Bis.h
MdePkg/Include/Protocol/DeviceIo.h
MdePkg/Include/Protocol/DevicePath.h
MdePkg/Library/BaseLib/DivS64x64Remainder.c
MdePkg/Library/UefiRuntimeLib/RuntimeService.c

index 2be06e4209403f0782407d73b5bade4a788c34af..60b7da2936852c826adcd0aea8ab9724918b7edc 100644 (file)
@@ -6,7 +6,7 @@
   pointer to the DXE Services Table as defined in the Platform Initialization Driver \r
   Execution Environment Core Interface Specification.  The library constructor must \r
   initialize this global pointer to the DX Services Table, so it is available at the\r
-  module¡¯s entry point.  Since there is overhead in looking up the pointer to the DXE \r
+  module's entry point.  Since there is overhead in looking up the pointer to the DXE \r
   Services Table, only those modules that actually require access to the DXE Services \r
   Table should use this library.  This will typically be DXE Drivers that require GCD \r
   or Dispatcher services.\r
index 3d5f721012f315f59ab9da972134beef1c1023fb..73b39062ac0bdc357bead324e98c56be6e6bd95f 100644 (file)
@@ -290,7 +290,7 @@ EfiSetVariable (
 /**\r
   This service is a wrapper for the UEFI Runtime Service GetNextHighMonotonicCount().\r
 \r
-  The platform¡¯s monotonic counter is comprised of two 32-bit quantities: the high 32 bits and\r
+  The platform's monotonic counter is comprised of two 32-bit quantities: the high 32 bits and\r
   the low 32 bits. During boot service time the low 32-bit value is volatile: it is reset to zero\r
   on every system reset and is increased by 1 on every call to GetNextMonotonicCount(). The high\r
   32-bit value is nonvolatile and is increased by 1 whenever the system resets or whenever the low\r
@@ -405,7 +405,7 @@ EfiConvertFunctionPointer (
   This service is a wrapper for the UEFI Runtime Service SetVirtualAddressMap().\r
 \r
   The SetVirtualAddressMap() function is used by the OS loader. The function can only be called\r
-  at runtime, and is called by the owner of the system¡¯s memory map. I.e., the component which\r
+  at runtime, and is called by the owner of the system's memory map. I.e., the component which\r
   called ExitBootServices(). All events of type EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE must be signaled\r
   before SetVirtualAddressMap() returns.\r
 \r
index 9232bda07e1d1e0751e3700e3f90aaa4debd510d..0cc456081e76d98aa739a80872b0f1081d1c988a 100644 (file)
@@ -88,7 +88,7 @@ typedef struct {
   ///\r
   /// Pointer to the first byte of the protocol address to register. For\r
   /// example, if SwAddressType is 0x0800 (IP), then\r
-  /// StationAddress points to the first byte of this station¡¯s IP\r
+  /// StationAddress points to the first byte of this station's IP\r
   /// address stored in network byte order.\r
   ///\r
   VOID                      *StationAddress;    ///< Network byte order\r
index 194a0b526c1599a95734f75838a081ce288ddb11..3a8ab092bb09e8d505a11a29e78eec91d5ef0076 100644 (file)
@@ -380,7 +380,7 @@ EFI_STATUS
                                    invalid (could not be parsed),                      \r
                                    or Platform-specific authorization failed, etc.   \r
   @retval EFI_DEVICE_ERROR         An unexpected internal error occurred while attempting to retrieve\r
-                                   the public key algorithm of the manifest¡¯s signer¡¯s certificate,\r
+                                   the public key algorithm of the manifest's signer's certificate,\r
                                    or An unexpected internal error occurred in a cryptographic software module.                                                                                                                                                                  \r
 **/ \r
 typedef\r
index b16cb77a9c11f7e5200090cbed65fae66bca3ec7..6ed81ed9efdaf5b43182c34bde18dd7301fbb655 100644 (file)
@@ -119,7 +119,7 @@ typedef enum {
   ///\r
   /// Provides both read and write access to system memory\r
   /// by both the processor and a bus master. The buffer is\r
-  /// coherent from both the processor¡¯s and the bus master¡¯s\r
+  /// coherent from both the processor's and the bus master's\r
   /// point of view.\r
   ///\r
   EfiBusMasterCommonBuffer\r
index 64e74d6b003ac5626db358b18001fa9ddfc791fd..56e5cec85b33604df9d9371c567c337a78fa53eb 100644 (file)
@@ -199,7 +199,7 @@ typedef struct {
   ///\r
   UINT32                          UID;\r
   ///\r
-  /// Device¡¯s compatible PnP hardware ID stored in a numeric\r
+  /// Device's compatible PnP hardware ID stored in a numeric\r
   /// 32-bit compressed EISA-type ID. This value must match at\r
   /// least one of the compatible device IDs returned by the\r
   /// corresponding _CID in the ACPI name space.\r
@@ -557,11 +557,11 @@ typedef struct {
   EFI_DEVICE_PATH_PROTOCOL        Header;\r
   ///\r
   /// Flags to help identify/manage InfiniBand device path elements:\r
-  /// Bit 0 ¨C IOC/Service (0b = IOC, 1b = Service)\r
-  /// Bit 1 ¨C Extend Boot Environment\r
-  /// Bit 2 ¨C Console Protocol\r
-  /// Bit 3 ¨C Storage Protocol\r
-  /// Bit 4 ¨C Network Protocol\r
+  /// Bit 0 - IOC/Service (0b = IOC, 1b = Service)\r
+  /// Bit 1 - Extend Boot Environment\r
+  /// Bit 2 - Console Protocol\r
+  /// Bit 3 - Storage Protocol\r
+  /// Bit 4 - Network Protocol\r
   /// All other bits are reserved.\r
   ///\r
   UINT32                          ResourceFlags;\r
@@ -766,15 +766,15 @@ typedef struct {
   UINT8                           Signature[16];\r
   ///\r
   /// Partition Format: (Unused values reserved)\r
-  /// 0x01 ¨C PC-AT compatible legacy MBR\r
-  /// 0x02 ¨C GUID Partition Table\r
+  /// 0x01 - PC-AT compatible legacy MBR\r
+  /// 0x02 - GUID Partition Table\r
   ///\r
   UINT8                           MBRType;\r
   ///\r
   /// Type of Disk Signature: (Unused values reserved)\r
-  /// 0x00 ¨C No Disk Signature.\r
-  /// 0x01 ¨C 32-bit signature from address 0x1b8 of the type 0x01 MBR.\r
-  /// 0x02 ¨C GUID signature.\r
+  /// 0x00 - No Disk Signature.\r
+  /// 0x01 - 32-bit signature from address 0x1b8 of the type 0x01 MBR.\r
+  /// 0x02 - GUID signature.\r
   ///\r
   UINT8                           SignatureType;\r
 } HARDDRIVE_DEVICE_PATH;\r
index 5fcc96a1741a06a6a30f2dfa26c7c4288139e14f..0b1287520f843ccafedf7fcf867eb0bcb84f8144 100644 (file)
@@ -26,7 +26,7 @@
   NULL, then the 64-bit signed remainder is returned in Remainder. This\r
   function returns the 64-bit signed quotient.\r
 \r
-  It is the caller¡¯s responsibility to not call this function with a Divisor of 0.\r
+  It is the caller's responsibility to not call this function with a Divisor of 0.\r
   If Divisor is 0, then the quotient and remainder should be assumed to be \r
   the largest negative integer.\r
 \r
index 462660629239eee54bf01f71aa5053827e6267c9..bdd2367479a473eb4a36876e7504aa28731751da 100644 (file)
@@ -325,7 +325,7 @@ EfiSetVariable (
 /**\r
   This service is a wrapper for the UEFI Runtime Service GetNextHighMonotonicCount().\r
 \r
-  The platform¡¯s monotonic counter is comprised of two 32-bit quantities: the high 32 bits and\r
+  The platform's monotonic counter is comprised of two 32-bit quantities: the high 32 bits and\r
   the low 32 bits. During boot service time the low 32-bit value is volatile: it is reset to zero\r
   on every system reset and is increased by 1 on every call to GetNextMonotonicCount(). The high\r
   32-bit value is nonvolatile and is increased by 1 whenever the system resets or whenever the low\r
@@ -468,7 +468,7 @@ EfiConvertList (
   This service is a wrapper for the UEFI Runtime Service SetVirtualAddressMap().\r
 \r
   The SetVirtualAddressMap() function is used by the OS loader. The function can only be called\r
-  at runtime, and is called by the owner of the system¡¯s memory map. I.e., the component which\r
+  at runtime, and is called by the owner of the system's memory map. I.e., the component which\r
   called ExitBootServices(). All events of type EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE must be signaled\r
   before SetVirtualAddressMap() returns.\r
 \r