Skip to content

Commit

Permalink
installer: add adl and adl-s links
Browse files Browse the repository at this point in the history
ADL and ADL-S binaries share FW build configuration with TGL and TGL-H.

See also issue thesofproject#3491 and commit 15e03fd ("config: intel: use PCH
name for tigerlake") and the corresponding review in PR thesofproject#3451.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
(cherry picked from commit 5a7a135)
  • Loading branch information
marc-hb committed Oct 4, 2021
1 parent a40395b commit cd838c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion installer/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SIGNED_list ?= apl cnl icl jsl tgl tgl-h


ALIAS_SAME_KEY_list := glk cfl cml
ALIAS_OTHER_KEY_list := ehl
ALIAS_OTHER_KEY_list := ehl adl adl-s
ALIAS_list ?= ${ALIAS_SAME_KEY_list} ${ALIAS_OTHER_KEY_list}

$(info UNSIGNED_list = ${UNSIGNED_list} )
Expand All @@ -34,6 +34,8 @@ target_of_cfl := cnl
target_of_cml := cnl

target_of_ehl := tgl
target_of_adl := tgl
target_of_adl-s := tgl-h

ifeq (,${TOOLCHAIN})
ifeq (,${XTENSA_TOOLS_ROOT})
Expand Down
8 changes: 7 additions & 1 deletion installer/tests/staging_sof_ref.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.
├── community
│   ├── sof-adl-s.ri -> sof-tgl-h.ri
│   ├── sof-adl.ri -> sof-tgl.ri
│   ├── sof-apl.ri
│   ├── sof-cfl.ri -> sof-cnl.ri
│   ├── sof-cml.ri -> sof-cnl.ri
Expand All @@ -14,6 +16,10 @@
│   ├── sof-cfl.ri -> sof-cnl.ri
│   ├── sof-cml.ri -> sof-cnl.ri
│   └── sof-glk.ri -> sof-apl.ri
├── sof-adl-s.ldc -> sof-tgl-h.ldc
├── sof-adl-s.ri -> intel-signed/sof-adl-s.ri
├── sof-adl.ldc -> sof-tgl.ldc
├── sof-adl.ri -> intel-signed/sof-adl.ri
├── sof-apl.ldc
├── sof-apl.ri -> intel-signed/sof-apl.ri
├── sof-bdw.ldc
Expand Down Expand Up @@ -41,4 +47,4 @@
├── sof-tgl.ldc
└── sof-tgl.ri -> intel-signed/sof-tgl.ri

2 directories, 39 files
2 directories, 45 files

0 comments on commit cd838c3

Please sign in to comment.