arm-trusted-firmware/plat/arm/css/common
Sandrine Bailleux fe55612bdb CSS: Remove the constants MHU_SECURE_BASE/SIZE
For CSS based platforms, the constants MHU_SECURE_BASE and
MHU_SECURE_SIZE used to define the extents of the Trusted Mailboxes.
As such, they were misnamed because the mailboxes are completely
unrelated to the MHU hardware.

This patch removes the MHU_SECURE_BASE and MHU_SECURE_SIZE #defines.
The address of the Trusted Mailboxes is now relative to the base of
the Trusted SRAM.

This patch also introduces a new constant, SCP_COM_SHARED_MEM_BASE,
which is the address of the first memory region used for communication
between AP and SCP. This is used by the BOM and SCPI protocols.

Change-Id: Ib200f057b19816bf05e834d111271c3ea777291f
2015-06-09 13:03:45 +01:00
..
aarch64 CSS: Extract primary cpu id using the correct bit width 2015-05-27 10:08:55 +01:00
css_bl2_setup.c Move to the new ARM SCP Messaging Interfaces 2015-04-28 19:50:57 +01:00
css_common.c Add common ARM and CSS platform code 2015-04-28 19:50:56 +01:00
css_common.mk Detect SCP version incompatibility 2015-04-28 19:50:57 +01:00
css_mhu.c Move to the new ARM SCP Messaging Interfaces 2015-04-28 19:50:57 +01:00
css_mhu.h Move to the new ARM SCP Messaging Interfaces 2015-04-28 19:50:57 +01:00
css_pm.c Add common ARM and CSS platform code 2015-04-28 19:50:56 +01:00
css_scp_bootloader.c CSS: Remove the constants MHU_SECURE_BASE/SIZE 2015-06-09 13:03:45 +01:00
css_scp_bootloader.h Add common ARM and CSS platform code 2015-04-28 19:50:56 +01:00
css_scpi.c CSS: Remove the constants MHU_SECURE_BASE/SIZE 2015-06-09 13:03:45 +01:00
css_scpi.h Move to the new ARM SCP Messaging Interfaces 2015-04-28 19:50:57 +01:00