summaryrefslogtreecommitdiffstats
path: root/DuetPkg
diff options
context:
space:
mode:
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>2010-03-16 05:22:23 +0000
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>2010-03-16 05:22:23 +0000
commit39301e939d10b2c7660d1afd415d1c870041ea9a (patch)
treeae51c324895e575982531f6629bb3ac27adfb3d1 /DuetPkg
parenteccca95eac0f8130514901a94ddb78b3d46dedbd (diff)
downloadedk2-39301e939d10b2c7660d1afd415d1c870041ea9a.tar.gz
edk2-39301e939d10b2c7660d1afd415d1c870041ea9a.tar.bz2
edk2-39301e939d10b2c7660d1afd415d1c870041ea9a.zip
Remove FD section from DuetPkg.fdf and move the BlockSize/NumBlocks declaration from FD to FV.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10252 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg')
-rw-r--r--DuetPkg/DuetPkg.fdf25
1 files changed, 2 insertions, 23 deletions
diff --git a/DuetPkg/DuetPkg.fdf b/DuetPkg/DuetPkg.fdf
index a3d4c5c369..0323b6ece2 100644
--- a/DuetPkg/DuetPkg.fdf
+++ b/DuetPkg/DuetPkg.fdf
@@ -14,28 +14,6 @@
################################################################################
#
-# FD Section
-# The [FD] Section is made up of the definition statements and a
-# description of what goes into the Flash Device Image. Each FD section
-# defines one flash "device" image. A flash device image may be one of
-# the following: Removable media bootable image (like a boot floppy
-# image,) an Option ROM image (that would be "flashed" into an add-in
-# card,) a System "Flash" image (that would be burned into a system's
-# flash) or an Update ("Capsule") image that will be used to update and
-# existing system flash.
-#
-################################################################################
-[FD.DuetMainFd]
-BaseAddress = 0x0 #The base address of the FLASH Device.
-Size = 0x002a0000 #The size in bytes of the FLASH Device
-ErasePolarity = 1
-BlockSize = 0x10000
-NumBlocks = 0x2a
-
-0x00000000|0x002a0000
-
-################################################################################
-#
# FV Section
#
# [FV] section is used to define what components or modules are placed within a flash
@@ -45,7 +23,8 @@ NumBlocks = 0x2a
#
################################################################################
[FV.DuetEfiMainFv]
-BlockSize = 0x100000
+BlockSize = 0x10000
+NumBlocks = 0x2a
FvAlignment = 16 #FV alignment and FV attributes setting.
ERASE_POLARITY = 1
MEMORY_MAPPED = TRUE