SPM: Rename 'spm/common' into 'spm/ffm'

The name 'common' confused a bit, as its real purpose is for general
FF-M API implementation. Rename this folder as the first step for
re-structure patches.

There are some 'common' folder legacies still in the renamed 'ffm'
folder. They will be updated in the following patches.

Change-Id: Ic72fcf9ecf47f2185a82761edfdcbcd3c4569421
Signed-off-by: Ken Liu <Ken.Liu@arm.com>
diff --git a/secure_fw/spm/cmsis_psa/main.c b/secure_fw/spm/cmsis_psa/main.c
index 8826a73..7b8cb0c 100644
--- a/secure_fw/spm/cmsis_psa/main.c
+++ b/secure_fw/spm/cmsis_psa/main.c
@@ -5,7 +5,7 @@
  *
  */
 
-#include "common/tfm_boot_data.h"
+#include "ffm/tfm_boot_data.h"
 #include "region.h"
 #include "spm_ipc.h"
 #include "tfm_hal_platform.h"