mirror of https://github.com/thesofproject/sof.git
installer: add tgl-h
add tgl-h Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
9fcfd751c9
commit
1371d479ab
|
@ -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} )
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue