1*54fd6939SJiyong ParkAmlogic Meson A113D (AXG) 2*54fd6939SJiyong Park=========================== 3*54fd6939SJiyong Park 4*54fd6939SJiyong ParkThe Amlogic Meson A113D is a SoC with a quad core Arm Cortex-A53 running at 5*54fd6939SJiyong Park~1.2GHz. 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-none-elf- make DEBUG=1 PLAT=axg [SPD=opteed] 21*54fd6939SJiyong Park [AML_USE_ATOS=1 when using ATOS as BL32] 22*54fd6939SJiyong Park 23*54fd6939SJiyong ParkThis port has been tested on a A113D board. After building it, follow the 24*54fd6939SJiyong Parkinstructions in the `U-Boot repository`_, replacing the mentioned **bl31.img** 25*54fd6939SJiyong Parkby the one built from this port. 26*54fd6939SJiyong Park 27*54fd6939SJiyong Park.. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/doc/board/amlogic/s400.rst 28