]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BeagleBoardPkg/BeagleBoardPkg.fdf
add IPv4 address copy macro.
[mirror_edk2.git] / BeagleBoardPkg / BeagleBoardPkg.fdf
index d85a3896292c6fc2c9445e3e563378954d466834..e1e747966739f11b8c428d412bd03a6742dd99da 100644 (file)
@@ -1,8 +1,8 @@
 # FLASH layout file for Beagle board.
 #
-# Copyright (c) 2009, Apple Inc. All rights reserved.
+# Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
 #
-#  All rights reserved. This program and the accompanying materials
+#    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
 #    http://opensource.org/licenses/bsd-license.php
@@ -31,8 +31,8 @@
 BaseAddress   = 0x80008000|gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress  #The base address of the FLASH Device.
 Size          = 0x00080000|gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize         #The size in bytes of the FLASH Device
 ErasePolarity = 1
-BlockSize     = 0x40
-NumBlocks     = 0x2000
+BlockSize     = 0x1
+NumBlocks     = 0x80000
 
 ################################################################################
 #
@@ -49,11 +49,14 @@ NumBlocks     = 0x2000
 # RegionType <FV, DATA, or FILE>
 #
 ################################################################################
-
+!if $(EDK2_SECOND_STAGE_BOOTOLADER) == 1
+0x00000000|0x00080000
+!else
 # 512 bytes of configuration header & 8 bytes of image header
 0x00000000|0x00000208
 
 0x00000208|0x0007FDF8
+!endif
 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize
 FV = FVMAIN_COMPACT
 
@@ -69,7 +72,7 @@ FV = FVMAIN_COMPACT
 ################################################################################
 
 [FV.FvMain]
-BlockSize          = 0x40
+BlockSize          = 0x1
 NumBlocks          = 0         # This FV gets compressed so make it just big enough
 FvAlignment        = 8         # FV alignment and FV attributes setting.
 ERASE_POLARITY     = 1
@@ -164,17 +167,14 @@ READ_LOCK_STATUS   = TRUE
   # UEFI application (Shell Embedded Boot Loader) 
   #  
   INF EmbeddedPkg/Ebl/Ebl.inf
-  
 
   #
   # Bds
   #
-  INF BeagleBoardPkg/Bds/Bds.inf
+  INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
+  INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
+  INF ArmPlatformPkg/Bds/Bds.inf
 
-  #
-  # Gdb Stub
-  #
-  #INF ArmPkg/Drivers/DebugSupportDxe/DebugSupportDxe.inf
 
 
 [FV.FVMAIN_COMPACT]