Move GOP and UGA draw from Consplitter entrypoint to start(). When there is one real physical graphics device in system, Consplitter will expose GOP/UGA protocol on the virtual handle. In addition, fix a obvious logic issue in GraphicsConsole.

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@13787 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
li-elvin
2012-10-08 02:34:33 +00:00
parent f330ff35dc
commit f58fcb0a1d
2 changed files with 58 additions and 58 deletions

View File

@ -533,9 +533,6 @@ GraphicsConsoleControllerDriverStart (
goto Error;
}
}
} else {
Status = EFI_UNSUPPORTED;
goto Error;
}
}