blob: 0cde704d84fe73bf9674bc98744bbe860fc2f23b [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
if($ENV{CAVS_OLD_FLASHER})
board_set_flasher_ifnset(misc-flasher)
board_finalize_runner_args(misc-flasher)
endif()
board_set_flasher_ifnset(intel_adsp)
set(RIMAGE_SIGN_KEY otc_private_key_3k.pem)
if(CONFIG_BOARD_INTEL_ADSP_CAVS25)
board_set_rimage_target(tgl)
endif()
if(CONFIG_BOARD_INTEL_ADSP_CAVS25_TGPH)
board_set_rimage_target(tgl-h)
endif()
include(${ZEPHYR_BASE}/boards/common/intel_adsp.board.cmake)