@axel-hosemann this is more about Intel RVP, the engineering board for new platforms, so it's not related to PC makers' products.
** Description changed: - 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: + Upstream ISH firmware for Intel Panther Lake in https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=a96c15581a53ccdb01c2ccd386f6bd71f96ee2e5, as well as that for Intel Wildcat Lake in https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=f71ae94fbda284707cfa3dd9f10c2e4d8a745ec6, fails fw loading with following error messages on Intel's own engineering RVP platforms: ``` 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) + 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; - } + if (resp_hdr.status) { + dev_err(devc, "cmd %u failed %u\n", req_hdr.command, resp_hdr.status); + return -EIO; + } - return 0; + return 0; } ``` This is a follow-up for bug 2119554. ** Summary changed: - Failed to load ISH firmware on Intel Panther Lake platform: ISH loader: cmd 2 failed 10 + Failed to load ISH firmware on Intel Panther Lake, Wildcat Lake RVP platforms: ISH loader: cmd 2 failed 10 -- 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, Wildcat Lake RVP platforms: 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
