diff options
author | Chris Kay <chris.kay@arm.com> | 2020-03-12 13:50:26 +0000 |
---|---|---|
committer | Chris Kay <chris.kay@arm.com> | 2020-03-12 15:12:23 +0000 |
commit | ddc93cbaa42bba08afd5041822a386876518446b (patch) | |
tree | 84c76a874c2738210f39a0aad8d2935c13d7b2f8 /docs | |
parent | f9ea3a6291b45bddda0564e8ff654a615933b173 (diff) | |
download | platform_external_arm-trusted-firmware-ddc93cbaa42bba08afd5041822a386876518446b.tar.gz platform_external_arm-trusted-firmware-ddc93cbaa42bba08afd5041822a386876518446b.tar.bz2 platform_external_arm-trusted-firmware-ddc93cbaa42bba08afd5041822a386876518446b.zip |
juno/sgm: Maximize space allocated to SCP_BL2
To accommodate the increasing size of the SCP_BL2 binary, the base
address of the memory region allocated to SCP_BL2 has been moved
downwards from its current (mostly) arbitrary address to the beginning
of the non-shared trusted SRAM.
Change-Id: I086a3765bf3ea88f45525223d765dc0dbad6b434
Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/design/firmware-design.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design/firmware-design.rst b/docs/design/firmware-design.rst index 8297dc785..8e9dc38e4 100644 --- a/docs/design/firmware-design.rst +++ b/docs/design/firmware-design.rst @@ -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 +----------+ |