summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include
diff options
context:
space:
mode:
authorjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-09 02:19:02 +0000
committerjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-09 02:19:02 +0000
commita69dbb0e9e92328da87983b9ba1871a1f31d4fb3 (patch)
tree9a1ae7070e6f5c6a3c0cb9b105f7d09550e26284 /IntelFrameworkPkg/Include
parent110d3a9ac5fc482d15f286ca1588ca87be5000ab (diff)
downloadedk2-a69dbb0e9e92328da87983b9ba1871a1f31d4fb3.tar.gz
edk2-a69dbb0e9e92328da87983b9ba1871a1f31d4fb3.tar.bz2
edk2-a69dbb0e9e92328da87983b9ba1871a1f31d4fb3.zip
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
Diffstat (limited to 'IntelFrameworkPkg/Include')
-rw-r--r--IntelFrameworkPkg/Include/Framework/PeiCis.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/IntelFrameworkPkg/Include/Framework/PeiCis.h b/IntelFrameworkPkg/Include/Framework/PeiCis.h
index a50b1767e5..629800569f 100644
--- a/IntelFrameworkPkg/Include/Framework/PeiCis.h
+++ b/IntelFrameworkPkg/Include/Framework/PeiCis.h
@@ -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
//