Specifications
Code Definitions
45
EFI_LEGACY_BIOS_PROTOCOL.ShadowAllLegacyOproms()
Summary
Allows external agents to force loading of all legacy OpROMs. This function can be
invoked before
GetBbsInfo() to ensure all devices are counted.
Prototype
typedef
EFI_STATUS
(EFIAPI *EFI_LEGACY_BIOS_SHADOW_ALL_LEGACY_OPROMS) (
IN EFI_LEGACY_BIOS_PROTOCOL *This
)
Parameters
This
Indicates the EFI_LEGACY_BIOS_PROTOCOL instance.
Description
This function forces loading and invocation of the legacy OpROMs, which causes the BBS
table to be updated.
Status Codes Returned
EFI_SUCCESS Tables returned successfully.










