OvmfPkg/PlatformBootManagerLib: Remove PlatformBdsGetDriverOption()
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
04fe914ba5
commit
5bcad6cc78
|
@ -1213,31 +1213,6 @@ Returns:
|
||||||
gST->ConOut->ClearScreen (gST->ConOut);
|
gST->ConOut->ClearScreen (gST->ConOut);
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID
|
|
||||||
PlatformBdsGetDriverOption (
|
|
||||||
IN OUT LIST_ENTRY *BdsDriverLists
|
|
||||||
)
|
|
||||||
/*++
|
|
||||||
|
|
||||||
Routine Description:
|
|
||||||
|
|
||||||
Load the predefined driver option, OEM/IBV can customize this
|
|
||||||
to load their own drivers
|
|
||||||
|
|
||||||
Arguments:
|
|
||||||
|
|
||||||
BdsDriverLists - The header of the driver option link list.
|
|
||||||
|
|
||||||
Returns:
|
|
||||||
|
|
||||||
None.
|
|
||||||
|
|
||||||
--*/
|
|
||||||
{
|
|
||||||
DEBUG ((EFI_D_INFO, "PlatformBdsGetDriverOption\n"));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
PlatformBdsDiagnostics (
|
PlatformBdsDiagnostics (
|
||||||
IN EXTENDMEM_COVERAGE_LEVEL MemoryTestLevel,
|
IN EXTENDMEM_COVERAGE_LEVEL MemoryTestLevel,
|
||||||
|
@ -1357,11 +1332,6 @@ Routine Description:
|
||||||
PlatformBdsRestoreNvVarsFromHardDisk ();
|
PlatformBdsRestoreNvVarsFromHardDisk ();
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
|
||||||
// Load the driver option as the driver option list
|
|
||||||
//
|
|
||||||
PlatformBdsGetDriverOption (DriverOptionList);
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Get current Boot Mode
|
// Get current Boot Mode
|
||||||
//
|
//
|
||||||
|
|
|
@ -210,12 +210,6 @@ extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
|
||||||
//
|
//
|
||||||
// Platform BDS Functions
|
// Platform BDS Functions
|
||||||
//
|
//
|
||||||
|
|
||||||
VOID
|
|
||||||
PlatformBdsGetDriverOption (
|
|
||||||
IN LIST_ENTRY *BdsDriverLists
|
|
||||||
);
|
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
BdsMemoryTest (
|
BdsMemoryTest (
|
||||||
EXTENDMEM_COVERAGE_LEVEL Level
|
EXTENDMEM_COVERAGE_LEVEL Level
|
||||||
|
|
Loading…
Reference in New Issue