Commit 6e8bb1e3 authored by Sandrine Bailleux's avatar Sandrine Bailleux
Browse files

Doc: Update out-dated info about Juno's mailbox

Since commit 804040d1, the Juno port has moved from per-CPU mailboxes
to a single shared one. This patch updates an out-dated reference to
the former per-CPU mailboxes mechanism in the Firmware Design.

Change-Id: I355b54156b1ace1b3df4c4416e1e8625211677fc
parent 6770d65f
...@@ -1204,9 +1204,9 @@ The following list describes the memory layout on the ARM development platforms: ...@@ -1204,9 +1204,9 @@ The following list describes the memory layout on the ARM development platforms:
Trusted SRAM. The amount of Trusted SRAM available to load the bootloader Trusted SRAM. The amount of Trusted SRAM available to load the bootloader
images is reduced by the size of the shared memory. images is reduced by the size of the shared memory.
The shared memory is used to store the entrypoint mailboxes for each CPU. The shared memory is used to store the CPUs' entrypoint mailbox. On Juno,
On Juno, this is also used for the MHU payload when passing messages to and this is also used for the MHU payload when passing messages to and from the
from the SCP. SCP.
* On FVP, BL1 is originally sitting in the Trusted ROM at address `0x0`. On * On FVP, BL1 is originally sitting in the Trusted ROM at address `0x0`. On
Juno, BL1 resides in flash memory at address `0x0BEC0000`. BL1 read-write Juno, BL1 resides in flash memory at address `0x0BEC0000`. BL1 read-write
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment