zephyr/boards/common/intel_adsp.board.cmake
Enjia Mai a0c64cbbb1 boards: xtensa: Activate the intel_adsp west runner
Make the intel_adsp west runner starting to work on all the
intel_adsp boards. Changes include:

1. Make the cavstool.py work as a service in remote host
   ADSP board and rename it to cavstool_server.py.

2. Active the runner and adds a common board.cmake file to
   specify the default signing key for cavs boards.

Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-06-05 14:13:57 +02:00

6 lines
144 B
CMake

# SPDX-License-Identifier: Apache-2.0
board_runner_args(intel_adsp "--default-key=${RIMAGE_SIGN_KEY}")
board_finalize_runner_args(intel_adsp)