Increase Secure RAM by 4K

- 68KB Secure
- 60KB Non-secure
pull/9221/head
Michael Schwarcz 2019-03-20 14:46:23 +02:00 committed by Oren Cohen
parent 71683cbaa7
commit 84bde31ea0
3 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@
#endif
#if !defined(MBED_RAM_SIZE)
#define MBED_RAM_SIZE S_DATA_SIZE // 0x10000
#define MBED_RAM_SIZE S_DATA_SIZE // 0x11000
#endif
LR_CODE MBED_ROM_START MBED_ROM_SIZE {

View File

@ -99,7 +99,7 @@
/* Increase secure DATA area to run the regression tests on Musca A1 */
#define S_DATA_SIZE ((TOTAL_RAM_SIZE / 4) * 3)
#else
#define S_DATA_SIZE (TOTAL_RAM_SIZE / 2)
#define S_DATA_SIZE ((TOTAL_RAM_SIZE / 2) + 0x1000)
#endif
#define S_DATA_LIMIT (S_DATA_START + S_DATA_SIZE - 1)

View File

@ -5454,8 +5454,8 @@
"overrides": {
"non-secure-rom-start": "0x000a0400",
"non-secure-rom-size": "0x5f800",
"non-secure-ram-start": "0x20010170",
"non-secure-ram-size": "0xfe90"
"non-secure-ram-start": "0x20011170",
"non-secure-ram-size": "0xee90"
}
},
"ARM_MUSCA_A1_S": {
@ -5479,7 +5479,7 @@
"secure-rom-start": "0x10020400",
"secure-rom-size": "0x7f800",
"secure-ram-start": "0x30000000",
"secure-ram-size": "0x10000"
"secure-ram-size": "0x11000"
}
},
"RZ_A1XX": {