MdeModulePkg/Bus/Ufs: Use IndustryStandard headers

Remove duplicate private header files and reference UFS spec definitions
from the IndustryStandard folder.

Signed-off-by: Christopher Zurcher <christopher.zurcher@microsoft.com>
This commit is contained in:
Christopher Zurcher 2024-11-13 17:30:53 -08:00 committed by Liming Gao
parent 29ebe5ee5a
commit 59cfc13139
6 changed files with 4 additions and 2676 deletions

View File

@ -27,8 +27,9 @@
#include <Library/PeiServicesLib.h>
#include <IndustryStandard/Scsi.h>
#include <IndustryStandard/Ufs.h>
#include <IndustryStandard/UfsHci.h>
#include "UfsHci.h"
#include "UfsHcMem.h"
#define UFS_PEIM_HC_SIG SIGNATURE_32 ('U', 'F', 'S', 'H')

View File

@ -28,7 +28,6 @@
UfsBlockIoPei.c
UfsBlockIoPei.h
UfsHci.c
UfsHci.h
UfsHcMem.c
UfsHcMem.h
DmaMem.c

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,8 @@
#include <Library/PcdLib.h>
#include <Library/TimerLib.h>
#include "UfsPassThruHci.h"
#include <IndustryStandard/Ufs.h>
#include <IndustryStandard/UfsHci.h>
#define UFS_PASS_THRU_SIG SIGNATURE_32 ('U', 'F', 'S', 'P')

View File

@ -33,7 +33,6 @@
UfsPassThru.c
UfsPassThru.h
UfsPassThruHci.c
UfsPassThruHci.h
[Packages]
MdePkg/MdePkg.dec

File diff suppressed because it is too large Load Diff