Add more comments for IntelFramework's header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5003 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
/** @file
|
||||
This file declares Read-only Variable Service PPI
|
||||
These services provide a lightweight, read-only variant of the full EFI variable services. The
|
||||
reason that these services are read-only is to reduce the complexity of flash management. Also,
|
||||
some implementation of the PEI may use the same physical flash part for variable and PEIM
|
||||
storage; as such, a write command to certain technologies would alter the contents of the entire part,
|
||||
thus making the in situ PEIM execution not follow the required flow.
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
|
Reference in New Issue
Block a user