Adding ethos-u-core-platform

Change-Id: I251024a6276f1788fde43ea25a54aa34804f0cc1
diff --git a/README.md b/README.md
index e75e0d4..f5ea2e9 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@
 ```
 Directory
 .
++-- core_platform
 +-- core_software
 |   +-- core_driver
 |   +-- cmsis
@@ -37,6 +38,7 @@
 | Directory | Description |
 --- | ---
 | [.](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u) | This is the root directory for all Arm Ethos-U software. |
+| [core_platform](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-core-platform) | This directory contains target specific files and is provided as an example how core software can be built for target platforms. |
 | [core_software](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-core-software) | The software executing on Arm Cortex-M is referred to as _Core Software_. This folder provides a small build system that illustrates how to build the key components for the Arm Ethos-U core software. |
 | [core_driver](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-core-driver) | The Arm Ethos-U NPU driver. |
 | [cmsis](https://github.com/ARM-software/CMSIS_5) | CMSIS provides optimized kernels and generic interfaces to the Arm Cortex-M CPUs. |
diff --git a/externals.json b/externals.json
index 329331a..e9dfc4f 100644
--- a/externals.json
+++ b/externals.json
@@ -2,6 +2,12 @@
     "externals":
     [
         {
+            "path": "core_platform",
+            "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-platform",
+            "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-platform",
+            "revision": "master"
+        },
+        {
             "path": "core_software",
             "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-software",
             "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-software",