mt8196.rst 561 B

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