mbox

[v3,2/6] spapr_pci: encode missing 64-bit memory address space

Message ID 87egmujerl.fsf@linux.vnet.ibm.com
State New
Headers show

Pull-request

https://github.com/nikunjad/SLOF master

Message

Nikunj A Dadhania May 6, 2015, 8:23 a.m. UTC
Thomas Huth <thuth@redhat.com> writes:

> On Wed, 06 May 2015 11:14:32 +0530
> Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> wrote:
>
>> Thomas Huth <thuth@redhat.com> writes:
> [...]
>> > BTW, does this also require the new version of SLOF already?
>> 
>> Not yet, only after patch 4/6 newer SLOF would be needed.
>
> Ok, ... but it will also still work with old SLOF version? If
> not, I think you should eventually also include a patch in this
> series to update the slof.bin of QEMU.

Alexey, can you pull the SLOF changes to your tree. I have it ready
here:

The following changes since commit bf641aa923237b5c71b472f536246b3f97d7dffb:

  scsi: handle report-luns failure (2015-04-29 15:20:31 +0530)

are available in the git repository at:

  https://github.com/nikunjad/SLOF master

for you to fetch changes up to ad8d7045375ac47cf69080fcbd24788ed32000f8:

  version: update to 20150429 (2015-04-29 15:27:04 +0530)

----------------------------------------------------------------
Nikunj A Dadhania (5):
      pci: program correct bridge limit registers during probe
      pci: Support 64-bit address translation
      usb: support 64-bit pci bars
      pci: Use QEMU created PCI device nodes
      version: update to 20150429

 VERSION                         |  2 +-
 board-qemu/slof/pci-phb.fs      | 44 +++++++++++++++++++++++++++++++++++++++++++-
 slof/fs/devices/pci-class_0c.fs | 10 ++++++++--
 slof/fs/pci-properties.fs       |  6 +++++-
 slof/fs/pci-scan.fs             |  6 +++---
 slof/fs/translate.fs            |  6 ++----
 6 files changed, 62 insertions(+), 12 deletions(-)