Files
arm-trusted-firmware/docs/plat/mt8189.rst
T
Gavin LiuandGavin Liu 6c60901a45 feat(mt8189): initialize platform for MT8189
- Add basic platform setup.
- Add MT8189 documentation at docs/plat/.
- Add generic CPU helper functions.
- Add basic register address.

Change-Id: Id59ae9265983defb46e27befabfd5c30b2b4a5a6
Signed-off-by: Gavin Liu <gavin.liu@mediatek.com>
2025-04-07 22:53:29 +08:00

23 lines
491 B
ReStructuredText

MediaTek 8189
=============
MediaTek 8189 (MT8189) is a 64-bit ARM SoC introduced by MediaTek in 2024.
The chip incorporates eight cores - six Cortex-A55 cores, two Cortex-A78
cores.
Cortex-A55 can operate at up to 2.0 GHz.
Cortex-A78 can operate at up to 3.0 GHz.
Boot Sequence
-------------
::
Boot Rom --> Coreboot --> TF-A BL31 --> Depthcharge --> Linux Kernel
How to Build
------------
.. code:: shell
make CROSS_COMPILE=aarch64-linux-gnu- PLAT=mt8189 DEBUG=1 COREBOOT=1