summaryrefslogtreecommitdiff
path: root/plat/sun50iw1p1/platform.mk
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2017-02-24 11:34:32 +0100
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2017-03-08 14:18:39 +0100
commitecd8b1df9648376e9c334345c5c014004825893d (patch)
tree7fc5943054ee81c78f03dd5e3a71bbdb4016ec85 /plat/sun50iw1p1/platform.mk
parent48b475e16ccf0a7f343bbfd877597ccf2717a9d6 (diff)
sun50iw1p1: Separate RSB driver from PMIC code.
This patch refactors the PMIC code and moves the RSB related code into its own module. This allows other code to access RSB devices as well and make the code more readable. Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
Diffstat (limited to 'plat/sun50iw1p1/platform.mk')
-rw-r--r--plat/sun50iw1p1/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/sun50iw1p1/platform.mk b/plat/sun50iw1p1/platform.mk
index b788f81..bc20110 100644
--- a/plat/sun50iw1p1/platform.mk
+++ b/plat/sun50iw1p1/platform.mk
@@ -45,6 +45,7 @@ BL31_SOURCES += drivers/arm/gic/arm_gic.c \
plat/sun50iw1p1/bl31_sunxi_setup.c \
plat/sun50iw1p1/plat_pm.c \
plat/sun50iw1p1/sunxi_security.c \
+ plat/sun50iw1p1/sunxi_rsb.c \
plat/sun50iw1p1/sunxi_power.c \
plat/sun50iw1p1/sunxi_cpu_ops.c \
plat/sun50iw1p1/plat_topology.c \