Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/BlockIo.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/BlockIo.h
r48674 r58459 11 11 driver are the same, here we define a set of general PPIs for both drivers to use. 12 12 13 Copyright (c) 2007 - 201 0, Intel Corporation. All rights reserved.<BR>13 Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR> 14 14 This program and the accompanying materials are licensed and made available under 15 15 the terms and conditions of the BSD License that accompanies this distribution. … … 55 55 IdeLS120 = 2, ///< The recovery device is an IDE LS-120 56 56 UsbMassStorage= 3, ///< The recovery device is a USB Mass Storage device 57 SD = 4, ///< The recovery device is a Secure Digital device 58 EMMC = 5, ///< The recovery device is a eMMC device 59 UfsDevice = 6, ///< The recovery device is a Universal Flash Storage device 57 60 MaxDeviceType 58 61 } EFI_PEI_BLOCK_DEVICE_TYPE;
Note:
See TracChangeset
for help on using the changeset viewer.