From: Alexandre Courbot Date: Fri, 7 Feb 2014 04:35:02 +0000 (+0900) Subject: ARM: trusted_foundations: fallback when TF support is missing X-Git-Tag: v3.15-rc1~79^2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3af6d68550c50597be25f29bc1cb742c10c63c0;p=pandora-kernel.git ARM: trusted_foundations: fallback when TF support is missing When Trusted Foundations is detected as present on the system, but Trusted Foundations support is not built into the kernel, the kernel used to issue a panic very early during boot, leaving little clue to the user as to what is going wrong. It turns out that even without TF support built-in, the kernel can boot on a TF-enabled system provided that SMP and cpuidle are disabled. This patch does this and continue booting on one CPU, leaving the user with a usable (however degraded) system. Signed-off-by: Alexandre Courbot Acked-by: Olof Johansson Signed-off-by: Stephen Warren --- Reading git-diff-tree failed