You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
326 B
17 lines
326 B
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 --> TF-A BL31 --> BL32 --> BL33 --> Linux Kernel
|
|
|
|
How to build
|
|
------------
|
|
|
|
.. code:: shell
|
|
|
|
make CROSS_COMPILE=aarch64-linux-gnu- PLAT=ast2700 SPD=opteed
|
|
|