Skip to content

Commit

Permalink
Remove broken 256 byte configuration space patch
Browse files Browse the repository at this point in the history
Patch doesn't work probably because it's getting truncated to a byte, the only application that uses it to access extended configuration afaik is OpenCore which you can use quirk `ResizeUsePciRbIo`.

The other 4GB limit patches do work however.
  • Loading branch information
xCuri0 authored Jul 2, 2023
1 parent 91e2041 commit 9993672
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions UEFIPatch/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
# PciHostBridge | Fix AddMemorySpace call (Sandy/Ivy Bridge)
8D6756B9-E55E-4D6A-A3A5-5E4D72DDF772 10 P:040000004823C1483BC2480F47D04C2BC27411:100000004823C1483BC2480F47D04C2BC26690

# PciBus | Increase 256 byte configuration space limit to 4096 byte allowing access to PCIe extended configuration space
3C1DE39F-D207-408A-AACC-731CFB7F1DD7 10 P:FF000000760B48B8:00100000760B48B8

# Runtime | Remove 4GB limit for CpuIo2
CBC59C4A-383A-41EB-A8EE-4498AEA567E4 10 P:B9FFFFFFFF490FAFC14903C0483BC1776C:6690669090490FAFC14903C06690906690

Expand Down

0 comments on commit 9993672

Please sign in to comment.