Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
6e779ace
Unverified
Commit
6e779ace
authored
Jul 12, 2018
by
Dimitris Papastamos
Committed by
GitHub
Jul 12, 2018
Browse files
Merge pull request #1476 from grandpaul/paulliu-rpi3-modify-size
rpi3: enlarge SEC_DRAM0_SIZE for optee_test to pass
parents
1be2f666
8ebf806f
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/plat/rpi3.rst
View file @
6e779ace
...
...
@@ -123,7 +123,7 @@ secure platform!
| Secure SRAM | BL2, BL31
0x10100000 +-----------------+
| Secure DRAM | BL32 (Secure payload)
0x10
3
00000 +-----------------+
0x10
C
00000 +-----------------+
| Non-secure DRAM | BL33
0x11000000 +-----------------+
| |
...
...
plat/rpi3/include/platform_def.h
View file @
6e779ace
...
...
@@ -75,10 +75,10 @@
#define SEC_SRAM_SIZE ULL(0x00100000)
#define SEC_DRAM0_BASE ULL(0x10100000)
#define SEC_DRAM0_SIZE ULL(0x00
2
00000)
#define SEC_DRAM0_SIZE ULL(0x00
B
00000)
#define NS_DRAM0_BASE ULL(0x10
3
00000)
#define NS_DRAM0_SIZE ULL(0x00
D
00000)
#define NS_DRAM0_BASE ULL(0x10
C
00000)
#define NS_DRAM0_SIZE ULL(0x00
4
00000)
/* End of reserved memory */
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment