Skip to content

Commit

Permalink
installer: same default platforms as xtensa-build-all.sh
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
marc-hb authored and kv2019i committed May 3, 2024
1 parent 5ffa1cd commit 7cbaa00
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions installer/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
#
Expand Down

0 comments on commit 7cbaa00

Please sign in to comment.