Skip to content

Commit

Permalink
settings: Disable timer tests for RocketChipZCU102
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie VanVossen <[email protected]>
  • Loading branch information
Furao committed Aug 25, 2023
1 parent a188dbb commit 12aef15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@ if(NOT Sel4testAllowSettingsOverride)
KernelPlatformZynqmp
OR KernelPlatformPolarfire
OR KernelPlatformQuartz64
OR KernelPlatformRocketchipZCU102
OR (SIMULATION AND (KernelArchRiscV OR KernelArchARM))
)
# Frequency settings of the ZynqMP make the ltimer tests problematic
# Polarfire does not have a complete ltimer implementation
# Quartz64 does not have a complete ltimer implementation
# Rocket Chip on the ZCU102 does not have a complete ltimer implementation
set(Sel4testHaveTimer OFF CACHE BOOL "" FORCE)
else()
set(Sel4testHaveTimer ON CACHE BOOL "" FORCE)
Expand Down

0 comments on commit 12aef15

Please sign in to comment.