Coremark: start

Fix --emulator native.

Add baremetal/arch/aarch64/contextidr_el1.c
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-07-24 01:00:00 +00:00
parent a7ae8e6a8e
commit b5d6fcd7d8
7 changed files with 522 additions and 267 deletions

View File

@@ -534,7 +534,14 @@ path_properties_tuples = (
},
{
'freestanding': freestanding_properties,
'futex_sev.cpp': {'more_than_1s': True},
'futex_sev.cpp': {
'baremetal': False,
'more_than_1s': True,
},
'futex_ldxr_stxr.c': {
'baremetal': False,
'more_than_1s': True,
},
'sve_addvl.c': {'arm_sve': True},
'wfe_ldxr_str.cpp': {
'allowed_emulators': {'qemu'},