Add support for Raspberry Pi 2 with Fiasco.OC

This commit is contained in:
2019-08-22 19:00:16 +02:00
parent e646f0cc05
commit 8825fada72
31 changed files with 2009 additions and 8 deletions

View File

@@ -12,6 +12,7 @@ proc core_link_address { } {
if {[have_spec x86 ]} { return "0x01100000" }
if {[have_spec arndale ]} { return "0x80100000" }
if {[have_spec rpi ]} { return "0x00800000" }
if {[have_spec rpi2 ]} { return "0x00800000" }
if {[have_spec panda ]} { return "0xa0000000" }
if {[have_spec pbxa9 ]} { return "0x76000000" }
if {[have_spec odroid_x2]} { return "0x80100000" }