]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove FD section from DuetPkg.fdf and move the BlockSize/NumBlocks declaration from...
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 16 Mar 2010 05:22:23 +0000 (05:22 +0000)
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 16 Mar 2010 05:22:23 +0000 (05:22 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10252 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/DuetPkg.fdf

index a3d4c5c3691d81940f66ab46a5d3843b3078e8fb..0323b6ece252c8870d77cf0c07cf372c8eaaa8c7 100644 (file)
 #    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 \r
-################################################################################\r
-#\r
-# FD Section\r
-# The [FD] Section is made up of the definition statements and a\r
-# description of what goes into  the Flash Device Image.  Each FD section\r
-# defines one flash "device" image.  A flash device image may be one of\r
-# the following: Removable media bootable image (like a boot floppy\r
-# image,) an Option ROM image (that would be "flashed" into an add-in\r
-# card,) a System "Flash"  image (that would be burned into a system's\r
-# flash) or an Update ("Capsule") image that will be used to update and\r
-# existing system flash.\r
-#\r
-################################################################################\r
-[FD.DuetMainFd]\r
-BaseAddress   = 0x0 #The base address of the FLASH Device.\r
-Size          = 0x002a0000                                           #The size in bytes of the FLASH Device\r
-ErasePolarity = 1\r
-BlockSize     = 0x10000\r
-NumBlocks     = 0x2a\r
-\r
-0x00000000|0x002a0000\r
-\r
 ################################################################################\r
 #\r
 # FV Section\r
@@ -45,7 +23,8 @@ NumBlocks     = 0x2a
 #\r
 ################################################################################\r
 [FV.DuetEfiMainFv]\r
-BlockSize          = 0x100000\r
+BlockSize          = 0x10000\r
+NumBlocks          = 0x2a\r
 FvAlignment        = 16         #FV alignment and FV attributes setting.\r
 ERASE_POLARITY     = 1\r
 MEMORY_MAPPED      = TRUE\r