Skip to content

Commit

Permalink
Refactored Ariane and Cheshire to use a shared mach definition
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rossouw <[email protected]>
  • Loading branch information
omeh-a committed Jan 23, 2025
1 parent ffdfa17 commit 9b921a6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 323 deletions.
2 changes: 2 additions & 0 deletions libplatsupport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ config_choice(
set(LibPlatSupportMach "")
if(KernelPlatformRpi3 OR KernelPlatformRpi4)
set(LibPlatSupportMach "bcm")
elseif(KernelPlatformCheshire OR KernelPlatformAriane)
set(LibPlatSupportMach "cva6")
elseif(NOT ${KernelArmMach} STREQUAL "")
# falling back to kernel settings is done to keep legacy compatibility
set(LibPlatSupportMach "${KernelArmMach}")
Expand Down
File renamed without changes.
File renamed without changes.
60 changes: 0 additions & 60 deletions libplatsupport/src/plat/cheshire/apb_timer.c

This file was deleted.

263 changes: 0 additions & 263 deletions libplatsupport/src/plat/cheshire/ltimer.c

This file was deleted.

0 comments on commit 9b921a6

Please sign in to comment.