a0c64cbbb1
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>
6 lines
144 B
CMake
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)
|