the Comment the gap between Framework spec and code in the definition of FRAMEWORK_EFI_PEI_SERVICES

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8826 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jchen20 2009-07-09 02:19:02 +00:00
parent 110d3a9ac5
commit a69dbb0e9e
1 changed files with 6 additions and 5 deletions

View File

@ -24,11 +24,7 @@
#define FRAMEWORK_PEI_SPECIFICATION_MAJOR_REVISION 0
#define FRAMEWORK_PEI_SPECIFICATION_MINOR_REVISION 91
///
/// Inconsistent with specification here:
/// In Framework Spec, PeiCis0.91, FRAMEWORK_PEI_SERVICES_SIGNATURE is defined as 0x5652455320494550. But
/// to pass multiple tool chain, it is append a ULL.
///
//
// PEI services signature and Revision defined in Framework PEI spec
//
@ -182,6 +178,11 @@ struct _FRAMEWORK_EFI_PEI_SERVICES {
// Reset
//
EFI_PEI_RESET_SYSTEM ResetSystem;
///
/// Inconsistent with specification here:
/// In Framework Spec, PeiCis0.91, CpuIo and PciCfg is NOT pointers. it should be
/// a typo error in spec..
///
//
// I/O Abstractions
//