diff options
author | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-28 02:16:33 +0000 |
---|---|---|
committer | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-28 02:16:33 +0000 |
commit | 5270672ca921158c0fe1a439d972ac2a001b55a0 (patch) | |
tree | d5f09d26477c1036944d3f07497559c65d450ac1 | |
parent | a7932d9a1aca93f8c82aa6c513c96c2a23ba17a1 (diff) | |
download | edk2-5270672ca921158c0fe1a439d972ac2a001b55a0.zip edk2-5270672ca921158c0fe1a439d972ac2a001b55a0.tar.gz edk2-5270672ca921158c0fe1a439d972ac2a001b55a0.tar.bz2 |
Re-enable BoisVideoThunk driver in DUET because the BiosVideoThunk hang issue was fixed.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9844 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | DuetPkg/DuetPkg.fdf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DuetPkg/DuetPkg.fdf b/DuetPkg/DuetPkg.fdf index a807525..b9c3fb9 100644 --- a/DuetPkg/DuetPkg.fdf +++ b/DuetPkg/DuetPkg.fdf @@ -1,6 +1,6 @@ -# This is NT32 FDF file with UEFI HII features enabled
+# This is DUET FDF file with UEFI HII features enabled
#
-# Copyright (c) 2007, Intel Corporation
+# Copyright (c) 2007 - 2010, 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
@@ -115,7 +115,7 @@ INF IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
-#INF DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
+INF DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
# Binary INF file to support toggle among different CPU architectures.
INF FatBinPkg/EnhancedFatDxe/Fat.inf
|