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
4c9ad0df
Commit
4c9ad0df
authored
Mar 13, 2020
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Mar 13, 2020
Browse files
Merge "juno/sgm: Maximize space allocated to SCP_BL2" into integration
parents
e820759f
ddc93cba
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/design/firmware-design.rst
View file @
4c9ad0df
...
...
@@ -1859,7 +1859,7 @@ BL image during boot.
|
BL2
|
<<<<<<<<<<<<<
|
|
|----------|
<<<<<<<<<<<<<
|----------------|
|
SCP_BL2
|
<<<<<<<<<<<<<
|
BL31
PROGBITS
|
|
----------
|
<<<<<<<<<<<<<
|----------------|
|
|
<<<<<<<<<<<<<
|----------------|
|
|
<<<<<<<<<<<<<
|
BL32
|
|
|
+----------------+
|
|
...
...
@@ -1896,7 +1896,7 @@ BL image during boot.
|
BL2
|
<<<<<<<<<<<<<
|
|
|----------|
<<<<<<<<<<<<<
|----------------|
|
SCP_BL2
|
<<<<<<<<<<<<<
|
BL31
PROGBITS
|
|
----------
|
+----------------+
|
|
+----------------+
0x04001000
+----------+
|
MHU
|
0x04000000
+----------+
...
...
plat/arm/board/juno/include/platform_def.h
View file @
4c9ad0df
...
...
@@ -249,16 +249,12 @@
#endif
/*
* PLAT_CSS_MAX_SCP_BL2_SIZE is calculated using the current
* SCP_BL2 size plus a little space for growth.
* SCP_BL2 uses up whatever remaining space is available as it is loaded before
* anything else in this memory region and is handed over to the SCP before
* BL31 is loaded over the top.
*/
#define PLAT_CSS_MAX_SCP_BL2_SIZE UL(0x14000)
/*
* PLAT_CSS_MAX_SCP_BL2U_SIZE is calculated using the current
* SCP_BL2U size plus a little space for growth.
*/
#define PLAT_CSS_MAX_SCP_BL2U_SIZE UL(0x14000)
#define PLAT_CSS_MAX_SCP_BL2_SIZE (SCP_BL2_LIMIT - ARM_TB_FW_CONFIG_LIMIT)
#define PLAT_CSS_MAX_SCP_BL2U_SIZE PLAT_CSS_MAX_SCP_BL2_SIZE
#define PLAT_ARM_G1S_IRQ_PROPS(grp) \
CSS_G1S_IRQ_PROPS(grp), \
...
...
plat/arm/css/sgm/include/sgm_base_platform_def.h
View file @
4c9ad0df
...
...
@@ -133,16 +133,12 @@
#endif
/*
* PLAT_CSS_MAX_SCP_BL2_SIZE is calculated using the current
* SCP_BL2 size plus a little space for growth.
* SCP_BL2 uses up whatever remaining space is available as it is loaded before
* anything else in this memory region and is handed over to the SCP before
* BL31 is loaded over the top.
*/
#define PLAT_CSS_MAX_SCP_BL2_SIZE 0x15000
/*
* PLAT_CSS_MAX_SCP_BL2U_SIZE is calculated using the current
* SCP_BL2U size plus a little space for growth.
*/
#define PLAT_CSS_MAX_SCP_BL2U_SIZE 0x15000
#define PLAT_CSS_MAX_SCP_BL2_SIZE (SCP_BL2_LIMIT - ARM_TB_FW_CONFIG_LIMIT)
#define PLAT_CSS_MAX_SCP_BL2U_SIZE PLAT_CSS_MAX_SCP_BL2_SIZE
/*
* Most platform porting definitions provided by included headers
...
...
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