Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/xtensa-build-zephyr.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class PlatformConfig:
f"RG-2017.8{xtensa_tools_version_postfix}",
"cavs2x_LX6HiFi3_2017_8",
"xcc",
aliases = ['adl', 'adl-n', 'ehl', 'rpl'],
aliases = ['adl', 'adl-n', 'rpl'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we pick on EHL, why it is a problem that it is listed, the firmware is the same as tgl/adl/adl-n/rpm. Why is the differentiation?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ujfalusi I want to drop it from sof-bin releases as we have no bandwidth to do signed IPC4 releases for this (and we've been only providing community signed binaries for EHL in the past few release cycles).

ipc4 = True
),
"tgl-h" : PlatformConfig(
Expand Down
Loading