mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00

This toolchain provides multiple cross compilers and are publicly available on www.developer.arm.com We thoroughly test TF-A in CI using: AArch32 bare-metal target (arm-none-eabi) AArch64 ELF bare-metal target (aarch64-none-elf) Change-Id: I2360a3ac6705c68dca781b85e9894867df255b3e Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
20 lines
446 B
ReStructuredText
20 lines
446 B
ReStructuredText
MediaTek 8183
|
|
=============
|
|
|
|
MediaTek 8183 (MT8183) is a 64-bit ARM SoC introduced by MediaTek in early 2018.
|
|
The chip incorporates eight cores - four Cortex-A53 little cores and Cortex-A73.
|
|
Both clusters can operate at up to 2 GHz.
|
|
|
|
Boot Sequence
|
|
-------------
|
|
|
|
::
|
|
|
|
Boot Rom --> Coreboot --> TF-A BL31 --> Depthcharge --> Linux Kernel
|
|
|
|
How to Build
|
|
------------
|
|
|
|
.. code:: shell
|
|
|
|
make CROSS_COMPILE=aarch64-none-elf- PLAT=mt8183 DEBUG=1
|