]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add the missing LEGACY_USED definition.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 2 Jul 2009 02:31:56 +0000 (02:31 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 2 Jul 2009 02:31:56 +0000 (02:31 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8714 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h

index 4b39f852808cb5189afa550c021db220e56dfed2..703910191a5484b03cfe817c370483a64c50d9d2 100644 (file)
@@ -4,7 +4,7 @@
   the Legacy BIOS protocol is generic and consumes this protocol.\r
   A driver that matches the Legacy16 produces this protocol\r
 \r
-  Copyright (c) 2007,2009  Intel Corporation\r
+  Copyright (c) 2007 - 2009  Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -166,11 +166,11 @@ typedef enum {
 /// the allocated region in 0xF0000 or 0xE0000 block after the second invocation..\r
 ///\r
 /// Note: There are two generic mechanisms by which this mode can be used.\r
-///  - Mechanism 1: This mode returns the data and the Legacy BIOS Protocol copies\r
+/// Mechanism 1: This mode returns the data and the Legacy BIOS Protocol copies\r
 /// the data into the F0000 or E0000 block in the Compatibility16 code. The\r
 /// EFI_COMPATIBILITY16_TABLE entries Oem32Segment and Oem32Offset can\r
 /// be viewed as two UINT16 entries.\r
-/// Mechanism 2: This mode directly fills in the EFI_COMPATIBILITY16_TABLE with\r
+/// Mechanism 2: This mode directly fills in the EFI_COMPATIBILITY16_TABLE with\r
 /// a pointer to the INT15 E820 region containing the 32 bit code. It returns\r
 /// EFI_UNSUPPORTED. The EFI_COMPATIBILITY16_TABLE entries,\r
 /// Oem32Segment and Oem32Offset, can be viewed as two UINT16 entries or\r
@@ -180,7 +180,7 @@ typedef enum {
 ///\r
 ///   TableSize Size of data.\r
 ///\r
-///   Location Location to place the table. 0x00 \96 Either 0xE0000 or 0xF0000 64 KB blocks.\r
+///   Location Location to place the table. 0x00 ?Either 0xE0000 or 0xF0000 64 KB blocks.\r
 ///       Bit 0 = 1 0xF0000 64 KB block.\r
 ///       Bit 1 = 1 0xE0000 64 KB block.\r
 ///       Multiple bits can be set.\r
@@ -228,7 +228,7 @@ EfiGetPlatformBinaryOem32Data    = 3,
   ///\r
   EfiGetPlatformBinaryTpmBinary    = 4,\r
   ///\r
-  /// The mode finds the Compatibility16 \93ROM\94 image.\r
+  /// The mode finds the Compatibility16 \93ROM?image.\r
   ///\r
   /// The function parameters associated with this mode are:\r
   ///\r
@@ -407,11 +407,6 @@ typedef enum {
   EfiPlatformHookAfterRomInit     = 2\r
 } EFI_GET_PLATFORM_HOOK_MODE;\r
 \r
-\r
-//\r
-//\r
-//\r
-\r
 ///\r
 /// This IRQ has not been assigned to PCI.\r
 ///\r
@@ -423,11 +418,10 @@ typedef enum {
 ///\r
 /// This IRQ has been used by an SIO legacy device and cannot be used by PCI.\r
 ///\r
+#define LEGACY_USED       0xFE\r
+\r
 #pragma pack(1)\r
 \r
-//\r
-//\r
-//\r
 typedef struct {\r
   ///\r
   /// IRQ for this entry.\r