audk/ShellPkg/Library/UefiDpLib
Star Zeng 3b672240e6 ShellPkg UefiDpLib: Use Image->FilePath to get name for SMM drivers
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.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Shumin Qiu <shumin.qiu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19683 6f19259b-4bc3-4df7-8a09-765794883524
2016-01-19 09:19:37 +00:00
..
Dp.c ShellPkg: Add NULL check to pointer returned from 'AllocateZeroPool'. 2015-11-26 01:51:52 +00:00
Dp.h ShellPkg: Add "dp" command library to ShellPkg. 2013-03-04 22:02:59 +00:00
DpInternal.h ShellPkg/UefiDpLib: Support dumping cumulative data 2015-11-05 01:59:24 +00:00
DpProfile.c ShellPkg: Add "dp" command library to ShellPkg. 2013-03-04 22:02:59 +00:00
DpTrace.c ShellPkg/UefiDpLib: Support dumping cumulative data 2015-11-05 01:59:24 +00:00
DpUtilities.c ShellPkg UefiDpLib: Use Image->FilePath to get name for SMM drivers 2016-01-19 09:19:37 +00:00
Literals.c ShellPkg: Add "dp" command library to ShellPkg. 2013-03-04 22:02:59 +00:00
Literals.h ShellPkg: Add "dp" command library to ShellPkg. 2013-03-04 22:02:59 +00:00
PerformanceTokens.h ShellPkg: Remove PerformancePkg requirement and add the header itself. 2013-03-19 20:17:47 +00:00
Readme.txt Update code to follow coding style. 2013-03-11 01:22:51 +00:00
UefiDpLib.c ShellPkg: Add "dp" command library to ShellPkg. 2013-03-04 22:02:59 +00:00
UefiDpLib.h Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. 2013-07-26 03:14:08 +00:00
UefiDpLib.inf ShellPkg: Refine the fomat in INF/DEC files to follow spec. 2015-01-22 01:44:11 +00:00
UefiDpLib.uni ShellPkg: Convert all .uni files to utf-8 2015-12-09 23:07:58 +00:00

Readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

from PerformancePkg\Dp_App
SVN 13406