From 7fb90c453a5862967ab8869765ca82da72a4d23d Mon Sep 17 00:00:00 2001 From: Joakim Bech <joakim.bech@linaro.org> Date: Mon, 27 Aug 2018 08:38:50 +0200 Subject: [PATCH] docs: remove MTK8173 instructions Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> --- README.md | 1 - docs/mtk8173.md | 25 ------------------------- 2 files changed, 26 deletions(-) delete mode 100644 docs/mtk8173.md diff --git a/README.md b/README.md index a045785..f55693d 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,6 @@ Here is a list of manifests for the devices currently supported. | FVP | `fvp.xml` | `fvp_stable.xml` | [fvp.md] | | HiKey | `hikey.xml` | `hikey_stable.xml` | [hikey.md] | | Poplar Debian | `poplar.xml` | | [] | -| MediaTek MT8173 EVB Board | `mt8173-evb.xml` | `mt8173-evb_stable.xml` | [mtk8173.md] | | ARM Juno board| `juno.xml` | `juno_stable.xml` | [juno.md] | | Raspberry Pi 3 | `rpi3.xml` | `rpi3_stable.xml` | [rpi3.md] | | DRA7xx | `dra7xx.xml` | `dra7xx_stable.xml` | [ti.md] | diff --git a/docs/mtk8173.md b/docs/mtk8173.md deleted file mode 100644 index 001ed59..0000000 --- a/docs/mtk8173.md +++ /dev/null @@ -1,25 +0,0 @@ -# OP-TEE on MediaTek 8173 EVB - -# Contents -1. [Introduction](#1-introduction) -2. [Regular build](#2-regular-build) -3. [External guide](#3-external-guide) - -# 1. Introduction -The instructions here will tell how to run OP-TEE using the MTK1873 device. - -# 2. Regular build -Start by following the "Get and build the solution" in the [README.md] file. -When everything has been built and it is booting up, it will stop in fastboot -waiting for the binaries. At that point, press reset button and the flashing -procedure should begin. - -# 3. External guide -A MediaTek engineer (Howard Chen) has put detailed descriptions on how to -connect the device etc in his [MTK8173 Getting Started] guide. That page also -contains information about how to upgrade the firmware etc. There is also a -link for how to run OP-TEE. We **don't** recommend that you follow that, since -that guide is very old and has been superseded by this particular guide. - -[README.md]: ../README.md -[MTK8173 Getting Started]: https://github.com/ibanezchen/linux-8173/wiki -- GitLab