[edk2-devel] [PATCH edk2-platforms 1/1] Platform/Socionext/DeveloperBoxMm: increase FV size

Ard Biesheuvel ard.biesheuvel at arm.com
Thu Nov 26 15:40:46 UTC 2020


Due to recent changes in core EDK2, the DeveloperBoxMM standalone MM
build no longer fits when built in DEBUG or NOOPT mode. So increase
the FD size a little bit - we still have some spare room available in
the FIP image.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel at arm.com>
---
 Platform/Socionext/DeveloperBox/DeveloperBoxMm.fdf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Platform/Socionext/DeveloperBox/DeveloperBoxMm.fdf b/Platform/Socionext/DeveloperBox/DeveloperBoxMm.fdf
index 83a3c4660cb3..58efed89b26e 100644
--- a/Platform/Socionext/DeveloperBox/DeveloperBoxMm.fdf
+++ b/Platform/Socionext/DeveloperBox/DeveloperBoxMm.fdf
@@ -21,12 +21,12 @@
 
 [FD.STANDALONE_MM]
 BaseAddress   = 0xfc000000
-Size          = 0x00040000
+Size          = 0x00050000
 ErasePolarity = 1
 
 # This one is tricky, it must be: BlockSize * NumBlocks = Size
 BlockSize     = 0x00010000
-NumBlocks     = 0x4
+NumBlocks     = 0x5
 
 ################################################################################
 #
@@ -44,7 +44,7 @@ [FD.STANDALONE_MM]
 #
 ################################################################################
 
-0x00000000|0x00040000
+0x00000000|0x00050000
 FV = FvStandaloneMmCompact
 
 ################################################################################
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#68026): https://edk2.groups.io/g/devel/message/68026
Mute This Topic: https://groups.io/mt/78531610/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list