MdeModulePkg/UfsPassThruDxe: Implement EDKII_UFS_HC_PLATFORM_PROTOCOL
https://bugzilla.tianocore.org/show_bug.cgi?id=1343 This commit adds EDKII_UFS_HC_PLATFORM_PROTOCOL implementation in UfsPassThruDxe driver in version 1. Driver assumes that at most one instance of the protocol exists in the system. Presence of the protocol is not mandatory. Signed-off-by: Mateusz Albecki <mateusz.albecki@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
committed by
Hao A Wu
parent
a71272ed7a
commit
ecc32c90ee
@@ -1,7 +1,7 @@
|
||||
## @file
|
||||
# Description file for the Universal Flash Storage (UFS) Pass Thru driver.
|
||||
#
|
||||
# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
@@ -54,6 +54,7 @@
|
||||
gEfiExtScsiPassThruProtocolGuid ## BY_START
|
||||
gEfiUfsDeviceConfigProtocolGuid ## BY_START
|
||||
gEdkiiUfsHostControllerProtocolGuid ## TO_START
|
||||
gEdkiiUfsHcPlatformProtocolGuid ## SOMETIMES_CONSUMES
|
||||
|
||||
[UserExtensions.TianoCore."ExtraFiles"]
|
||||
UfsPassThruExtra.uni
|
||||
|
Reference in New Issue
Block a user