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