hw: support for i.MX8M Quad EVK

Fix #3426
This commit is contained in:
Stefan Kalkowski
2019-07-11 13:00:32 +02:00
committed by Christian Helmuth
parent 6b09ac59f0
commit 7ced122ddc
10 changed files with 298 additions and 120 deletions

View File

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