xref: /aosp_15_r20/external/arm-trusted-firmware/docs/plat/mt8183.rst (revision 54fd6939e177f8ff529b10183254802c76df6d08)
1MediaTek 8183
2=============
3
4MediaTek 8183 (MT8183) is a 64-bit ARM SoC introduced by MediaTek in early 2018.
5The chip incorporates eight cores - four Cortex-A53 little cores and Cortex-A73.
6Both clusters can operate at up to 2 GHz.
7
8Boot Sequence
9-------------
10
11::
12
13    Boot Rom --> Coreboot --> TF-A BL31 --> Depthcharge --> Linux Kernel
14
15How to Build
16------------
17
18.. code:: shell
19
20    make CROSS_COMPILE=aarch64-linux-gnu- PLAT=mt8183 DEBUG=1
21