diff options
author | Amit Singh Tomar <amittomer25@gmail.com> | 2018-06-20 00:44:50 +0530 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2018-06-28 23:47:30 +0100 |
commit | dab901f83a9fd65aba53551301912375cf97a6d6 (patch) | |
tree | e55231c76514dc9958a1a3669864db69cb800e41 /docs | |
parent | d5a0491c811d7e7558c0f7b14c805d804721c854 (diff) | |
download | platform_external_arm-trusted-firmware-dab901f83a9fd65aba53551301912375cf97a6d6.tar.gz platform_external_arm-trusted-firmware-dab901f83a9fd65aba53551301912375cf97a6d6.tar.bz2 platform_external_arm-trusted-firmware-dab901f83a9fd65aba53551301912375cf97a6d6.zip |
allwinner: Add BL32 (corresponds to Trusted OS) support
This patch is an attempt to run Trusted OS (OP-TEE OS being one of them) along
side BL31 image.
ATF supports multiple SPD's that can take dispatcher name (opteed for OP-TEE OS)
as an input using the 'SPD=<dispatcher name>' option during bl31 build.
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plat/allwinner.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/plat/allwinner.rst b/docs/plat/allwinner.rst index a7e84a304..a10e6dc96 100644 --- a/docs/plat/allwinner.rst +++ b/docs/plat/allwinner.rst @@ -27,3 +27,13 @@ To build: make CROSS_COMPILE=aarch64-linux-gnu- PLAT=sun50i_a64 DEBUG=1 bl31 .. _U-Boot documentation: http://git.denx.de/?p=u-boot.git;f=board/sunxi/README.sunxi64;hb=HEAD + +Trusted OS dispatcher +===================== + +One can boot Trusted OS(OP-TEE OS, bl32 image) along side bl31 image on Allwinner A64. + +In order to include the 'opteed' dispatcher in the image, pass 'SPD=opteed' on the command line +while compiling the bl31 image and make sure the loader (SPL) loads the Trusted OS binary to +the beginning of DRAM (0x40000000). + |