mirror of https://github.com/acidanthera/audk.git
Update DEBUG log information to specify SMM driver to be loaded in SmmCore
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11308 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d613c2a88b
commit
9a33a65e58
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
Depex - Dependency Expresion.
|
Depex - Dependency Expresion.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials are licensed and made available
|
This program and the accompanying materials are licensed and made available
|
||||||
under the terms and conditions of the BSD License which accompanies this
|
under the terms and conditions of the BSD License which accompanies this
|
||||||
distribution. The full text of the license may be found at
|
distribution. The full text of the license may be found at
|
||||||
|
@ -587,7 +587,7 @@ SmmLoadImage (
|
||||||
|
|
||||||
|
|
||||||
DEBUG ((DEBUG_INFO | DEBUG_LOAD,
|
DEBUG ((DEBUG_INFO | DEBUG_LOAD,
|
||||||
"Loading driver at 0x%11p EntryPoint=0x%11p ",
|
"Loading SMM driver at 0x%11p EntryPoint=0x%11p ",
|
||||||
(VOID *)(UINTN) ImageContext.ImageAddress,
|
(VOID *)(UINTN) ImageContext.ImageAddress,
|
||||||
FUNCTION_ENTRY_POINT (ImageContext.EntryPoint)));
|
FUNCTION_ENTRY_POINT (ImageContext.EntryPoint)));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue