Call LegacyBiosInstallVgaRom to shadow Legacy VBIOS instead of LegacyBiosInstallPciRom during legacy boot.
Signed-off-by: Li Elvin <elvin.li@intel.com> Reviewed-by: Ni Ruiyu <ruiyu.ni@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14205 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/** @file
|
||||
|
||||
Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
|
||||
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions
|
||||
@@ -1520,4 +1520,20 @@ InternalLegacyBiosFarCall (
|
||||
IN UINTN StackSize
|
||||
);
|
||||
|
||||
/**
|
||||
Load a legacy PC-AT OpROM for VGA controller.
|
||||
|
||||
@param Private Driver private data.
|
||||
|
||||
@retval EFI_SUCCESS Legacy ROM successfully installed for this device.
|
||||
@retval EFI_DEVICE_ERROR No VGA device handle found, or native EFI video
|
||||
driver cannot be successfully disconnected, or VGA
|
||||
thunk driver cannot be successfully connected.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
LegacyBiosInstallVgaRom (
|
||||
IN LEGACY_BIOS_INSTANCE *Private
|
||||
);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user