summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/FwVol
diff options
context:
space:
mode:
authordavidhuang <davidhuang@6f19259b-4bc3-4df7-8a09-765794883524>2009-12-23 06:51:36 +0000
committerdavidhuang <davidhuang@6f19259b-4bc3-4df7-8a09-765794883524>2009-12-23 06:51:36 +0000
commit202c32790fb65187a3f5dfc546d611b5f3b1f10b (patch)
tree69360796d71ced87ca72b2ba6930dd3bd5d57a6f /MdeModulePkg/Core/Dxe/FwVol
parentb7c5912af1b21abba963fe1a3904d80ecaa41505 (diff)
downloadedk2-202c32790fb65187a3f5dfc546d611b5f3b1f10b.zip
edk2-202c32790fb65187a3f5dfc546d611b5f3b1f10b.tar.gz
edk2-202c32790fb65187a3f5dfc546d611b5f3b1f10b.tar.bz2
PI 1.1 SMM Feature Check-in
1. Update DxeMain to support COMBINED_DXE_SMM driver dispatch. 2. Add ReportStatusCodeRouter SMM part. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9591 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/FwVol')
-rw-r--r--MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c b/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c
index e7cac45..3936b46 100644
--- a/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c
+++ b/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c
@@ -1,7 +1,7 @@
/** @file
Implements functions to read firmware file
-Copyright (c) 2006 - 2008, Intel Corporation. <BR>
+Copyright (c) 2006 - 2009, Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -135,9 +135,9 @@ FvGetNextFile (
return EFI_ACCESS_DENIED;
}
- if (*FileType > EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE) {
+ if (*FileType > EFI_FV_FILETYPE_SMM_CORE) {
//
- // File type needs to be in 0 - 0x0B
+ // File type needs to be in 0 - 0x0D
//
return EFI_NOT_FOUND;
}