From 4e571e426a41d0a5297854bd8bf303a2b8be66f1 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Tue, 3 Apr 2012 12:53:58 -0700 Subject: tf_driver: integrate latest TL release: Tegra 2 version: TF_TEGRA2_AA01.09.34784 Tegra 3 version: TF_TEGRA3_AB01.08.34931 Add dynamic support for UART used by the Secure World trace driver. The files are from the Tegra 3 version of SDK. Bug 960201. Change-Id: I14c3cfc35f81d3a37981e82760c2a2259164a904 Signed-off-by: Marvin Zhang Reviewed-on: http://git-master/r/94306 (cherry picked from commit 173b55aa4d30fc3771719093d675972fca600cd3) Reviewed-on: http://git-master/r/104037 Reviewed-by: Chris Johnson Reviewed-by: Karan Jhavar Tested-by: Karan Jhavar Reviewed-by: Yu-Huan Hsu GVS: Gerrit_Virtual_Submit --- security/tf_driver/tf_protocol.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/tf_driver/tf_protocol.h') diff --git a/security/tf_driver/tf_protocol.h b/security/tf_driver/tf_protocol.h index 403df8ec8ef5..b264f04c4454 100644 --- a/security/tf_driver/tf_protocol.h +++ b/security/tf_driver/tf_protocol.h @@ -659,6 +659,10 @@ struct tf_l1_shared_buffer { #ifdef CONFIG_TF_ZEBRA u8 rpc_trace_buffer[140]; u8 rpc_cus_buffer[180]; + #elif CONFIG_SECURE_TRACES + u32 traces_status; + u8 traces_buffer[140]; + u8 reserved3[176]; #else u8 reserved3[320]; #endif -- cgit v1.2.3