diff options
author | Soby Mathew <soby.mathew@arm.com> | 2019-09-27 09:54:07 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2019-09-27 09:54:07 +0000 |
commit | 32d514e5c685bf7d425629a6021d4f2f20df159c (patch) | |
tree | a926538c5581d89c2e8ec4498731dcabca09459c /docs/plat/hikey.rst | |
parent | f7fa5289176068d0d54cd0b218eae3394b47f8c1 (diff) | |
parent | f1e0f15262cf3f19bf2edd93a0d70d6903e2733c (diff) | |
download | platform_external_arm-trusted-firmware-32d514e5c685bf7d425629a6021d4f2f20df159c.tar.gz platform_external_arm-trusted-firmware-32d514e5c685bf7d425629a6021d4f2f20df159c.tar.bz2 platform_external_arm-trusted-firmware-32d514e5c685bf7d425629a6021d4f2f20df159c.zip |
Merge "doc: Fix platform port inclusion" into integration
Diffstat (limited to 'docs/plat/hikey.rst')
-rw-r--r-- | docs/plat/hikey.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/plat/hikey.rst b/docs/plat/hikey.rst index 74ff2f46c..372d38867 100644 --- a/docs/plat/hikey.rst +++ b/docs/plat/hikey.rst @@ -1,15 +1,15 @@ -Description -=========== +HiKey +===== HiKey is one of 96boards. Hisilicon Kirin6220 processor is installed on HiKey. More information are listed in `link`_. How to build -============ +------------ Code Locations --------------- +~~~~~~~~~~~~~~ - Trusted Firmware-A: `link <https://github.com/ARM-software/arm-trusted-firmware>`__ @@ -33,7 +33,7 @@ Code Locations `link <https://github.com/96boards-hikey/atf-fastboot/tree/master>`__ Build Procedure ---------------- +~~~~~~~~~~~~~~~ - Fetch all the above repositories into local host. Make all the repositories in the same ${BUILD\_PATH}. |