Andrew Geissler | dc9d614 | 2023-05-19 09:38:37 -0500 | [diff] [blame^] | 1 | From 77c5a3bd090955e48ffca92bf9535185d26e9017 Mon Sep 17 00:00:00 2001 |
| 2 | From: Emekcan Aras <emekcan.aras@arm.com> |
| 3 | Date: Mon, 15 May 2023 10:42:23 +0100 |
| 4 | Subject: [PATCH 2/4] Platform: corstone1000: Increase BL2 size in flash layout |
| 5 | |
| 6 | Increases BL2 size to align with the flash page size in corstone1000. |
| 7 | |
| 8 | Signed-off-by: Emekcan Aras <emekcan.aras@arm.com> |
| 9 | Upstream-Status: Pending [Not submitted to upstream yet] |
| 10 | --- |
| 11 | platform/ext/target/arm/corstone1000/partition/flash_layout.h | 2 +- |
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 13 | |
| 14 | diff --git a/platform/ext/target/arm/corstone1000/partition/flash_layout.h b/platform/ext/target/arm/corstone1000/partition/flash_layout.h |
| 15 | index 41b4c6323f..bfe8c4fb3c 100644 |
| 16 | --- a/platform/ext/target/arm/corstone1000/partition/flash_layout.h |
| 17 | +++ b/platform/ext/target/arm/corstone1000/partition/flash_layout.h |
| 18 | @@ -89,7 +89,7 @@ |
| 19 | #endif |
| 20 | |
| 21 | /* Static Configurations of the Flash */ |
| 22 | -#define SE_BL2_PARTITION_SIZE (0x18800) /* 98 KB */ |
| 23 | +#define SE_BL2_PARTITION_SIZE (0x19000) /* 98 KB */ |
| 24 | #define SE_BL2_BANK_0_OFFSET (0x9000) /* 72nd LBA */ |
| 25 | #define SE_BL2_BANK_1_OFFSET (0x1002000) /* 32784th LBA */ |
| 26 | |
| 27 | -- |
| 28 | 2.17.1 |
| 29 | |