Skip to content

Commit

Permalink
Add USB3 patches for Ivy Bridge, Haswell and Broadwell
Browse files Browse the repository at this point in the history
  • Loading branch information
xCuri0 committed Jun 9, 2023
1 parent 3e5867f commit 836bf63
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions UEFIPatch/BdwUSB3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# PciBus | Add Intel 9 Series XHCI Controller to 64-bit blacklist (fix broken USB in UEFI with 4G decoding)
3C1DE39F-D207-408A-AACC-731CFB7F1DD7 10 P:DE10D301FFFF00000B00000014:8680B18CFFFF00000B00000010

# It works by replacing NVIDIA 7200 GS (10de:01d3) BAR offset 0x14 force 32-bit BAR with 9 series XHCI (8086:8cb1) BAR offset 0x10
4 changes: 4 additions & 0 deletions UEFIPatch/HswUSB3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# PciBus | Add Intel 8 Series XHCI Controller to 64-bit blacklist (fix broken USB in UEFI with 4G decoding)
3C1DE39F-D207-408A-AACC-731CFB7F1DD7 10 P:DE10D301FFFF00000B00000014:8680319CFFFF00000B00000010

# It works by replacing NVIDIA 7200 GS (10de:01d3) BAR offset 0x14 force 32-bit BAR with 8 series XHCI (8086:9c31) BAR offset 0x10
6 changes: 3 additions & 3 deletions UEFIPatch/IvyUSB3.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PciBus | Add Intel 7 Series XHCI Controller to 64-bit blacklist (fix broken USB in UEFI)
3C1DE39F-D207-408A-AACC-731CFB7F1DD7 10 P:DE10D301FFFF00000B:8680311EFFFF00000B
# PciBus | Add Intel 7 Series XHCI Controller to 64-bit blacklist (fix broken USB in UEFI with 4G decoding)
3C1DE39F-D207-408A-AACC-731CFB7F1DD7 10 P:DE10D301FFFF00000B00000014:8680311EFFFF00000B00000010

# It works by replacing NVIDIA 7200 GS (10de:01d3) force 32-bit BAR with 7 series XHCI (8086:1e31)
# It works by replacing NVIDIA 7200 GS (10de:01d3) BAR offset 0x14 force 32-bit BAR with 7 series XHCI (8086:1e31) BAR offset 0x10

0 comments on commit 836bf63

Please sign in to comment.