]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/HobGeneration.h
EmbeddedPkg/MmcDxe: Improved parameters checking
[mirror_edk2.git] / DuetPkg / DxeIpl / HobGeneration.h
index 021b3ed5019ab30ee9bdf0bd8fe79a4f968b5ccf..fe0b9a933dd4cdf8616b0fc83e17fa191607bb91 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
-Copyright (c) 2006 - 2009, 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