Skip to content

Commit 7cbaa00

Browse files
marc-hbkv2019i
authored andcommitted
installer: same default platforms as xtensa-build-all.sh
Commit a4c8d4e ("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 <[email protected]>
1 parent 5ffa1cd commit 7cbaa00

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

installer/GNUmakefile

+18-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,24 @@
1111
# Override ?= variables in config.mk
1212
-include config.mk
1313

14-
# List of /lib/firmware/sof/ images and symbolic links currently
15-
# released by Intel.
14+
# The default values of UNSIGNED_list and SIGNED_list used to be the
15+
# list of /lib/firmware/sof/ images and symbolic links officially
16+
# released by Intel at https://github.com/thesofproject/sof-bin
17+
#
18+
# All Intel firmware in this branch is now Zephyr-based. So this
19+
# Makefile is NOT used anymore for sof-bin releases. However it is still
20+
# useful as a single command, fully parallelized and much faster
21+
# alternative to build: (1) all XTOS platforms currently supported by
22+
# scripts/xtensa-build-zephyr.sh -a (2) all user space tools (3) all
23+
# topologies.
24+
#
25+
# Using this script still builds a pseudo /lib/firmware/sof/ tree
26+
# structure in the staging directory - ignore that.
27+
28+
# Keep this line in sync with the DEFAULT_PLATFORMS in
29+
# xtensa-build-zephyr.sh -a
30+
UNSIGNED_list ?= imx8m rn rmb vangogh mt8186 mt8195
31+
1632

1733
# To find aliases, try in a Linux kernel git clone:
1834
#

0 commit comments

Comments
 (0)