[edk2] [PATCH v2] MdePkg: Modify string expression of BMC device path to follow UEFI spec

2015-08-27 Thread Hao Wu
Version 1 of the patch misses to make change in DevicePathFromText.c. Hao Wu (1): MdePkg: Modify string expression of BMC device path to follow UEFI spec MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c | 2 +- MdePkg/Library/UefiDevicePathLib/DevicePathToText.c | 2 +- 2 files

[edk2] [PATCH v2] MdePkg: Modify string expression of BMC device path to follow UEFI spec

2015-08-27 Thread Hao Wu
According to UEFI 2.5 spec, the string expression of a BMC device node should be displayed as: BMC(Type,Address). However, current code displays it as: Bmc(Type,Address). Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu hao.a...@intel.com ---

Re: [edk2] [PATCH v2] MdePkg: Modify string expression of BMC device path to follow UEFI spec

2015-08-27 Thread Tian, Feng
Reviewed-by: Feng Tian feng.t...@intel.com -Original Message- From: Wu, Hao A Sent: Thursday, August 27, 2015 8:15 PM To: edk2-devel@lists.01.org; Tian, Feng; Gao, Liming Cc: Wu, Hao A Subject: [PATCH v2] MdePkg: Modify string expression of BMC device path to follow UEFI spec According