commit | 944adc15c9e6f074b2cafad1c8bf7b044eee8520 | [log] [tgz] |
---|---|---|
author | Bence Balogh <bence.balogh@arm.com> | Wed Apr 10 14:59:29 2024 +0200 |
committer | Bence Balogh <bence.balogh@arm.com> | Mon Apr 15 16:04:16 2024 +0200 |
tree | 2437fab585cb62d21b2a9a862557935347ce7bbb | |
parent | a26774f9d50c4bd1a3793d3231a62f5f32edc27d [diff] |
Increase COMMS_MHU_MSG_SIZE limit for CS1000 The size of the messages between the Host and SE have increased because the VARIABLE_INDEX_MAX_NAME_SIZE was increased from 32 to 64. The default COMMS_MHU_MSG_SIZE is 0x2100 which is no longer sufficent because of this. It had to be increased accordingly so the Embed Protocol can still be used even for the largest messages. Change-Id: I11501dbe20c7ccf2f772a3db9e18149b2af50026 Signed-off-by: Bence Balogh <bence.balogh@arm.com>