Skip to content

Commit 72d226a

Browse files
mariobalanicapaulober
authored andcommitted
Platform/RPi5: Add SATA drivers
Signed-off-by: Mario Bălănică <[email protected]>
1 parent 65e25b3 commit 72d226a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Platform/RaspberryPi/RPi5/RPi5.dsc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,13 @@
695695
#
696696
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
697697

698+
#
699+
# AHCI Support
700+
#
701+
MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
702+
MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
703+
MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
704+
698705
#
699706
# EFI Memory Attribute Protocol Manager
700707
#

Platform/RaspberryPi/RPi5/RPi5.fdf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,13 @@ READ_LOCK_STATUS = TRUE
299299
#
300300
INF MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
301301

302+
#
303+
# AHCI Support
304+
#
305+
INF MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
306+
INF MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
307+
INF MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
308+
302309
#
303310
# SCSI Bus and Disk Driver
304311
#

0 commit comments

Comments
 (0)