xref: /arm-trusted-firmware/docs/plat/ast2700.rst (revision 91f16700b400a8c0651d24a598fc48ee2997a0d7)
1Aspeed AST2700
2==============
3
4Aspeed AST2700 is a 64-bit ARM SoC with 4-cores Cortex-A35 integrated.
5Each core operates at 1.6GHz.
6
7Boot Flow
8---------
9
10    BootRom --> TF-A BL31 --> BL32 --> BL33 --> Linux Kernel
11
12How to build
13------------
14
15.. code:: shell
16
17    make CROSS_COMPILE=aarch64-linux-gnu- PLAT=ast2700 SPD=opteed
18