]> git.proxmox.com Git - mirror_edk2.git/commit
Move call to CoreDisplayDiscoveredNotDispatched to be before the
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 24 Nov 2008 00:19:49 +0000 (00:19 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 24 Nov 2008 00:19:49 +0000 (00:19 +0000)
commitd9b834afbf67ad45b5cbf339e957efe441978218
treecd30bc58124a3262809a19dc424d8b4ba02ae118
parent9490351076d0e95f46aa177e7643fceb953bbcb8
Move call to CoreDisplayDiscoveredNotDispatched to be before the
  ASSERT_EFI_ERROR (CoreAllEfiServicesAvailable ());
statement, since this ASSERT can force the system to hang.  Since
drivers not loading may be the reason that not all EFI services are
available, it is helpful to display the non-dispatched driver list
before using the ASSERT.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6687 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c