blob: e4b6c63eee7e5de73f9cf5844ac443fdf4e9b736 [file] [log] [blame]
developerb7f3f132024-10-21 14:22:19 +08001MediaTek 8196
2=============
3
4MediaTek 8196 (MT8196) is a 64-bit ARM SoC introduced by MediaTek in 2024.
5The chip incorporates eight cores - four Cortex-A720 cores, three Cortex-X4
6cores and one Cortex-X925 core.
7Cortex-A720 can operate at up to 2.1 GHz.
8Cortex-X4 can operate at up to 2.8 GHz.
9Cortex-X925 can operate at up to 3.6 GHz.
10
11Boot Sequence
12-------------
13
14::
15
16 Boot Rom --> Coreboot --> TF-A BL31 --> Depthcharge --> Linux Kernel
17
18How to Build
19------------
20
21.. code:: shell
22
23 make CROSS_COMPILE=aarch64-linux-gnu- PLAT=mt8196 DEBUG=1 COREBOOT=1