mirror of https://github.com/acidanthera/audk.git
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:
parent
110d3a9ac5
commit
a69dbb0e9e
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue