aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2017-07-13 02:13:28 +0900
committerJérôme Forissier <jerome.forissier@linaro.org>2017-07-18 21:26:25 +0200
commit66df8a2c723c8d3b2911701792b3ad1bb9a1161a (patch)
tree8a7fb3576222b5f51784a16fe1cda1c9979bfdf8 /README.md
parent45a2d5661d3ceb1133f29cec29ff859c177c2fac (diff)
hikey: add support for hikey960
The HiKey 960 development platform is based around the Huawei Kirin 960 octa-core ARM big.LITTLE processor with four ARM Cortex-A73 and four Cortex-A53 cores with 3GB of LPDDR4 SDRAM memory, 32GB of UFS 2.0 flash storage, and the latest generation Mali G71 MP8 graphics processor. See https://www.96boards.org/product/hikey960 for more details. Signed-off-by: Victor Chong <victor.chong@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index acc8487a..384135c9 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@ platforms have different sub-maintainers, please refer to the file
| [ARM Foundation FVP](https://developer.arm.com/products/system-design/fixed-virtual-platforms) |`PLATFORM=vexpress-fvp`| Yes |
| [HiSilicon D02](http://open-estuary.org/d02-2)|`PLATFORM=d02`| No |
| [HiKey Board (HiSilicon Kirin 620)](https://www.96boards.org/products/hikey)|`PLATFORM=hikey` or `PLATFORM=hikey-hikey`| Yes |
+| [HiKey960 Board (HiSilicon Kirin 960)](https://www.96boards.org/products/hikey960)|`PLATFORM=hikey-hikey960`| Yes |
| [MediaTek MT8173 EVB Board](https://www.mediatek.com/products/tablets/mt8173)|`PLATFORM=mediatek-mt8173`| No |
| [QEMU](http://wiki.qemu.org/Main_Page) |`PLATFORM=vexpress-qemu_virt`| Yes |
| [QEMUv8](http://wiki.qemu.org/Main_Page) |`PLATFORM=vexpress-qemu_armv8a`| Yes |