]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Move away from 0x40 block size (worked around a DXE core bug assuming the FV header...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Dec 2010 19:58:48 +0000 (19:58 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Dec 2010 19:58:48 +0000 (19:58 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11136 6f19259b-4bc3-4df7-8a09-765794883524

BeagleBoardPkg/BeagleBoardPkg.fdf

index 5331966db009df7044c599564294798e1a6e3f32..85003c4978133c295c546c4f8dc379d4e0050771 100644 (file)
@@ -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
 
 ################################################################################
 #
@@ -53,7 +53,7 @@ NumBlocks     = 0x2000
 # 512 bytes of configuration header & 8 bytes of image header
 0x00000000|0x00000208
 
-0x00000208|0x0007FDC0
+0x00000208|0x0007FDF8
 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize
 FV = FVMAIN_COMPACT
 
@@ -69,7 +69,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