diff options
author | Dimitris Papastamos <dimitris.papastamos@arm.com> | 2018-06-20 16:34:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-20 16:34:10 +0100 |
commit | a125014bdb893e07edcd2cc8df7b014f2527bb49 (patch) | |
tree | 31d91784ab458b0cbd348a7e590283c112891f40 /docs | |
parent | 0a665ed5d1eb6b09102212ad51c6e67f2055ea3b (diff) | |
parent | 3d4642343f4871aecc32803d706b3429dcf3f307 (diff) | |
download | platform_external_arm-trusted-firmware-a125014bdb893e07edcd2cc8df7b014f2527bb49.tar.gz platform_external_arm-trusted-firmware-a125014bdb893e07edcd2cc8df7b014f2527bb49.tar.bz2 platform_external_arm-trusted-firmware-a125014bdb893e07edcd2cc8df7b014f2527bb49.zip |
Merge pull request #1413 from grandpaul/paulliu-rpi3-0
rpi3: BL32 optee support
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plat/rpi3.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/plat/rpi3.rst b/docs/plat/rpi3.rst index 659ed7fb4..554c9a14a 100644 --- a/docs/plat/rpi3.rst +++ b/docs/plat/rpi3.rst @@ -122,7 +122,7 @@ secure platform! 0x10000000 +-----------------+ | Secure SRAM | BL2, BL31 0x10100000 +-----------------+ - | Secure DRAM | + | Secure DRAM | BL32 (Secure payload) 0x10300000 +-----------------+ | Non-secure DRAM | BL33 0x11000000 +-----------------+ @@ -237,6 +237,12 @@ The following build options are supported: in AArch64 mode. If set to 1, it will jump to BL33 in Hypervisor in AArch32 mode. +- ``BL32``: This port can load and run OP-TEE. The OP-TEE image is optional. + Please use the code from `here <https://github.com/OP-TEE/optee_os>`__. + Build the Trusted Firmware with option ``BL32=tee-header_v2.bin + BL32_EXTRA1=tee-pager_v2.bin BL32_EXTRA2=tee-pageable_v2.bin`` + to put the binaries into the FIP. + The following is not currently supported: - AArch32 for TF-A itself. |