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