From 7cbaa00cd2ee45e1025f6788be9561801716496d Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Wed, 6 Mar 2024 00:47:27 +0000 Subject: [PATCH] installer: same default platforms as xtensa-build-all.sh Commit a4c8d4ef79d9 ("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 --- installer/GNUmakefile | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/installer/GNUmakefile b/installer/GNUmakefile index f91972ab2..39eb635e4 100644 --- a/installer/GNUmakefile +++ b/installer/GNUmakefile @@ -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: #