Specifications
74
EFI_LEGACY_BIOS_PLATFORM_PROTOCOL.SmmInit()
Summary
Loads and registers the Compatibility16 handler with the EFI SMM code.
Prototype
typedef
EFI_STATUS
(EFIAPI *EFI_LEGACY_BIOS_PLATFORM_SMM_INIT) (
IN EFI_LEGACY_BIOS_PLATFORM_PROTOCOL *This,
IN VOID *EfiToCompatibility16B
ootTable
);
Parameters
This
Indicates the EFI_LEGACY_BIOS_PLATFORM_PROTOCOL instance.
EfiToCompatibility16BootTable
The boot table passed to the Compatibility16. Allows the SmmInit() function to
update
EFI_TO_COMPATIBILITY16_BOOT_TABLE.SmmTable.
Description
This function loads and initializes the traditional BIOS SMM handler.
Status Codes Returned
EFI_SUCCESS The SMM code loaded.
EFI_DEVICE_ERROR The SMM code failed to load.










