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
This commit is contained in:
davidhuang
2009-12-23 06:51:36 +00:00
parent b7c5912af1
commit 202c32790f
7 changed files with 458 additions and 4 deletions

View File

@@ -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;
}