From 0bbe6b5a73c00f8c8e7eb38fb86993f03cd64b70 Mon Sep 17 00:00:00 2001 From: Michael van der Westhuizen Date: Thu, 4 Jun 2015 15:14:51 +0100 Subject: [PATCH] ARM: 8388/1: tcm: Don't crash when TCM banks are protected by TrustZone Fixes the TCM initialisation code to handle TCM banks that are present but inaccessible due to TrustZone configuration. This is the default case when enabling the non-secure world. It may also be the case that that the user decided to use TCM for TrustZone. This change has exposed a bug in handling of TCM where no TCM bank was usable (the 0 size TCM case). This change addresses the resulting hang. This code only handles the ARMv6 TCMTR register format, and will not work correctly on boards that use the ARMv7 (or any other) format. This is handled by performing an early exit from the initialisation function when the TCMTR reports any format other than v6. Signed-off-by: Michael van der Westhuizen Reviewed-by: Linus Walleij Reviewed-by: Dave Martin Signed-off-by: Russell King --- Reading git-format-patch failed