diff options
author | Leah Rowe <leah@libreboot.org> | 2025-01-14 20:24:00 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-01-14 20:34:16 +0000 |
commit | 64d3c7b5150c8556361cede3d12b4fd6a6ff546e (patch) | |
tree | 4c5263f5c10aa495bbe475ae3d7a3cce882d5f61 /config/grub/xhci/patches/0012-don-t-print-error-if-module-not-found.patch | |
parent | 7bf0d4c2ed5a6efe0a09cbd7ea75962e7a618095 (diff) |
See:
https://github.com/Nitrokey/nethsm-grub/commits/nethsm-z790?since=2025-01-13&until=2025-01-13
And more generally, see branch:
https://github.com/Nitrokey/nethsm-grub/commits/nethsm-z790
This brings in a few minor fixes, and also a not-so-minor fix:
Add TT (transaction translation) handling for non-SuperSpeed
devices in xhci.c
More generally, this patchset will improve non-root hub support
in the xHCI code. There is also a patch to work around a quirk
on the MSI Z790-P mainboard, which I'm planning to add to Libreboot
at a later date.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub/xhci/patches/0012-don-t-print-error-if-module-not-found.patch')
-rw-r--r-- | config/grub/xhci/patches/0012-don-t-print-error-if-module-not-found.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/grub/xhci/patches/0012-don-t-print-error-if-module-not-found.patch b/config/grub/xhci/patches/0012-don-t-print-error-if-module-not-found.patch index c098f7e8..24a1ce4b 100644 --- a/config/grub/xhci/patches/0012-don-t-print-error-if-module-not-found.patch +++ b/config/grub/xhci/patches/0012-don-t-print-error-if-module-not-found.patch @@ -1,7 +1,7 @@ -From f44fc56f06559313841de2b53637020fbe139803 Mon Sep 17 00:00:00 2001 +From 5a2700d29f8145d94886aa369e4c68d57295d44a Mon Sep 17 00:00:00 2001 From: Leah Rowe <leah@libreboot.org> Date: Sun, 5 Nov 2023 16:36:22 +0000 -Subject: [PATCH 12/22] don't print error if module not found +Subject: [PATCH 12/26] don't print error if module not found still set grub_errno accordingly, and otherwise behave the same. in libreboot, we remove a lot of |