CorebootPayloadPkg: Add SD/eMMC support
Add SD and eMMC DXE driver support to CorebootPayloadPkg. Change-Id: Ibfd3a2cc32a653ce51e38d9157ea3c6da25a5474 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-by: Maurice Ma <maurice.ma@intel.com> Reviewed-by: Prince Agyeman <prince.agyeman@intel.com>
This commit is contained in:
committed by
Prince Agyeman
parent
d1b96516ed
commit
f4e84386c7
@@ -141,6 +141,13 @@ INF MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
|||||||
|
|
||||||
INF FatPkg/EnhancedFatDxe/Fat.inf
|
INF FatPkg/EnhancedFatDxe/Fat.inf
|
||||||
|
|
||||||
|
#
|
||||||
|
# SD/eMMC Support
|
||||||
|
#
|
||||||
|
INF MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
|
||||||
|
INF MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
|
||||||
|
INF MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf
|
||||||
|
|
||||||
#
|
#
|
||||||
# Usb Support
|
# Usb Support
|
||||||
#
|
#
|
||||||
|
@@ -413,6 +413,13 @@
|
|||||||
MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
|
MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
|
||||||
MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
||||||
|
|
||||||
|
#
|
||||||
|
# SD/eMMC Support
|
||||||
|
#
|
||||||
|
MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
|
||||||
|
MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
|
||||||
|
MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf
|
||||||
|
|
||||||
#
|
#
|
||||||
# Usb Support
|
# Usb Support
|
||||||
#
|
#
|
||||||
|
@@ -417,6 +417,13 @@
|
|||||||
MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
|
MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
|
||||||
MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
||||||
|
|
||||||
|
#
|
||||||
|
# SD/eMMC Support
|
||||||
|
#
|
||||||
|
MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
|
||||||
|
MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
|
||||||
|
MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf
|
||||||
|
|
||||||
#
|
#
|
||||||
# Usb Support
|
# Usb Support
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user