summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authorjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-08 07:08:53 +0000
committerjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-08 07:08:53 +0000
commitfdf3ad8135926cb4288aa5c5e52d78904002c908 (patch)
treeb4eebb03730d35d5e0e9e036fdd192d18e9304c0 /IntelFrameworkPkg
parent2b1473c1ba8138de830c53a3e9bbaab5ad3a472e (diff)
downloadedk2-fdf3ad8135926cb4288aa5c5e52d78904002c908.tar.gz
edk2-fdf3ad8135926cb4288aa5c5e52d78904002c908.tar.bz2
edk2-fdf3ad8135926cb4288aa5c5e52d78904002c908.zip
Add comments to indicate the gap with Framework Spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8807 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r--IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h b/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h
index 7e40eecd52..bb1058ed78 100644
--- a/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h
+++ b/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h
@@ -80,7 +80,11 @@
//
// Extensions to boot script definitions
//
-
+///
+/// Inconsistent with specification here:
+/// Follow OPCODEs are not defined in Framework Spec BootScript_0.91, but in
+/// PI1.0 Spec. And OPCODEs which are needed in the implementation
+///
///
/// The opcode is to add a record for memory reads of the memory location and continues when the
/// exit criteria is satisfied or after a defined duration.
@@ -106,6 +110,7 @@
/// boot script table.
///
#define EFI_BOOT_SCRIPT_DISPATCH_2_OPCODE 0x0D
+
///
/// The opcode indicate the start of the boot script table.
///