summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Ppi/BlockIo.h
diff options
context:
space:
mode:
authorFeng Tian <feng.tian@intel.com>2015-04-29 02:37:30 +0000
committererictian <erictian@Edk2>2015-04-29 02:37:30 +0000
commit5230616612bfdaf388aef75a6eb921f7ca6dafcb (patch)
tree510cde3e18d445c2fc70f61937949c1cb756f8e5 /MdePkg/Include/Ppi/BlockIo.h
parentb483e74d5a972d1d3b3f422c50ef7af5d7ab9892 (diff)
downloadedk2-platforms-5230616612bfdaf388aef75a6eb921f7ca6dafcb.tar.xz
MdePkg: Add UFS (Universal Flash Storage) related definitions
These definitions are defined in UEFI2.5/PI1.4 spec. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17245 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Ppi/BlockIo.h')
-rw-r--r--MdePkg/Include/Ppi/BlockIo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/MdePkg/Include/Ppi/BlockIo.h b/MdePkg/Include/Ppi/BlockIo.h
index f2980f52c0..a69419e284 100644
--- a/MdePkg/Include/Ppi/BlockIo.h
+++ b/MdePkg/Include/Ppi/BlockIo.h
@@ -10,7 +10,7 @@
Block I/O PPIs that are provided by the PEI ATAPI driver and PEI legacy floppy
driver are the same, here we define a set of general PPIs for both drivers to use.
-Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution.
The full text of the license may be found at
@@ -54,6 +54,9 @@ typedef enum {
IdeCDROM = 1, ///< The recovery device is an IDE CD-ROM
IdeLS120 = 2, ///< The recovery device is an IDE LS-120
UsbMassStorage= 3, ///< The recovery device is a USB Mass Storage device
+ SD = 4, ///< The recovery device is a Secure Digital device
+ EMMC = 5, ///< The recovery device is a eMMC device
+ UfsDevice = 6, ///< The recovery device is a Universal Flash Storage device
MaxDeviceType
} EFI_PEI_BLOCK_DEVICE_TYPE;