summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Include
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-13 10:20:09 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-13 10:20:09 +0000
commit429cac9c178d62020bc05debadee974986cef769 (patch)
treefc25fd5e3ebfa29d4070f887a234c20b91e1b8b0 /IntelFrameworkModulePkg/Include
parent33801c0c8e3c99211a8f5a5a04f15e4499711abc (diff)
downloadedk2-platforms-429cac9c178d62020bc05debadee974986cef769.tar.xz
Retire description string macro for boot device type which are not defined in UEFI specification.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8926 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include')
-rw-r--r--IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h22
1 files changed, 3 insertions, 19 deletions
diff --git a/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h b/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h
index f17f4344b0..e2142db190 100644
--- a/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h
+++ b/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h
@@ -787,24 +787,6 @@ SetupResetReminder (
///
-/// Define the boot option default description
-///
-#define DESCRIPTION_FLOPPY L"EFI Floppy"
-#define DESCRIPTION_FLOPPY_NUM L"EFI Floppy %d"
-#define DESCRIPTION_DVD L"EFI DVD/CDROM"
-#define DESCRIPTION_DVD_NUM L"EFI DVD/CDROM %d"
-#define DESCRIPTION_USB L"EFI USB Device"
-#define DESCRIPTION_USB_NUM L"EFI USB Device %d"
-#define DESCRIPTION_SCSI L"EFI SCSI Device"
-#define DESCRIPTION_SCSI_NUM L"EFI SCSI Device %d"
-#define DESCRIPTION_MISC L"EFI Misc Device"
-#define DESCRIPTION_MISC_NUM L"EFI Misc Device %d"
-#define DESCRIPTION_NETWORK L"EFI Network"
-#define DESCRIPTION_NETWORK_NUM L"EFI Network %d"
-#define DESCRIPTION_NON_BLOCK L"EFI Non-Block Boot Device"
-#define DESCRIPTION_NON_BLOCK_NUM L"EFI Non-Block Boot Device %d"
-
-///
/// Define the boot type which to classify the boot option type
/// Different boot option type could have different boot behavior
/// Use their device path node (Type + SubType) as type value
@@ -822,8 +804,10 @@ SetupResetReminder (
#define BDS_EFI_MESSAGE_ATAPI_BOOT 0x0301 // Type 03; Sub-Type 01
#define BDS_EFI_MESSAGE_SCSI_BOOT 0x0302 // Type 03; Sub-Type 02
#define BDS_EFI_MESSAGE_USB_DEVICE_BOOT 0x0305 // Type 03; Sub-Type 05
-#define BDS_EFI_MESSAGE_SATA_BOOT 0x0318 // Type 03; Sub-Type 18
+#define BDS_EFI_MESSAGE_SATA_BOOT 0x0312 // Type 03; Sub-Type 18
+#define BDS_EFI_MESSAGE_MAC_BOOT 0x030b // Type 03; Sub-Type 11
#define BDS_EFI_MESSAGE_MISC_BOOT 0x03FF
+
///
/// Media boot type
/// If a device path of boot option contain a media node, the boot option is media boot type