1*54fd6939SJiyong ParkMediaTek 8183 2*54fd6939SJiyong Park============= 3*54fd6939SJiyong Park 4*54fd6939SJiyong ParkMediaTek 8183 (MT8183) is a 64-bit ARM SoC introduced by MediaTek in early 2018. 5*54fd6939SJiyong ParkThe chip incorporates eight cores - four Cortex-A53 little cores and Cortex-A73. 6*54fd6939SJiyong ParkBoth clusters can operate at up to 2 GHz. 7*54fd6939SJiyong Park 8*54fd6939SJiyong ParkBoot Sequence 9*54fd6939SJiyong Park------------- 10*54fd6939SJiyong Park 11*54fd6939SJiyong Park:: 12*54fd6939SJiyong Park 13*54fd6939SJiyong Park Boot Rom --> Coreboot --> TF-A BL31 --> Depthcharge --> Linux Kernel 14*54fd6939SJiyong Park 15*54fd6939SJiyong ParkHow to Build 16*54fd6939SJiyong Park------------ 17*54fd6939SJiyong Park 18*54fd6939SJiyong Park.. code:: shell 19*54fd6939SJiyong Park 20*54fd6939SJiyong Park make CROSS_COMPILE=aarch64-linux-gnu- PLAT=mt8183 DEBUG=1 21