]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/HobGeneration.h
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / DxeIpl / HobGeneration.h
index 61d2e9966fd7189b072c08b646888fd9847c7745..fe0b9a933dd4cdf8616b0fc83e17fa191607bb91 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
-Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -26,7 +26,7 @@ Revision History:
 #define EFI_MEMORY_BELOW_1MB_START     0x86000\r
 #define EFI_MEMORY_BELOW_1MB_END       0x9F800\r
 #define EFI_MEMORY_STACK_PAGE_NUM      0x20\r
-#define CONSUMED_MEMORY                0x2000000\r
+#define CONSUMED_MEMORY                0x100000 * 80\r
 \r
 #define NV_STORAGE_START               0x15000\r
 #define NV_STORAGE_STATE               0x19000\r
@@ -48,7 +48,7 @@ typedef struct {
 \r
 typedef struct {\r
   EFI_HOB_GUID_TYPE             Hob;\r
-  VOID                          *Interface;\r
+  EFI_PHYSICAL_ADDRESS          Interface;\r
 } PROTOCOL_HOB;\r
 \r
 typedef struct {\r
@@ -84,6 +84,7 @@ typedef struct {
   EFI_HOB_RESOURCE_DESCRIPTOR       MemoryAbove1MB;\r
   EFI_HOB_RESOURCE_DESCRIPTOR       MemoryAbove4GB;\r
   EFI_HOB_MEMORY_ALLOCATION_MODULE  DxeCore;\r
+  EFI_HOB_RESOURCE_DESCRIPTOR       MemoryDxeCore;\r
   MEMORY_TYPE_INFORMATION_HOB       MemoryTypeInfo;\r
   TABLE_HOB                         Acpi;\r
   TABLE_HOB                         Acpi20;\r
@@ -105,7 +106,8 @@ typedef struct {
 \r
   FVB_HOB                           NvStorageFvb;\r
   FVB_HOB                           NvStorage;\r
-\r
+  \r
+  EFI_HOB_RESOURCE_DESCRIPTOR       NvFtwFvResource;\r
   FVB_HOB                           NvFtwFvb;\r
   FVB_HOB                           NvFtwWorking;\r
   FVB_HOB                           NvFtwSpare;\r