hw: add support for i.MX7 Dual SABRE board

Fix #3251
This commit is contained in:
Stefan Kalkowski
2019-03-22 14:23:07 +01:00
committed by Norman Feske
parent 8f28f884ee
commit baf815d099
23 changed files with 638 additions and 49 deletions

View File

@@ -13,6 +13,7 @@ proc bootstrap_link_address { } {
if {[have_spec "wand_quad"]} { return "0x10001000" }
if {[have_spec "imx6q_sabrelite"]} { return "0x10001000" }
if {[have_spec "imx53_qsb"]} { return "0x70010000" }
if {[have_spec "imx7d_sabre"]} { return "0x88000000" }
if {[have_spec "arndale"]} { return "0x88000000" }
if {[have_spec "panda"]} { return "0x88000000" }
if {[have_spec "zynq"]} { return "0x00100000" }