diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-03-04 18:12:38 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-03-07 13:35:43 +0800 |
commit | e4c7cefe3d088df0fa05bf78659fa8094569dd3a (patch) | |
tree | afdee5bc963bee3e204c9af17300840b1628aeaf /MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h | |
parent | 1f2e80af229d06a59d99a7882ab1872ba72e0654 (diff) | |
download | edk2-platforms-e4c7cefe3d088df0fa05bf78659fa8094569dd3a.tar.xz |
MdeModulePkg/Bds: More user-friendly network boot option description
The patch enhances the UefiBootManagerLib to use more user-friendly
network boot option description.
It builds description like below:
"PXEv6 (MAC:112233445566 VLAN1)"
"HTTPv4 (MAC:112233445566)"
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Siyuan Fu <siyuan.fu@intel.com>
Diffstat (limited to 'MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h')
-rw-r--r-- | MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h b/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h index c1514c3ee4..b261d769d2 100644 --- a/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h +++ b/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h @@ -92,8 +92,6 @@ typedef enum { BmMessageSataBoot,
BmMessageUsbBoot,
BmMessageScsiBoot,
- BmMessageNetworkBoot,
- BmMessageHttpBoot,
BmMiscBoot
} BM_BOOT_TYPE;
|