mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-04 12:28:55 +00:00
- 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>
23 lines
491 B
ReStructuredText
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
|