Revision: 17130
          http://sourceforge.net/p/edk2/code/17130
Author:   li-elvin
Date:     2015-04-08 01:40:47 +0000 (Wed, 08 Apr 2015)
Log Message:
-----------
IntelFrameworkPkg: Update EFI_COMPATIBILITY16_TABLE to CSM 0.98.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: David Woodhouse <[email protected]>
Reviewed-by: Elvin Li <[email protected]>

Modified Paths:
--------------
    trunk/edk2/IntelFrameworkPkg/Include/Protocol/LegacyBios.h

Modified: trunk/edk2/IntelFrameworkPkg/Include/Protocol/LegacyBios.h
===================================================================
--- trunk/edk2/IntelFrameworkPkg/Include/Protocol/LegacyBios.h  2015-04-07 
20:39:22 UTC (rev 17129)
+++ trunk/edk2/IntelFrameworkPkg/Include/Protocol/LegacyBios.h  2015-04-08 
01:40:47 UTC (rev 17130)
@@ -9,7 +9,7 @@
   Thunk is the code that switches from 32-bit protected environment into the 
16-bit real-mode
        environment. Reverse thunk is the code that does the opposite.
 
-Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials are licensed and made available 
under 
 the terms and conditions of the BSD License that accompanies this 
distribution.  
 The full text of the license may be found at
@@ -20,7 +20,7 @@
 
   @par Revision Reference:
   This protocol is defined in Framework for EFI Compatibility Support Module 
spec
-  Version 0.97.
+  Version 0.98.
 
 **/
 
@@ -228,6 +228,31 @@
   /// Maximum PCI bus number assigned.
   ///
   UINT8                             LastPciBus;
+
+  ///
+  /// Start Address of Upper Memory Area (UMA) to be set as Read/Write. If
+  /// UmaAddress is a valid address in the shadow RAM, it also indicates that 
the region
+  /// from 0xC0000 to (UmaAddress \xA8C 1) can be used for Option ROM.
+  ///
+  UINT32                            UmaAddress;
+
+  ///
+  /// Upper Memory Area size in bytes to be set as Read/Write. If zero, no UMA 
region
+  /// will be set as Read/Write (i.e. all Shadow RAM is set as Read-Only).
+  ///
+  UINT32                            UmaSize;
+
+  ///
+  /// Start Address of high memory that can be used for permanent allocation. 
If zero,
+  /// high memory is not available for permanent allocation.
+  ///
+  UINT32                            HiPermanentMemoryAddress;
+
+  ///
+  /// Size of high memory that can be used for permanent allocation in bytes. 
If zero,
+  /// high memory is not available for permanent allocation.
+  ///
+  UINT32                            HiPermanentMemorySize;
 } EFI_COMPATIBILITY16_TABLE;
 
 ///


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to