Merge pull request #1476 from grandpaul/paulliu-rpi3-modify-size

rpi3: enlarge SEC_DRAM0_SIZE for optee_test to pass
This commit is contained in:
Dimitris Papastamos 2018-07-12 11:53:37 +01:00 committed by GitHub
commit 6e779ace0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -123,7 +123,7 @@ secure platform!
| Secure SRAM | BL2, BL31
0x10100000 +-----------------+
| Secure DRAM | BL32 (Secure payload)
0x10300000 +-----------------+
0x10C00000 +-----------------+
| Non-secure DRAM | BL33
0x11000000 +-----------------+
| |

View File

@ -75,10 +75,10 @@
#define SEC_SRAM_SIZE ULL(0x00100000)
#define SEC_DRAM0_BASE ULL(0x10100000)
#define SEC_DRAM0_SIZE ULL(0x00200000)
#define SEC_DRAM0_SIZE ULL(0x00B00000)
#define NS_DRAM0_BASE ULL(0x10300000)
#define NS_DRAM0_SIZE ULL(0x00D00000)
#define NS_DRAM0_BASE ULL(0x10C00000)
#define NS_DRAM0_SIZE ULL(0x00400000)
/* End of reserved memory */
/*