Skip to content

Commit

Permalink
copy firmware and topology files for SOF I2S
Browse files Browse the repository at this point in the history
Tracked-On: OAM-92049
Signed-off-by: gkdeepa <[email protected]>
  • Loading branch information
gkdeepa authored and xihua-chen committed Aug 23, 2020
1 parent cac7e2a commit f44494d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions groups/device-specific/caas/product.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ PRODUCT_COPY_FILES += vendor/intel/utils/LICENSE:$(PRODUCT_OUT)/LICENSE
PRODUCT_COPY_FILES += $(LOCAL_PATH)/auto_switch_pt_usb_vms.sh:$(PRODUCT_OUT)/scripts/auto_switch_pt_usb_vms.sh
PRODUCT_COPY_FILES += $(LOCAL_PATH)/findall.py:$(PRODUCT_OUT)/scripts/findall.py
PRODUCT_COPY_FILES += $(LOCAL_PATH)/sof_audio/configure_sof.sh:$(PRODUCT_OUT)/scripts/sof_audio/configure_sof.sh
PRODUCT_COPY_FILES += $(LOCAL_PATH)/sof_audio/sof-ehl.ri:$(PRODUCT_OUT)/scripts/sof_audio/sof-ehl.ri
PRODUCT_COPY_FILES += $(LOCAL_PATH)/sof_audio/sof-ehl-rt5660.tplg:$(PRODUCT_OUT)/scripts/sof_audio/sof-ehl-rt5660.tplg
PRODUCT_COPY_FILES += $(LOCAL_PATH)/setup_audio_host.sh:$(PRODUCT_OUT)/scripts/setup_audio_host.sh
PRODUCT_COPY_FILES += $(LOCAL_PATH)/sof_audio/blacklist-dsp.conf:$(PRODUCT_OUT)/scripts/sof_audio/blacklist-dsp.conf
PRODUCT_COPY_FILES += $(LOCAL_PATH)/guest_pm_control:$(PRODUCT_OUT)/scripts/guest_pm_control
Expand Down
3 changes: 3 additions & 0 deletions groups/device-specific/caas/sof_audio/configure_sof.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ function setupSof {
sudo mkdir $LIB_FW
sudo mkdir $LIB_TPLG

sudo cp "${SOF_WORK_DIR}sof-ehl-rt5660.tplg" $LIB_TPLG
sudo cp "${SOF_WORK_DIR}sof-ehl.ri" $LIB_FW

rm -rf sof-bin
git clone https://github.com/thesofproject/sof-bin -b stable-v1.4.2
if [ ! -d "sof-bin" ]; then
Expand Down
Binary file not shown.
Binary file added groups/device-specific/caas/sof_audio/sof-ehl.ri
Binary file not shown.

0 comments on commit f44494d

Please sign in to comment.