summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-06-28 09:19:10 +0800
committerJérôme Forissier <jerome.forissier@linaro.org>2017-06-28 12:52:36 +0200
commitad8171421e82a4891679fa254c1b046600b04e3e (patch)
tree32d4cee35a727420bb4c83d85a50f349633bc1cf /.travis.yml
parentb3615c827a5dedcfb4af03bb374c6b727cc5e424 (diff)
arm: imx: add i.MX7D support
Add i.MX7D support. - Add register definition - Add gpcv2 to powerup and powerdown cpu - Introduce soc runtime detection, the final goal is to support i.MX family using one image, but still far from it. Now using the runtime detection, we could remove the CFG_MX[6,7][x] to simplify the code, such as in imx psci cpu on/off using one function to support 6Q/7D without CFG_[X]. - Add PSCI cpu/off/affinity The scripts to build 7dsdb image. make PLATFORM=imx-mx7dsabresd \ mkimage -A arm -O linux -C none -a 0xbdffffe4 -e 0xbe000000 \ -d out/arm-plat-imx/core/tee.bin uTee-7d Signed-off-by: Peng Fan <peng.fan@nxp.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d24aeace..30fe2ead 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -195,6 +195,9 @@ script:
- $make PLATFORM=imx-mx6qsabresd
- $make PLATFORM=imx-mx6dlsabresd
+ # i.MX7Dual SABRE
+ - $make PLATFORM=imx-mx7dsabresd
+
# Texas Instruments DRA7xx
- $make PLATFORM=ti-dra7xx