From ea0151d76cb9ab0c5efded44f4a24fdcc285a3ad Mon Sep 17 00:00:00 2001 From: vauban353 <vauban353@gmail.com> Date: Fri, 25 Mar 2022 22:22:30 +0000 Subject: [PATCH] MSS: Adjust MSS configuration to match Microchip's 2022.02 release. - Adjust DDR memory layout to match the Icicle Kit's 2022.02 release (move to 64-bit address range). --- script_support/PF_SoC_MSS_Icicle.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script_support/PF_SoC_MSS_Icicle.cfg b/script_support/PF_SoC_MSS_Icicle.cfg index 3ebb9ee..c82bd48 100644 --- a/script_support/PF_SoC_MSS_Icicle.cfg +++ b/script_support/PF_SoC_MSS_Icicle.cfg @@ -561,11 +561,11 @@ DDR4_ZQ_CALIB_TYPE 0 DDR4_ZQ_CAL_INIT_TIME 1024 DDR4_ZQ_CAL_L_TIME 512 DDR4_ZQ_CAL_S_TIME 128 -DDR_CACHED_32BIT_MEM_SIZE 768 +DDR_CACHED_32BIT_MEM_SIZE 32 DDR_CACHED_32BIT_MEM_UNIT MB -DDR_CACHED_64BIT_MEM_SIZE 1 -DDR_CACHED_64BIT_MEM_UNIT GB -DDR_NON_CACHED_32BIT_MEM_SIZE 256 +DDR_CACHED_64BIT_MEM_SIZE 1888 +DDR_CACHED_64BIT_MEM_UNIT MB +DDR_NON_CACHED_32BIT_MEM_SIZE 128 DDR_NON_CACHED_32BIT_MEM_UNIT MB DDR_NON_CACHED_64BIT_MEM_SIZE 0 DDR_NON_CACHED_64BIT_MEM_UNIT GB -- GitLab