Public bug reported:
Upstream ISH firmware for Intel Panther Lake
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=a96c15581a53ccdb01c2ccd386f6bd71f96ee2e5
fails fw loading with:
```
Oct 09 05:45:32 localhost kernel: intel_ish_ipc 0000:00:12.0: ISH loader: cmd 2
failed 10
Oct 09 05:45:32 localhost kernel: intel_ish_ipc 0000:00:12.0: ISH loader: cmd 2
failed 10
Oct 09 05:45:32 localhost kernel: intel_ish_ipc 0000:00:12.0: ISH loader: cmd 2
failed 10
```
In drivers/hid/intel-ish-hid/ishtp/loader.c, function loader_xfer_cmd:
```
static int loader_xfer_cmd(struct ishtp_device *dev, void *req, int req_len,
void *resp, int resp_len)
{
.............
if (resp_hdr.status) {
dev_err(devc, "cmd %u failed %u\n", req_hdr.command,
resp_hdr.status);
return -EIO;
}
return 0;
}
```
This is a follow-up for bug 2119554.
** Affects: linux-firmware (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2139060
Title:
Failed to load ISH firmware on Intel Panther Lake platform: ISH
loader: cmd 2 failed 10
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2139060/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs