Skip to content

Commit

Permalink
settings: Disable timer tests for RocketChipZCU102 (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie VanVossen <[email protected]>
  • Loading branch information
Furao authored Aug 29, 2023
1 parent a188dbb commit a4ef8fc
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 FPGA does not have a timer peripheral
set(Sel4testHaveTimer OFF CACHE BOOL "" FORCE)
else()
set(Sel4testHaveTimer ON CACHE BOOL "" FORCE)
Expand Down

0 comments on commit a4ef8fc

Please sign in to comment.