]> git.proxmox.com Git - mirror_edk2.git/commit
In core\dxe\Dispatcher\Dispatcher.c uses CoreLoadImage with TRUE parameter of BootPol...
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 20 Nov 2006 03:59:14 +0000 (03:59 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 20 Nov 2006 03:59:14 +0000 (03:59 +0000)
commitb00c892423d6cbeb90c64c072ad919a64f08b37a
tree2135fa46f044482bd66ab5b1a5abc4bf6e075622
parent593a98d2483e9f7ab8a36b64ebaf4ed49d7f1cee
In core\dxe\Dispatcher\Dispatcher.c uses CoreLoadImage with TRUE parameter of BootPolicy. But according to CoreLoadImage comments, BootPolicy is TRUE indicates that the request originates from the boot manager. Dispatcher driver is from memory, not from boot manager. So it should call CoreLoadImage with FALSE parameter of BootPolicy.

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