mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 02:40:08 +00:00
depot_autopilot: enable riscv
This commit is contained in:
parent
08c1e69d71
commit
18e00c7772
@ -630,7 +630,8 @@ proc exit {{status 0}} {
|
||||
if {[expr ![have_spec x86] && \
|
||||
![have_spec arm_v6] && \
|
||||
![have_spec arm_v7a] && \
|
||||
![have_spec arm_v8a]]} \
|
||||
![have_spec arm_v8a] && \
|
||||
![have_spec riscv]]} \
|
||||
{
|
||||
puts "\n Run script is not supported on this platform. \n";
|
||||
exit 0
|
||||
@ -768,6 +769,17 @@ set skip_test(test-spark_exception) [expr [have_spec arm]]
|
||||
set skip_test(test-tcp_bulk_lwip) [expr ![have_spec x86] && ![have_include "power_on/qemu"]]
|
||||
set skip_test(test-tcp_bulk_lxip) [expr ![have_spec x86] && ![have_include "power_on/qemu"]]
|
||||
|
||||
if {[have_spec riscv]} {
|
||||
set skip_test(gcov) true
|
||||
set skip_test(test-libc_connect_lxip) true
|
||||
set skip_test(test-libc_connect_vfs_server_lxip) true
|
||||
set skip_test(test-spark) true
|
||||
set skip_test(test-spark_exception) true
|
||||
set skip_test(test-spark_secondary_stack) true
|
||||
set skip_test(test-tcp_bulk_lxip) true
|
||||
set skip_test(test-xml_generator) true
|
||||
}
|
||||
|
||||
#
|
||||
# FIXME
|
||||
#
|
||||
|
@ -19,6 +19,7 @@
|
||||
<xs:enumeration value="arm_v6" />
|
||||
<xs:enumeration value="arm_v7a" />
|
||||
<xs:enumeration value="arm_v8a" />
|
||||
<xs:enumeration value="riscv" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType><!-- Architecture -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user