Version: Update for TF-M v1.2.0 release

This patch updates the TF-M version for runtime code,
build system and documentation to v1.2.0

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Change-Id: I53b1e916a9928bac7347381d1a37c7d62bd2302a
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6bfafb1..735586c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-set(TFM_VERSION 1.1.0)
+set(TFM_VERSION 1.2.0)
 
 ############################ CONFIGURATION #####################################
 
diff --git a/docs/contributing/platform_deprecation.rst b/docs/contributing/platform_deprecation.rst
index 71cda15..d9d00ff 100644
--- a/docs/contributing/platform_deprecation.rst
+++ b/docs/contributing/platform_deprecation.rst
@@ -54,7 +54,7 @@
 |                              | after     |                                   |
 |                              | release   |                                   |
 +==============================+===========+===================================+
-|    mps2/an539                | 1.2       |   N.A                             |
+|    mps2/an539                | v1.2.0    |   N.A                             |
 +------------------------------+-----------+-----------------------------------+
 
 --------------
diff --git a/docs/getting_started/tfm_build_instruction.rst b/docs/getting_started/tfm_build_instruction.rst
index 6418d34..2c5d67b 100644
--- a/docs/getting_started/tfm_build_instruction.rst
+++ b/docs/getting_started/tfm_build_instruction.rst
@@ -472,7 +472,7 @@
 +----------------+--------------------+-----------------------------------------------------+
 | tf-m-tests     | TFM_TEST_REPO_PATH | https://git.trustedfirmware.org/TF-M/tf-m-tests.git |
 +----------------+--------------------+-----------------------------------------------------+
-| MCUboot        | MCUBOOT_PATH       | https://github.com/mcu-tools/mcuboot             |
+| MCUboot        | MCUBOOT_PATH       | https://github.com/mcu-tools/mcuboot                |
 +----------------+--------------------+-----------------------------------------------------+
 | psa-arch-tests | PSA_ARCH_TEST_PATH | https://github.com/ARM-software/psa-arch-tests      |
 +----------------+--------------------+-----------------------------------------------------+
diff --git a/docs/introduction/readme.rst b/docs/introduction/readme.rst
index b53c12c..914ea6d 100644
--- a/docs/introduction/readme.rst
+++ b/docs/introduction/readme.rst
@@ -186,6 +186,8 @@
 | v1.0        | 2020-03-27   | 1.0 release        | v20.03_API1.0     |
 +-------------+--------------+--------------------+-------------------+
 | v1.1        | 2020-07-15   | 1.1 release        | 1f960947          |
++---------------------------------------------------------------------+
+| v1.2.0      | 2020-11-25   | 1.2.0 release      | 90c8e680          |
 +-------------+--------------+--------------------+-------------------+
 
 Please refer to
diff --git a/secure_fw/spm/include/tfm_version.h b/secure_fw/spm/include/tfm_version.h
index 25354e9..82e1e0e 100644
--- a/secure_fw/spm/include/tfm_version.h
+++ b/secure_fw/spm/include/tfm_version.h
@@ -12,7 +12,7 @@
  * Defines for TFM version.
  */
 #define VERSION_MAJOR    1
-#define VERSION_MINOR    1
+#define VERSION_MINOR    2
 #define VERSION_HOTFIX   0
 #define VERSION_STRING   ""