]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/Bds: Connect all drivers if the SimpleTextIO is not available
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 31 Mar 2011 12:28:01 +0000 (12:28 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 31 Mar 2011 12:28:01 +0000 (12:28 +0000)
commit09eb2dc3e88317266b4f037799d6856638224db3
tree18f89f02a1e1d458f87e226e127f72a520b36004
parent643ec0e7c1633c1970a154fa6bdada6eb1d3daa2
ArmPlatformPkg/Bds: Connect all drivers if the SimpleTextIO is not available

If none of the Simple Text Input/Output Protocol implementations were started
before starting BDS then an exception error occured.
This fix forces to connect all the drivers if no SimpleText IO protocols are
found.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11487 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/Bds/BdsEntry.c