mirror of https://github.com/acidanthera/audk.git
Update Comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5215 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3e5b452743
commit
0d6945396d
|
@ -1,4 +1,11 @@
|
|||
/*++
|
||||
/** @file
|
||||
UEFI PI specification supersedes Inte's Framework Specification.
|
||||
EFI_FIRMWARE_VOLUME_PROTOCOL defined in Intel Framework Pkg is replaced by
|
||||
EFI_FIRMWARE_VOLUME2_PROTOCOL in MdePkg.
|
||||
This module produces FV on top of FV2. This module is used on platform when both of
|
||||
these two conditions are true:
|
||||
1) Framework module consuming FV is present
|
||||
2) And the platform only produces FV2
|
||||
|
||||
Copyright (c) 2006 - 2008 Intel Corporation. <BR>
|
||||
All rights reserved. This program and the accompanying materials
|
||||
|
@ -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.
|
||||
Module Name:
|
||||
|
||||
FvToFv2Thunk.c
|
||||
|
||||
Abstract:
|
||||
|
||||
DXE driver
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <Protocol/FirmwareVolume2.h>
|
||||
|
|
|
@ -1,8 +1,15 @@
|
|||
#/** @file
|
||||
# Component description file for PeiVariable module.
|
||||
# Module produce FV on top of FV2.
|
||||
#
|
||||
# PEIM to provide the Variable functionality.
|
||||
# Copyright (c) 2006 - 2007, Intel Corporation
|
||||
# UEFI PI specification supersedes Inte's Framework Specification.
|
||||
# EFI_FIRMWARE_VOLUME_PROTOCOL defined in Intel Framework Pkg is replaced by
|
||||
# EFI_FIRMWARE_VOLUME2_PROTOCOL in MdePkg.
|
||||
# This module produces FV on top of FV2. This module is used on platform when both of
|
||||
# these two conditions are true:
|
||||
# 1) Framework module consuming FV is present
|
||||
# 2) And the platform only produces FV2
|
||||
#
|
||||
# Copyright (c) 2006 - 2008, Intel Corporation
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
|
|
Loading…
Reference in New Issue