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
b1f701be
Unverified
Commit
b1f701be
authored
Jun 08, 2018
by
Dimitris Papastamos
Committed by
GitHub
Jun 08, 2018
Browse files
Merge pull request #1407 from soby-mathew/sm/juno_bl1_size
Juno: Bump up the BL1-RW size
parents
4b557325
2013d8f0
Changes
1
Show whitespace changes
Inline
Side-by-side
plat/arm/board/juno/include/platform_def.h
View file @
b1f701be
...
...
@@ -117,7 +117,7 @@
* plus a little space for growth.
*/
#if TRUSTED_BOARD_BOOT
# define PLAT_ARM_MAX_BL1_RW_SIZE 0x
A
000
# define PLAT_ARM_MAX_BL1_RW_SIZE 0x
B
000
#else
# define PLAT_ARM_MAX_BL1_RW_SIZE 0x6000
#endif
...
...
@@ -128,7 +128,7 @@
*/
#if TRUSTED_BOARD_BOOT
#if TF_MBEDTLS_KEY_ALG_ID == TF_MBEDTLS_RSA_AND_ECDSA
# define PLAT_ARM_MAX_BL2_SIZE 0x
20
000
# define PLAT_ARM_MAX_BL2_SIZE 0x
1F
000
#elif TF_MBEDTLS_KEY_ALG_ID == TF_MBEDTLS_ECDSA
# define PLAT_ARM_MAX_BL2_SIZE 0x1D000
#else
...
...
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