]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
MdePkg: Modify string expression of BMC device path to follow UEFI spec
authorHao Wu <hao.a.wu@intel.com>
Fri, 28 Aug 2015 07:36:55 +0000 (07:36 +0000)
committerhwu1225 <hwu1225@Edk2>
Fri, 28 Aug 2015 07:36:55 +0000 (07:36 +0000)
commit678226f632a7a369b36429afc9267f2774846ad8
treec8e6506f3a9148c76153dedf3b983682a10c88ee
parent60cbd7fb2ed4683efaf83a21d2d1a9e51556815b
MdePkg: Modify string expression of BMC device path to follow UEFI spec

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.wu@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18353 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
MdePkg/Library/UefiDevicePathLib/DevicePathToText.c