Move Exynos 5 SoC series from genode repo

Fix #203
This commit is contained in:
Stefan Kalkowski
2020-04-22 12:39:18 +02:00
committed by Norman Feske
parent dd15d65800
commit 9c7df24e20
50 changed files with 4763 additions and 2 deletions

View File

@@ -2,7 +2,9 @@ source [genode_dir]/tool/run/boot_dir/hw
proc bootstrap_link_address { } {
if {[have_spec "panda"]} { return "0x88000000" }
if {[have_spec "arndale"]} { return "0x88000000" }
if {[have_spec "odroid_xu"]} { return "0x88000000" }
if {[have_spec "panda"]} { return "0x88000000" }
puts "unknown platform no linker address known"
exit -1
@@ -14,7 +16,9 @@ proc bootstrap_link_address { } {
#
proc base_src { } {
if {[have_spec panda]} { return base-hw-panda }
if {[have_spec arndale]} { return base-hw-arndale }
if {[have_spec odroid_xu]} { return base-hw-odroid_xu }
if {[have_spec panda]} { return base-hw-panda }
global specs