From 1371d479aba900e78bed8090dcf55bd341c56989 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Mon, 8 Mar 2021 21:02:47 +0000 Subject: [PATCH] installer: add tgl-h add tgl-h Signed-off-by: Marc Herbert --- installer/GNUmakefile | 5 ++++- installer/tests/staging_sof_ref.txt | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/installer/GNUmakefile b/installer/GNUmakefile index 09ecccc23..69db39d8f 100644 --- a/installer/GNUmakefile +++ b/installer/GNUmakefile @@ -12,9 +12,12 @@ -include config.mk UNSIGNED_list ?= bdw byt cht -SIGNED_list ?= apl cnl icl jsl tgl +SIGNED_list ?= apl cnl icl jsl tgl tgl-h # older SOF versions # SIGNED_list += hsw kbl skl sue + +# In a Linux kernel git clone, try: +# git grep 'sof-.*\.ri' -- sound/soc/ ALIAS_list ?= glk cfl cml ehl $(info UNSIGNED_list = ${UNSIGNED_list} ) diff --git a/installer/tests/staging_sof_ref.txt b/installer/tests/staging_sof_ref.txt index 5eef04bfd..104fef8dc 100644 --- a/installer/tests/staging_sof_ref.txt +++ b/installer/tests/staging_sof_ref.txt @@ -8,6 +8,7 @@ │   ├── sof-glk.ri -> sof-apl.ri │   ├── sof-icl.ri │   ├── sof-jsl.ri +│   ├── sof-tgl-h.ri │   └── sof-tgl.ri ├── intel-signed ├── sof-apl.ldc @@ -32,7 +33,9 @@ ├── sof-icl.ri -> intel-signed/sof-icl.ri ├── sof-jsl.ldc ├── sof-jsl.ri -> intel-signed/sof-jsl.ri +├── sof-tgl-h.ldc +├── sof-tgl-h.ri -> intel-signed/sof-tgl-h.ri ├── sof-tgl.ldc └── sof-tgl.ri -> intel-signed/sof-tgl.ri -2 directories, 33 files +2 directories, 36 files