From 27f3015903bf30b9ca0e72c0174e9ef787d79659 Mon Sep 17 00:00:00 2001 From: lzeng14 Date: Tue, 8 Mar 2011 05:42:37 +0000 Subject: Add AHCI support for DUET. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11353 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/DuetPkg.fdf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'DuetPkg/DuetPkg.fdf') diff --git a/DuetPkg/DuetPkg.fdf b/DuetPkg/DuetPkg.fdf index ca7d2be203..ef4b5fee0b 100644 --- a/DuetPkg/DuetPkg.fdf +++ b/DuetPkg/DuetPkg.fdf @@ -1,7 +1,7 @@ ## @file # This is DUET FDF file with UEFI HII features enabled # -# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -82,9 +82,12 @@ INF DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf INF IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf INF IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf - # IDE Support -INF IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf -INF PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf + # IDE/AHCI Support +INF DuetPkg/SataControllerDxe/SataControllerDxe.inf +INF MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf +INF MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf +INF MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf +INF MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf # Usb Support INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf -- cgit v1.2.3