Re: [PATCH V3 1/4] EFI: Stash ROMs if they're not in the PCI BAR

2012-09-06 Thread Bjorn Helgaas
On Tue, Sep 4, 2012 at 6:45 AM, Matthew Garrett wrote: > On Thu, Aug 23, 2012 at 05:44:22PM -0600, Bjorn Helgaas wrote: >> On Thu, Aug 23, 2012 at 10:36 AM, Matthew Garrett wrote: >> > EFI provides support for providing PCI ROMs via means other than the ROM >> > BAR. This support vanishes after

Re: [PATCH V3 1/4] EFI: Stash ROMs if they're not in the PCI BAR

2012-09-06 Thread Bjorn Helgaas
On Tue, Sep 4, 2012 at 6:45 AM, Matthew Garrett m...@redhat.com wrote: On Thu, Aug 23, 2012 at 05:44:22PM -0600, Bjorn Helgaas wrote: On Thu, Aug 23, 2012 at 10:36 AM, Matthew Garrett m...@redhat.com wrote: EFI provides support for providing PCI ROMs via means other than the ROM BAR. This

Re: [PATCH V3 1/4] EFI: Stash ROMs if they're not in the PCI BAR

2012-09-04 Thread Matthew Garrett
On Thu, Aug 23, 2012 at 05:44:22PM -0600, Bjorn Helgaas wrote: > On Thu, Aug 23, 2012 at 10:36 AM, Matthew Garrett wrote: > > EFI provides support for providing PCI ROMs via means other than the ROM > > BAR. This support vanishes after we've exited boot services, so add support > > for stashing

Re: [PATCH V3 1/4] EFI: Stash ROMs if they're not in the PCI BAR

2012-09-04 Thread Matthew Garrett
On Thu, Aug 23, 2012 at 05:44:22PM -0600, Bjorn Helgaas wrote: On Thu, Aug 23, 2012 at 10:36 AM, Matthew Garrett m...@redhat.com wrote: EFI provides support for providing PCI ROMs via means other than the ROM BAR. This support vanishes after we've exited boot services, so add support for

Re: [PATCH V3 1/4] EFI: Stash ROMs if they're not in the PCI BAR

2012-08-23 Thread Matthew Garrett
On Thu, Aug 23, 2012 at 05:44:22PM -0600, Bjorn Helgaas wrote: > On Thu, Aug 23, 2012 at 10:36 AM, Matthew Garrett wrote: > > EFI provides support for providing PCI ROMs via means other than the ROM > > BAR. This support vanishes after we've exited boot services, so add support > > for stashing

Re: [PATCH V3 1/4] EFI: Stash ROMs if they're not in the PCI BAR

2012-08-23 Thread Bjorn Helgaas
On Thu, Aug 23, 2012 at 10:36 AM, Matthew Garrett wrote: > EFI provides support for providing PCI ROMs via means other than the ROM > BAR. This support vanishes after we've exited boot services, so add support > for stashing copies of the ROMs in setup_data if they're not otherwise > available.

[PATCH V3 1/4] EFI: Stash ROMs if they're not in the PCI BAR

2012-08-23 Thread Matthew Garrett
EFI provides support for providing PCI ROMs via means other than the ROM BAR. This support vanishes after we've exited boot services, so add support for stashing copies of the ROMs in setup_data if they're not otherwise available. --- arch/x86/boot/compressed/eboot.c | 118

[PATCH V3 1/4] EFI: Stash ROMs if they're not in the PCI BAR

2012-08-23 Thread Matthew Garrett
EFI provides support for providing PCI ROMs via means other than the ROM BAR. This support vanishes after we've exited boot services, so add support for stashing copies of the ROMs in setup_data if they're not otherwise available. --- arch/x86/boot/compressed/eboot.c | 118

Re: [PATCH V3 1/4] EFI: Stash ROMs if they're not in the PCI BAR

2012-08-23 Thread Bjorn Helgaas
On Thu, Aug 23, 2012 at 10:36 AM, Matthew Garrett m...@redhat.com wrote: EFI provides support for providing PCI ROMs via means other than the ROM BAR. This support vanishes after we've exited boot services, so add support for stashing copies of the ROMs in setup_data if they're not otherwise

Re: [PATCH V3 1/4] EFI: Stash ROMs if they're not in the PCI BAR

2012-08-23 Thread Matthew Garrett
On Thu, Aug 23, 2012 at 05:44:22PM -0600, Bjorn Helgaas wrote: On Thu, Aug 23, 2012 at 10:36 AM, Matthew Garrett m...@redhat.com wrote: EFI provides support for providing PCI ROMs via means other than the ROM BAR. This support vanishes after we've exited boot services, so add support for