Remove the implementation limitation in the SmmBaseHelper driver that it assumes the Framework SMM driver to be loaded has a copy in memory.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10258 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -74,9 +74,10 @@ typedef enum {
|
||||
} SMMBASE_FUNCTION;
|
||||
|
||||
typedef struct {
|
||||
SMMBASE_FUNCTION Function;
|
||||
EFI_STATUS Status;
|
||||
SMMBASE_FUNCTION_ARGS Args;
|
||||
SMMBASE_FUNCTION Function;
|
||||
EFI_STATUS Status;
|
||||
SMMBASE_FUNCTION_ARGS Args;
|
||||
EFI_HANDLE SmmBaseImageHandle;
|
||||
} SMMBASE_FUNCTION_DATA;
|
||||
|
||||
#pragma pack(1)
|
||||
|
Reference in New Issue
Block a user