]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c
revert the change on BdsConsole. when doing minimal boot, the ConsoleIn variable...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 31 Aug 2009 02:39:56 +0000 (02:39 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 31 Aug 2009 02:39:56 +0000 (02:39 +0000)
commita29a93b4bda3a7cb0a7152bb9888731dfbcf4db3
tree4f2981c66902195348cc34bb4efa346a19215391
parentea4220e3e9ab0f352bb7b22ad14a685a1fcdb454
revert the change on BdsConsole. when doing minimal boot, the ConsoleIn variable is used to store existing input device's device path. If the device can not be connected, its device path will be removed from ConsoleIn.

So due the usb hot plug feature, we should always connect USB host controller according to the consolein device provided by PlatformData file before entering frontpage. This way can avoid usb device can not work in frontpage phase.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9207 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c