diff --git a/plat/arm/board/corstone1000/common/include/platform_def.h b/plat/arm/board/corstone1000/common/include/platform_def.h index 2a608dd6f..caf3d462f 100644 --- a/plat/arm/board/corstone1000/common/include/platform_def.h +++ b/plat/arm/board/corstone1000/common/include/platform_def.h @@ -55,39 +55,42 @@ /* Memory related constants */ -/* SRAM (CVM) memory layout +/* Memory mappings of where the BLs in the FIP are copied to * - * + * = 0x02000000 * partition size: sizeof(meminfo_t) = 16 bytes * content: memory info area used by the next BL * - * + * = 0x02000010 * partition size: 4080 bytes * - * + * = 0x02001000 * partition size: 4 KB * content: Area where BL2 copies the images descriptors * - * = - * partition size: 688 KB + * = = 0x02002000 + * partition size: 3752 KB * content: BL32 (optee-os) * - * = 0x20ae000 + * = 0x023AC000 * partition size: 8 KB * content: BL32 config (TOS_FW_CONFIG) * - * + * = 0x023AE000 * partition size: 140 KB * content: BL31 * - * + * = 0x023D1000 * partition size: 4 KB * content: MCUBOOT data needed to verify TF-A BL2 * - * + * = 0x023D2000 * partition size: 176 KB * content: BL2 * + * = 0x80000000 + * partition size: 12 MB + * content: BL33 (U-Boot) */ /* DDR memory */