]> git.proxmox.com Git - mirror_edk2.git/commitdiff
DxeCis.h clean up.
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 2 Jul 2009 08:18:29 +0000 (08:18 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 2 Jul 2009 08:18:29 +0000 (08:18 +0000)
1. Add comments
2. TIANO_DEVICE_PATH and TIANO_MEDIA_FW_VOL_FILEPATH_DEVICE_PATH_TYPE structures removed. They are not in DXE CIS spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8723 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Framework/DxeCis.h

index 87df079fea27eedf2a3f2cb55aaf0dccbc93c717..28582353bca0eafd1ef80627cb4f812bf5719c0a 100644 (file)
@@ -1,11 +1,8 @@
 /** @file\r
-  Include file that supportes Framework extension to the UEFI 2.0 spec.\r
+  Include file for definitions in the Intel Platform Innovation Framework for EFI\r
+  Driver Execution Environment Core Interface Specification (DXE CIS) Version 0.9.\r
 \r
-  This include file must only contain things defined in the Framework\r
-  specifications. If a code construct is defined in the Framework specification\r
-  it must be included by this include file.\r
-\r
-  Copyright (c) 2007, 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
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:    FrameworkDxeCis.h\r
-\r
-  @par Revision Reference:\r
-  This Protocol is defined in Framework for EFI Driver Execution Environment \r
-  Core Interface Specification. \r
-  Version 0.9.\r
-\r
 **/\r
 \r
-#ifndef _FRAMEWORK_DXE_CIS_H_\r
-#define _FRAMEWORK_DXE_CIS_H_\r
+#ifndef _DXE_CIS_H_\r
+#define _DXE_CIS_H_\r
 \r
 #include <PiDxe.h>\r
 #include <Framework/StatusCode.h>\r
@@ -40,7 +30,13 @@ VOID
   IN  VOID                          *Buffer\r
   );\r
 \r
+//\r
+// Framework EFI Runtime Services Table as extension to EFI 1.10 Runtime Services Table\r
+//\r
 typedef struct {\r
+  //\r
+  // Table header for the Framework EFI Runtime Services Table\r
+  //\r
   EFI_TABLE_HEADER                  Hdr;\r
   //\r
   // Time services\r
@@ -66,7 +62,7 @@ typedef struct {
   EFI_GET_NEXT_HIGH_MONO_COUNT      GetNextHighMonotonicCount;\r
   EFI_RESET_SYSTEM                  ResetSystem;\r
   //\r
-  // Framework extension to UEFI 2.0 runtime table\r
+  // Framework extension to EFI 1.10 runtime table\r
   // It was moved to a protocol to not conflict with UEFI 2.0\r
   //\r
   EFI_REPORT_STATUS_CODE            ReportStatusCode;\r
@@ -77,16 +73,5 @@ typedef struct {
 #define EFI_EVENT_SIGNAL_READY_TO_BOOT  0x00000203\r
 #define EFI_EVENT_SIGNAL_LEGACY_BOOT    0x00000204\r
 \r
-typedef struct {\r
-  EFI_DEVICE_PATH_PROTOCOL          Header;\r
-  EFI_GUID                          TianoSpecificDevicePath;\r
-  UINT32                            Type;\r
-} TIANO_DEVICE_PATH;\r
-\r
-#define TIANO_MEDIA_FW_VOL_FILEPATH_DEVICE_PATH_TYPE    0x01\r
-typedef struct {\r
-  TIANO_DEVICE_PATH                 Tiano;\r
-  EFI_GUID                          NameGuid;\r
-} FRAMEWORK_MEDIA_FW_VOL_FILEPATH_DEVICE_PATH;\r
-\r
 #endif\r
+\r