aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorJoakim Bech <joakim.bech@linaro.org>2017-10-03 14:49:54 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2017-11-24 09:38:18 +0100
commitc2ff5ecf3773e486546a22922340658240e98e92 (patch)
treeac4b55789fcc671120631909e0a97281a30163eb /documentation
parentde656760f44843db86786102b04428e2b260b251 (diff)
docs: add status icons indicating supported platforms
This adds a set of new icons (svg-files) used to tell the current status of platforms that are officially supported in OP-TEE (found in README.md). Green means that they are up-to-date and has been tested on the latest OP-TEE release. Orange means that it was not tested on the latest release and red are the ones who has not been tested for quite a while (for the red ones we are also adding the last known release they where tested against). Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/images/green.svg12
-rw-r--r--documentation/images/orange.svg12
-rw-r--r--documentation/images/red.svg12
3 files changed, 36 insertions, 0 deletions
diff --git a/documentation/images/green.svg b/documentation/images/green.svg
new file mode 100644
index 00000000..578bab9d
--- /dev/null
+++ b/documentation/images/green.svg
@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20">
+ <linearGradient id="b" x2="0" y2="100%">
+ <stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
+ <stop offset="1" stop-opacity=".1"/>
+ </linearGradient>
+ <clipPath id="a">
+ <rect width="20" height="20" rx="3" fill="#fff"/>
+ </clipPath>
+ <g clip-path="url(#a)">
+ <path fill="#4c1" d="M0 0h20v20H0z"/>
+ </g>
+</svg>
diff --git a/documentation/images/orange.svg b/documentation/images/orange.svg
new file mode 100644
index 00000000..b7edca5e
--- /dev/null
+++ b/documentation/images/orange.svg
@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20">
+ <linearGradient id="b" x2="0" y2="100%">
+ <stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
+ <stop offset="1" stop-opacity=".1"/>
+ </linearGradient>
+ <clipPath id="a">
+ <rect width="20" height="20" rx="3" fill="#fff"/>
+ </clipPath>
+ <g clip-path="url(#a)">
+ <path fill="#fe7d37" d="M0 0h20v20H0z"/>
+ </g>
+</svg>
diff --git a/documentation/images/red.svg b/documentation/images/red.svg
new file mode 100644
index 00000000..cb19dd02
--- /dev/null
+++ b/documentation/images/red.svg
@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20">
+ <linearGradient id="b" x2="0" y2="100%">
+ <stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
+ <stop offset="1" stop-opacity=".1"/>
+ </linearGradient>
+ <clipPath id="a">
+ <rect width="20" height="20" rx="3" fill="#fff"/>
+ </clipPath>
+ <g clip-path="url(#a)">
+ <path fill="#e05d44" d="M0 0h20v20H0z"/>
+ </g>
+</svg>