feat(spm): use platform option for faster build

Where possible, add the `PLATFORM` build option for a faster
build of hafnium of for FVP and TC platforms.
This generates a single SPMC binary, rather than all
other test artefacts generated by Hafnium's buildsystem.

There were setups which required the binary of Hafnium as the
hypervisor. For those created a new configuration `fvp-spm-hyp`,
which builds all targets.

Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: Ic1181f0d7e3adeaf5e53fb3a11e56de26c066f0e
diff --git a/spm_config/tc-default b/spm_config/tc-default
index 7d8d20b..2386606 100644
--- a/spm_config/tc-default
+++ b/spm_config/tc-default
@@ -1 +1,2 @@
 PROJECT=reference
+PLATFORM=secure_tc