mt8183.rst 447 B

1234567891011121314151617181920
  1. MediaTek 8183
  2. =============
  3. MediaTek 8183 (MT8183) is a 64-bit ARM SoC introduced by MediaTek in early 2018.
  4. The chip incorporates eight cores - four Cortex-A53 little cores and Cortex-A73.
  5. Both clusters can operate at up to 2 GHz.
  6. Boot Sequence
  7. -------------
  8. ::
  9. Boot Rom --> Coreboot --> TF-A BL31 --> Depthcharge --> Linux Kernel
  10. How to Build
  11. ------------
  12. .. code:: shell
  13. make CROSS_COMPILE=aarch64-linux-gnu- PLAT=mt8183 DEBUG=1