installer: same default platforms as xtensa-build-all.sh

Commit a4c8d4ef79 ("Intel: remove XTOS support") stopped building
anything by default.

All Intel firmware in this branch is now Zephyr-based. So this Makefile
is NOT used anymore for sof-bin releases. However it is still useful as
a single command, fully parallelized and much faster alternative to
build everything at once in just a few seconds.

See source comment for more.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2024-03-06 00:47:27 +00:00 committed by Kai Vehmanen
parent 5ffa1cdc17
commit 7cbaa00cd2
1 changed files with 18 additions and 2 deletions

View File

@ -11,8 +11,24 @@
# Override ?= variables in config.mk
-include config.mk
# List of /lib/firmware/sof/ images and symbolic links currently
# released by Intel.
# The default values of UNSIGNED_list and SIGNED_list used to be the
# list of /lib/firmware/sof/ images and symbolic links officially
# released by Intel at https://github.com/thesofproject/sof-bin
#
# All Intel firmware in this branch is now Zephyr-based. So this
# Makefile is NOT used anymore for sof-bin releases. However it is still
# useful as a single command, fully parallelized and much faster
# alternative to build: (1) all XTOS platforms currently supported by
# scripts/xtensa-build-zephyr.sh -a (2) all user space tools (3) all
# topologies.
#
# Using this script still builds a pseudo /lib/firmware/sof/ tree
# structure in the staging directory - ignore that.
# Keep this line in sync with the DEFAULT_PLATFORMS in
# xtensa-build-zephyr.sh -a
UNSIGNED_list ?= imx8m rn rmb vangogh mt8186 mt8195
# To find aliases, try in a Linux kernel git clone:
#