This enhancement is to use the FilePath field in the loaded image protocol to find the name of an image as a fallback for when the loaded image device path protocol is not installed on the image handle. This is necessary because the SMM core does not install the loaded image device path protocol, so DP was displaying "Unknown Driver Name" for every SMM driver.
Star Zeng (2): PerformancePkg Dp_App: Use Image->FilePath to get name for SMM drivers ShellPkg UefiDpLib: Use Image->FilePath to get name for SMM drivers PerformancePkg/Dp_App/DpUtilities.c | 13 ++++++++++--- ShellPkg/Library/UefiDpLib/DpUtilities.c | 14 +++++++++++--- 2 files changed, 21 insertions(+), 6 deletions(-) -- 2.7.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

