Remove comments about in-consistency between code and UEFI/PI spec because UEFI 2.3 Errata B and PI 1.2 Errata A spec were published.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10143 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
rsun3
2010-03-01 08:03:46 +00:00
parent 476e89a1b2
commit 7942fd2a65
12 changed files with 8 additions and 114 deletions

View File

@@ -19,16 +19,6 @@
#include <Pi/PiMultiPhase.h>
#include <Protocol/SmmCpuIo2.h>
///
/// Note:
/// To avoid name conflict between PI and Framework SMM spec, the following names defined
/// in PI 1.2 SMM spec are renamed. These renamings are not yet in a public PI spec and errta.
///
/// EFI_SMM_SYSTEM_TABLE -> EFI_SMM_SYSTEM_TABLE2
/// EFI_SMM_SYSTEM_TABLE_REVISION -> EFI_SMM_SYSTEM_TABLE2_REVISION
/// EFI_SMM_INSTALL_CONFIGURATION_TABLE -> EFI_SMM_INSTALL_CONFIGURATION_TABLE2
///
typedef struct _EFI_SMM_SYSTEM_TABLE2 EFI_SMM_SYSTEM_TABLE2;
///