blob: 81aa1293ee886f2736b61121dc90e847cff34401 [file] [log] [blame]
Gavin Liu6c609012024-11-11 09:32:19 +08001MediaTek 8189
2=============
3
4MediaTek 8189 (MT8189) is a 64-bit ARM SoC introduced by MediaTek in 2024.
5The chip incorporates eight cores - six Cortex-A55 cores, two Cortex-A78
6cores.
7Cortex-A55 can operate at up to 2.0 GHz.
8Cortex-A78 can operate at up to 3.0 GHz.
9
10Boot Sequence
11-------------
12
13::
14
15 Boot Rom --> Coreboot --> TF-A BL31 --> Depthcharge --> Linux Kernel
16
17How to Build
18------------
19
20.. code:: shell
21
22 make CROSS_COMPILE=aarch64-linux-gnu- PLAT=mt8189 DEBUG=1 COREBOOT=1