summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorxgu3 <xgu3@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-07 07:51:56 +0000
committerxgu3 <xgu3@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-07 07:51:56 +0000
commit4dbd074e66431307349cfb69789698ae566c50d2 (patch)
tree575be4ff8675671e5874bcde04473f4251351c14 /MdePkg
parenta04ab2ba89cf59331b4f4087799de4a188ab8796 (diff)
downloadedk2-4dbd074e66431307349cfb69789698ae566c50d2.tar.gz
edk2-4dbd074e66431307349cfb69789698ae566c50d2.tar.bz2
edk2-4dbd074e66431307349cfb69789698ae566c50d2.zip
Modify dispatch opcode for standalone boot script executor
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1199 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Common/BootScript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Include/Common/BootScript.h b/MdePkg/Include/Common/BootScript.h
index 12bcc5bef7..0015988e75 100644
--- a/MdePkg/Include/Common/BootScript.h
+++ b/MdePkg/Include/Common/BootScript.h
@@ -171,6 +171,7 @@ typedef struct {
UINT16 OpCode;
UINT8 Length;
EFI_PHYSICAL_ADDRESS EntryPoint;
+ EFI_PHYSICAL_ADDRESS Context;
} EFI_BOOT_SCRIPT_DISPATCH;
typedef struct {