Paul Beesley | f3653a6 | 2019-05-22 11:22:44 +0100 | [diff] [blame] | 1 | MediaTek 8183 |
| 2 | ============= |
developer | 1033ea1 | 2019-04-10 21:09:26 +0800 | [diff] [blame] | 3 | |
| 4 | MediaTek 8183 (MT8183) is a 64-bit ARM SoC introduced by MediaTek in early 2018. |
| 5 | The chip incorporates eight cores - four Cortex-A53 little cores and Cortex-A73. |
| 6 | Both clusters can operate at up to 2 GHz. |
| 7 | |
| 8 | Boot Sequence |
Paul Beesley | f3653a6 | 2019-05-22 11:22:44 +0100 | [diff] [blame] | 9 | ------------- |
developer | 1033ea1 | 2019-04-10 21:09:26 +0800 | [diff] [blame] | 10 | |
| 11 | :: |
| 12 | |
| 13 | Boot Rom --> Coreboot --> TF-A BL31 --> Depthcharge --> Linux Kernel |
| 14 | |
| 15 | How to Build |
Paul Beesley | f3653a6 | 2019-05-22 11:22:44 +0100 | [diff] [blame] | 16 | ------------ |
developer | 1033ea1 | 2019-04-10 21:09:26 +0800 | [diff] [blame] | 17 | |
| 18 | .. code:: shell |
| 19 | |
Mark Dykes | ef3a456 | 2020-01-08 20:37:18 +0000 | [diff] [blame] | 20 | make CROSS_COMPILE=aarch64-linux-gnu- PLAT=mt8183 DEBUG=1 |