projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99fe76d
)
armv8: ls1043aqds: Integrate FSL PPA
author
Hou Zhiqiang
<Zhiqiang.Hou@nxp.com>
Fri, 14 Apr 2017 06:48:21 +0000
(14:48 +0800)
committer
York 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
patch
|
blob
|
history
diff --git
a/board/freescale/ls1043aqds/ls1043aqds.c
b/board/freescale/ls1043aqds/ls1043aqds.c
index 2df63e468d8b976dcb1184e99ba2157752978762..8fbd3a74bde64993f33f2cdd95ef4b87334ef503 100644
(file)
--- a/
board/freescale/ls1043aqds/ls1043aqds.c
+++ b/
board/freescale/ls1043aqds/ls1043aqds.c
@@
-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;
}