summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChia-Wei Wang <chiawei_wang@aspeedtech.com>2023-09-27 13:51:04 +0800
committerChia-Wei Wang <chiawei_wang@aspeedtech.com>2023-09-28 10:23:06 +0800
commit564e073cd5538a1e565fb55a6bc0a934107f5f15 (patch)
treed01f3843ec863e1131391333c3e385f4baf2afd1 /docs
parent7c3ff62d22270e945d04e3bbf761790c9955a293 (diff)
refactor(ast2700): adopt RESET_TO_BL31 boot flow
Revise the AST2700 boot flow to the RESET_TO_BL31 scheme. The execution of BL1/2 can be saved from ARM CA35 while most low level platform initialization are moved to a preceding MCU. This patch updates the build configuration and also adds the SMP mailbox setup code to hold secondary cores until they are being waken up. Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com> Change-Id: I7e0aa6416b92b97036153db1d9a26baaa41b7b18
Diffstat (limited to 'docs')
-rw-r--r--docs/plat/ast2700.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/plat/ast2700.rst b/docs/plat/ast2700.rst
index 0352aea35..6deade3b7 100644
--- a/docs/plat/ast2700.rst
+++ b/docs/plat/ast2700.rst
@@ -7,11 +7,11 @@ Each core operates at 1.6GHz.
Boot Flow
---------
- BootRom --> BL1/BL2 --> TF-A BL31 --> BL32 (optional) --> BL33 --> Linux Kernel
+ BootRom --> TF-A BL31 --> BL32 --> BL33 --> Linux Kernel
How to build
------------
.. code:: shell
- make CROSS_COMPILE=aarch64-linux-gnu- PLAT=ast2700
+ make CROSS_COMPILE=aarch64-linux-gnu- PLAT=ast2700 SPD=opteed