Re: [PATCH v9 0/2] media: iris: add support for purwa platform
Konrad Dybcio <[email protected]>
| Newsgroups | org.kernel.vger.linux-media,org.kernel.vger.linux-arm-msm |
|---|---|
| Message-ID | <[email protected]> |
On 7/27/26 11:52 PM, David Sheffield wrote: > On 7/27/26, Konrad Dybcio wrote: [...] > Given Windows runs video decode on this same device with these same > images, the metadata is evidently one this TZ can accept, which seems to > leave a purwa-specific policy difference on the Linux boot path. That > loops back to my original question: has this series been run on > production-fused purwa hardware, or only on CRD/development devices? I'm > happy to test patches or add instrumentation on this machine. FWIW I have no insight into that effort, but to reiterate, if the secure side rejects the image, that's not related to what's using it (i.e. if there's anything wrong with the driver support, that's totally a separate issue that you may only hit after the fw loader is made happy). There have been recent changes to the fw loading scaffolding (introducing an alternative backend to scm), so I'm not ruling out something went wrong there. But that would break loading on *all* devices, not just production ones. Unless there's some memory corruption somewhere that makes the checksums not right.. FWIW I'm running linux-next/master + a couple of unrelated-to-fw-loading patches on another production machine (glymur-based) and the various firmwares (incl. for Iris) load just fine Konrad