installer: add tgl-h

add tgl-h

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-03-08 21:02:47 +00:00 committed by Liam Girdwood
parent 9fcfd751c9
commit 1371d479ab
2 changed files with 8 additions and 2 deletions

View File

@ -12,9 +12,12 @@
-include config.mk -include config.mk
UNSIGNED_list ?= bdw byt cht UNSIGNED_list ?= bdw byt cht
SIGNED_list ?= apl cnl icl jsl tgl SIGNED_list ?= apl cnl icl jsl tgl tgl-h
# older SOF versions # older SOF versions
# SIGNED_list += hsw kbl skl sue # 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 ALIAS_list ?= glk cfl cml ehl
$(info UNSIGNED_list = ${UNSIGNED_list} ) $(info UNSIGNED_list = ${UNSIGNED_list} )

View File

@ -8,6 +8,7 @@
│   ├── sof-glk.ri -> sof-apl.ri │   ├── sof-glk.ri -> sof-apl.ri
│   ├── sof-icl.ri │   ├── sof-icl.ri
│   ├── sof-jsl.ri │   ├── sof-jsl.ri
│   ├── sof-tgl-h.ri
│   └── sof-tgl.ri │   └── sof-tgl.ri
├── intel-signed ├── intel-signed
├── sof-apl.ldc ├── sof-apl.ldc
@ -32,7 +33,9 @@
├── sof-icl.ri -> intel-signed/sof-icl.ri ├── sof-icl.ri -> intel-signed/sof-icl.ri
├── sof-jsl.ldc ├── sof-jsl.ldc
├── sof-jsl.ri -> intel-signed/sof-jsl.ri ├── 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.ldc
└── sof-tgl.ri -> intel-signed/sof-tgl.ri └── sof-tgl.ri -> intel-signed/sof-tgl.ri
2 directories, 33 files 2 directories, 36 files