blob: 7a0830f089e4bb256b392fc0502902c71df1e83e [file] [log] [blame]
Paul Beesley24dba2b2019-05-22 11:22:44 +01001MediaTek 8183
2=============
kenny liang3fa9dec2019-04-10 21:09:26 +08003
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
Paul Beesley24dba2b2019-05-22 11:22:44 +01009-------------
kenny liang3fa9dec2019-04-10 21:09:26 +080010
11::
12
13 Boot Rom --> Coreboot --> TF-A BL31 --> Depthcharge --> Linux Kernel
14
15How to Build
Paul Beesley24dba2b2019-05-22 11:22:44 +010016------------
kenny liang3fa9dec2019-04-10 21:09:26 +080017
18.. code:: shell
19
Madhukar Pappireddyde9bf1d2020-01-02 17:11:22 -060020 make CROSS_COMPILE=aarch64-none-elf- PLAT=mt8183 DEBUG=1