]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update Comments.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 16 May 2008 09:45:41 +0000 (09:45 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 16 May 2008 09:45:41 +0000 (09:45 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5215 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Compatibility/FvToFv2Thunk/FvToFv2Thunk.c
EdkCompatibilityPkg/Compatibility/FvToFv2Thunk/FvToFv2Thunk.inf

index 61b2b049ca93bf5aea2a56f3e8a52d9226903e9b..27eb64aa0d95284a911ed6750f70cd1653737e21 100644 (file)
@@ -1,4 +1,11 @@
-/*++\r
+/** @file\r
+UEFI PI specification supersedes Inte's Framework Specification.\r
+EFI_FIRMWARE_VOLUME_PROTOCOL defined in Intel Framework Pkg is replaced by\r
+EFI_FIRMWARE_VOLUME2_PROTOCOL in MdePkg.\r
+This module produces FV on top of FV2. This module is used on platform when both of\r
+these two conditions are true:\r
+1) Framework module consuming FV is present\r
+2) And the platform only produces FV2\r
 \r
 Copyright (c) 2006 - 2008 Intel Corporation. <BR>\r
 All rights reserved. This program and the accompanying materials\r
@@ -10,13 +17,7 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 Module Name:\r
 \r
-  FvToFv2Thunk.c\r
-\r
-Abstract:\r
-\r
-  DXE driver \r
-\r
---*/\r
+**/\r
 \r
 #include <PiDxe.h>\r
 #include <Protocol/FirmwareVolume2.h>\r
index 8eaf4a2bccf994f449f1c07699749112640bb102..a7026bdeee6644a1ba5c6617b7c2ea8946e369b8 100644 (file)
@@ -1,8 +1,15 @@
 #/** @file\r
-# Component description file for PeiVariable module.\r
+# Module produce FV on top of FV2.\r
 #\r
-# PEIM to provide the Variable functionality.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+# UEFI PI specification supersedes Inte's Framework Specification.\r
+# EFI_FIRMWARE_VOLUME_PROTOCOL defined in Intel Framework Pkg is replaced by\r
+# EFI_FIRMWARE_VOLUME2_PROTOCOL in MdePkg.\r
+# This module produces FV on top of FV2. This module is used on platform when both of\r
+# these two conditions are true:\r
+# 1) Framework module consuming FV is present\r
+# 2) And the platform only produces FV2\r
+#\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 #\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