aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2018-07-05 15:34:19 +0100
committerGitHub <noreply@github.com>2018-07-05 15:34:19 +0100
commit0a15eb9cac9c179289b5837d252c37fa515ac2c8 (patch)
tree88c10be9cb01fdd0ca79290b7d1bea68b9e1f7cb /docs
parent5775b9e752f40c863b1c503b84b7031abb96a495 (diff)
parent0d0380c2fd20f7b849001f5d7002460a7b8c9508 (diff)
downloadplatform_external_arm-trusted-firmware-0a15eb9cac9c179289b5837d252c37fa515ac2c8.tar.gz
platform_external_arm-trusted-firmware-0a15eb9cac9c179289b5837d252c37fa515ac2c8.tar.bz2
platform_external_arm-trusted-firmware-0a15eb9cac9c179289b5837d252c37fa515ac2c8.zip
Merge pull request #1465 from Andre-ARM/allwinner/h6-support
allwinner: Add H6 SoC support
Diffstat (limited to 'docs')
-rw-r--r--docs/plat/allwinner.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/plat/allwinner.rst b/docs/plat/allwinner.rst
index 825fded48..140edf511 100644
--- a/docs/plat/allwinner.rst
+++ b/docs/plat/allwinner.rst
@@ -22,12 +22,18 @@ bl31.bin can be either copied (or sym-linked) into U-Boot's root directory,
or the environment variable BL31 must contain the binary's path.
See the respective `U-Boot documentation`_ for more details.
-To build:
+To build for machines with an A64 or H5 SoC:
::
make CROSS_COMPILE=aarch64-linux-gnu- PLAT=sun50i_a64 DEBUG=1 bl31
+To build for machines with an H6 SoC:
+
+::
+
+ make CROSS_COMPILE=aarch64-linux-gnu- PLAT=sun50i_h6 DEBUG=1 bl31
+
.. _U-Boot documentation: http://git.denx.de/?p=u-boot.git;f=board/sunxi/README.sunxi64;hb=HEAD
Trusted OS dispatcher