1*54fd6939SJiyong ParkAmlogic Meson S905x (GXL) 2*54fd6939SJiyong Park========================= 3*54fd6939SJiyong Park 4*54fd6939SJiyong ParkThe Amlogic Meson S905x is a SoC with a quad core Arm Cortex-A53 running at 5*54fd6939SJiyong Park1.5Ghz. It also contains a Cortex-M3 used as SCP. 6*54fd6939SJiyong Park 7*54fd6939SJiyong ParkThis port is a minimal implementation of BL31 capable of booting mainline U-Boot 8*54fd6939SJiyong Parkand Linux: 9*54fd6939SJiyong Park 10*54fd6939SJiyong Park- SCPI support. 11*54fd6939SJiyong Park- Basic PSCI support (CPU_ON, CPU_OFF, SYSTEM_RESET, SYSTEM_OFF). Note that CPU0 12*54fd6939SJiyong Park can't be turned off, so there is a workaround to hide this from the caller. 13*54fd6939SJiyong Park- GICv2 driver set up. 14*54fd6939SJiyong Park- Basic SIP services (read efuse data, enable/disable JTAG). 15*54fd6939SJiyong Park 16*54fd6939SJiyong ParkIn order to build it: 17*54fd6939SJiyong Park 18*54fd6939SJiyong Park.. code:: shell 19*54fd6939SJiyong Park 20*54fd6939SJiyong Park CROSS_COMPILE=aarch64-linux-gnu- make DEBUG=1 PLAT=gxl 21*54fd6939SJiyong Park 22*54fd6939SJiyong ParkThis port has been tested on a Lepotato. After building it, follow the 23*54fd6939SJiyong Parkinstructions in the `gxlimg repository`_ or `U-Boot repository`_, replacing the 24*54fd6939SJiyong Parkmentioned **bl31.img** by the one built from this port. 25*54fd6939SJiyong Park 26*54fd6939SJiyong Park.. _gxlimg repository: https://github.com/repk/gxlimg/blob/master/README 27*54fd6939SJiyong Park.. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/doc/board/amlogic/p212.rst 28