audk/OvmfPkg/Library/PlatformBootManagerLib
Ruiyu Ni 77f47588a7 OvmfPkg/PlatformBootManagerLib: Use ConvertDevicePathToText()
The DevicePathToStr() function (in
"IntelFrameworkModulePkg/Library/GenericBdsLib/DevicePath.c") is a
simple wrapper around ConvertDevicePathToText().

DevicePathToStr() passes DisplayOnly=TRUE and AllowShortcuts=TRUE to
ConvertDevicePathToText(), whereas in this patch, both parameters are
flipped to FALSE.

The formatted devpaths are used only for debugging purposes, so this
change is safe.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
2016-05-04 08:47:38 +08:00
..
BdsPlatform.c OvmfPkg/PlatformBootManagerLib: Use ConvertDevicePathToText() 2016-05-04 08:47:38 +08:00
BdsPlatform.h OvmfPkg/PlatformBootManagerLib: link to UefiBootManagerLib 2016-05-04 08:47:37 +08:00
PlatformBootManagerLib.inf OvmfPkg/PlatformBootManagerLib: Use ConvertDevicePathToText() 2016-05-04 08:47:38 +08:00
PlatformData.c
QemuKernel.c