Skip to content
Commit b2f44f10 authored by Jackson Cooper-Driver's avatar Jackson Cooper-Driver Committed by Leo Yan
Browse files

RSE: Allow RSE to use local UART



Allow the TC platform in RSS to use the UART local to the RSS subsystem.
We achieve this by adding a new RSS_USE_LOCAL_UART flag. In order to
make use of this platforms must define the secure and non-secure UART base
addresses using LOCAL_UART0_BASE_S and LOCAL_UART0_BASE_NS respectively.

Note we also need to add a TC specific tfm_peripherals_def.c file to
define the tfm_peripheral_std_uart structure should we be using the
local UART. This is added to the common directory and included in
the target sources for each TC platform. The reason this is local to TC
is to avoid unnecessarily modifying common code and also the UART
definition is local to the TC platform so it does not make sense to
expose this address outside of the TC directory.

Signed-off-by: Jackson Cooper-Driver's avatarJackson Cooper-Driver <jackson.cooper-driver@arm.com>
parent 5c51b52b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment