diff options
author | Matthew Garrett <mjg@redhat.com> | 2012-09-04 11:31:54 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2012-09-04 11:35:16 -0400 |
commit | 447e3a6aa1760b6d235df50e7ba8570902ede270 (patch) | |
tree | ee7b776d8dc88de068461c148ef8ee16b33c5499 /kernel.spec | |
parent | 1b72b444f0ff50136c819be540b67ecddbf815df (diff) | |
download | kernel-447e3a6aa1760b6d235df50e7ba8570902ede270.tar.gz kernel-447e3a6aa1760b6d235df50e7ba8570902ede270.tar.xz kernel-447e3a6aa1760b6d235df50e7ba8570902ede270.zip |
handle-efi-roms.patch: Improve PCI support on UEFI systems
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 7c7a52597..e91f29754 100644 --- a/kernel.spec +++ b/kernel.spec @@ -683,6 +683,9 @@ Patch900: modsign-20120816.patch # secure boot Patch1000: secure-boot-20120809.patch +# Improve PCI support on UEFI +Patch1100: handle-efi-roms.patch + # virt + ksm patches Patch1555: fix_xen_guest_on_old_EC2.patch @@ -1395,6 +1398,9 @@ ApplyPatch modsign-20120816.patch # secure boot ApplyPatch secure-boot-20120809.patch +# Improved PCI support for UEFI +ApplyPatch handle-efi-roms.patch + # Assorted Virt Fixes ApplyPatch fix_xen_guest_on_old_EC2.patch @@ -2315,6 +2321,9 @@ fi # ||----w | # || || %changelog +* Tue Sep 4 2012 Matthew Garrett <mjg@redhat.com> +- handle-efi-roms.patch: Improve PCI support on UEFI systems + * Tue Sep 4 2012 Peter Robinson <pbrobinson@fedoraproject.org> - Tweak OMAP options |