Add support for Wandboard Quad with Fiasco.OC

This commit is contained in:
2019-08-22 13:28:30 +02:00
parent 7716f22f42
commit 0bde54c234
8 changed files with 212 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# kernel to use (hw, sel4)
# kernel to use (hw, sel4, foc)
# KERNEL ?= hw

View File

@@ -16,6 +16,7 @@ proc core_link_address { } {
if {[have_spec pbxa9 ]} { return "0x76000000" }
if {[have_spec odroid_x2]} { return "0x80100000" }
if {[have_spec imx53 ]} { return "0x70140000" }
if {[have_spec imx6 ]} { return "0x10200000" }
puts stderr "Error: platform not supported, core link address unknown"
exit 1