Uh oh!
There was an error while loading. Please reload this page.
installer: add rpl and rpl-s aliases to tgl and tgl-h - #6070
Conversation
@lyakh , @keqiaozhang any idea why https://github.com/thesofproject/sof/runs/7648620656 has failed with a missing debug/sparse.h ? EDIT: again in https://github.com/thesofproject/sof/runs/7648846243 and https://github.com/thesofproject/sof/runs/7649130994 Meanwhile sof-ci-jenkins builds Zephyr OK with XCC and no Zephyr SDK/container: https://sof-ci.01.org/sofpr/PR6070/build1069/build |
rpl firmware is tgl but signed with a different key This commit adds the following files and links below $ tree installer/staging/sof | grep -e tgl -e rpl -e community | grep -v -e adl -e ehl ├── community │ ├── sof-rpl.ri -> sof-tgl.ri │ ├── sof-rpl-s.ri -> sof-tgl-h.ri │ ├── sof-tgl-h.ri │ └── sof-tgl.ri ├── sof-rpl.ldc -> sof-tgl.ldc ├── sof-rpl.ri -> intel-signed/sof-rpl.ri ├── sof-rpl-s.ldc -> sof-tgl-h.ldc ├── sof-rpl-s.ri -> intel-signed/sof-rpl-s.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 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
The zephyr-build failure is caused by zephyrproject-rtos/zephyr@855216f. I tried to add the zephyr prefix like this EDIT: |
lgirdwood
commented
Aug 3, 2022
We should fix our code to align with Zephyr direction and not use LEGACY. @lyakh fyi. |
marc-hb
commented
Aug 3, 2022
https://sof-ci.01.org/sofpr/PR6070/build1070/devicetest/ has only one unrelated suspend/resume issue, everything else is green. It successfully built Zephyr, most likely because our internal check detected the |
rpl firmware is tgl but signed with a different key
This commit adds the following files and links below
Signed-off-by: Marc Herbert marc.herbert@intel.com