mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
eccca95eac
commit
39301e939d
|
@ -12,28 +12,6 @@
|
|||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# 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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue