]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
armv8: ls1043aqds: Integrate FSL PPA
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Fri, 14 Apr 2017 06:48:21 +0000 (14:48 +0800)
committerYork Sun <york.sun@nxp.com>
Mon, 24 Apr 2017 16:02:58 +0000 (09:02 -0700)
The PPA is a EL3 firmware, which support PSCI, hotplug,
power-management features etc.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
board/freescale/ls1043aqds/ls1043aqds.c

index 2df63e468d8b976dcb1184e99ba2157752978762..8fbd3a74bde64993f33f2cdd95ef4b87334ef503 100644 (file)
@@ -11,6 +11,7 @@
 #include <asm/io.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/fsl_serdes.h>
+#include <asm/arch/ppa.h>
 #include <asm/arch/fdt.h>
 #include <asm/arch/mmu.h>
 #include <asm/arch/soc.h>
@@ -325,6 +326,10 @@ int board_init(void)
        config_serdes_mux();
 #endif
 
+#ifdef CONFIG_FSL_LS_PPA
+       ppa_init();
+#endif
+
        return 0;
 }