summaryrefslogtreecommitdiff
path: root/DuetPkg/DxeIpl/HobGeneration.h
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-30 05:47:12 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-30 05:47:12 +0000
commitd569cbb0d1ebf786f4daa7ed6c4533b927335174 (patch)
tree62bb98a6680c1b82894f9b0083a2a5ffc7d9bf1a /DuetPkg/DxeIpl/HobGeneration.h
parent5540f4aa180a122bc4cce664390b9b8f5222521b (diff)
downloadedk2-platforms-d569cbb0d1ebf786f4daa7ed6c4533b927335174.tar.xz
Fix system memory map issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8685 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/DxeIpl/HobGeneration.h')
-rw-r--r--DuetPkg/DxeIpl/HobGeneration.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/DuetPkg/DxeIpl/HobGeneration.h b/DuetPkg/DxeIpl/HobGeneration.h
index 61d2e9966f..021b3ed501 100644
--- a/DuetPkg/DxeIpl/HobGeneration.h
+++ b/DuetPkg/DxeIpl/HobGeneration.h
@@ -1,6 +1,6 @@
/** @file
-Copyright (c) 2006 - 2007, Intel Corporation
+Copyright (c) 2006 - 2009, 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
which accompanies this distribution. The full text of the license may be found at
@@ -84,6 +84,7 @@ typedef struct {
EFI_HOB_RESOURCE_DESCRIPTOR MemoryAbove1MB;
EFI_HOB_RESOURCE_DESCRIPTOR MemoryAbove4GB;
EFI_HOB_MEMORY_ALLOCATION_MODULE DxeCore;
+ EFI_HOB_RESOURCE_DESCRIPTOR MemoryDxeCore;
MEMORY_TYPE_INFORMATION_HOB MemoryTypeInfo;
TABLE_HOB Acpi;
TABLE_HOB Acpi20;
@@ -105,7 +106,8 @@ typedef struct {
FVB_HOB NvStorageFvb;
FVB_HOB NvStorage;
-
+
+ EFI_HOB_RESOURCE_DESCRIPTOR NvFtwFvResource;
FVB_HOB NvFtwFvb;
FVB_HOB NvFtwWorking;
FVB_HOB NvFtwSpare;