mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00

Aspeed AST2700 is a quad-core SoC with ARM Cortex-A35 integrated. This patch adds the initial platform support for AST2700 and also updates the documents. Change-Id: I1796f7aae5ed2d1799e91fabb8949607959cd9b3 Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
17 lines
338 B
ReStructuredText
17 lines
338 B
ReStructuredText
Aspeed AST2700
|
|
==============
|
|
|
|
Aspeed AST2700 is a 64-bit ARM SoC with 4-cores Cortex-A35 integrated.
|
|
Each core operates at 1.6GHz.
|
|
|
|
Boot Flow
|
|
---------
|
|
|
|
BootRom --> BL1/BL2 --> TF-A BL31 --> BL32 (optional) --> BL33 --> Linux Kernel
|
|
|
|
How to build
|
|
------------
|
|
|
|
.. code:: shell
|
|
|
|
make CROSS_COMPILE=aarch64-linux-gnu- PLAT=ast2700
|