Skip to content

Commit 2b37dce

Browse files
hartun01Anton-TF
authored andcommitted
platform: corstone1000: Increase FIP partition size
Increase the FIP partition size from 2MB to 2.5MB in the Corstone-1000 flash layout. The previous size is insufficient for current FIP images, which may lead to overflow during image generation or deployment. Expanding the partition ensures adequate space for firmware components packaged in the FIP. Change-Id: I1a4020f57fb8f176ece2879e705146194078c697 Signed-off-by: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>
1 parent bff1a47 commit 2b37dce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platform/ext/target/arm/corstone1000/partition/flash_layout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
#define TFM_PARTITION_SIZE (0x50000) /* 320 KB */
140140
#define TFM_PARTITION_BANK_OFFSET (SE_BL2_PARTITION_SIZE)
141141

142-
#define FIP_PARTITION_SIZE (0x200000) /* 2 MB */
142+
#define FIP_PARTITION_SIZE (0x280000) /* 2.5 MB */
143143
#define FIP_PARTITION_BANK_OFFSET (TFM_PARTITION_BANK_OFFSET + TFM_PARTITION_SIZE)
144144

145145
#define INITRAMFS_PARTITION_SIZE (0xC00000) /* 12 MB */

0 commit comments

Comments
 (0)