All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Kardashevskiy <aik@ozlabs.ru>
To: Alexander Graf <agraf@suse.de>
Cc: Nikunj Dadhania <nikunj@linux.vnet.ibm.com>,
	Anton Blanchard <anton@au1.ibm.com>,
	qemu-devel@nongnu.org, qemu-ppc@nongnu.org,
	Anthony Liguori <anthony@codemonkey.ws>
Subject: Re: [Qemu-devel] [PATCH v2] pseries: Update SLOF firmware image
Date: Wed, 16 Oct 2013 21:47:45 +1100	[thread overview]
Message-ID: <525E6ED1.3080700@ozlabs.ru> (raw)
In-Reply-To: <525E6243.4040702@suse.de>

On 10/16/2013 08:54 PM, Alexander Graf wrote:
> On 10/15/2013 07:00 AM, Alexey Kardashevskiy wrote:
>> SLOF git commit is e2e8ac901e617573ea383f9cffd136146d0675a4
>>
>> The main changes are:
>> * fixed bug with not passing arguments from -append
>> * client-architecture-support hypercall
>> * netboot
>> * USB stack fixes
>>
>> The full list of changes:
>>    > client-architecture-support: fix wrong version read
>>    > client-architecture-support: fix redundant stack drop
>>    > Update device tree returned by CAS hypercall
>>    > fdt: introduce fdt-init
>>    > Add ibm,client-architecture-support method
>>    > Kernel parameter passed from qemu commandline ignored
>>    > Allow more than one client to open net devices simultaneously
>>    > ci: add missing close in else condition
>>    > Add GPT support
>>    > pci: fix interrupt-map for bridges
>>    > usb-ohci: preserve the toggleCarry bit in ED
>>    > usb-ohci: done_head processing fixes
>>    > usb-ohci: update init and rationalize timings
>>    > usb-msc: handle stall and other fixes
>>    > scsi: make probe more error resilient
>>    > usb-core: Add CLEAR FEATURE api
>>    > Implement range allocator
>>    > Remove bcm57xx network driver as module
>>    > Remove e1000 network driver as module
>>    > Remove virtio-net network driver as module
>>    > Remove veth network driver as module
>>    > Add missing close-dev in ping
>>    > Remove lodable network driver modules and related functions
>>    > Add bcm57xx network driver in libbcm
>>    > Add e1000 network driver in libe1k
>>    > Add virtio-net driver in libvirtio
>>    > Add veth driver in libveth
>>    > Get MAC address for client interface module
>>    > Add SLOF usleep wrapper
>>    > Add SLOF pci wrapper functions
>>    > Fix 'canon' client interface
>>
>> Cc: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
>> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
>> ---
>> Changes:
>> v2:
>> * fixed a bug in "client-architecture-support: fix wrong version read"
>>
>> ---
>>
>> Alex, please note that the patch is made against your "ppc-next" branch
>> rather than qemu.org/master as the previous SLOF update request did not
>> reach upstream yet.
>>
>> And yes, this is v2. My bad, sorry, the updates are huge for email :(
>> ---
>>   pc-bios/README   |   2 +-
>>   pc-bios/slof.bin | Bin 875424 -> 873920 bytes
>>   roms/SLOF        |   2 +-
>>   3 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/pc-bios/README b/pc-bios/README
>> index cf97365..e2622d2 100644
>> --- a/pc-bios/README
>> +++ b/pc-bios/README
>> @@ -17,7 +17,7 @@
>>   - SLOF (Slimline Open Firmware) is a free IEEE 1275 Open Firmware
>>     implementation for certain IBM POWER hardware.  The sources are at
>>     https://github.com/aik/SLOF, and the image currently in qemu is
>> -  built from git tag qemu-slof-20130827.
>> +  built from git tag qemu-slof-20131015.
>>     - sgabios (the Serial Graphics Adapter option ROM) provides a means for
>>     legacy x86 software to communicate with an attached serial console as
>> diff --git a/pc-bios/slof.bin b/pc-bios/slof.bin
>> index
>> 0e8b51ad1f3ecde581db2a49c1b75e96e9084c41..92a9831be7ade3d09a8b0aea08d0694da792da51
>> 100644
>> GIT binary patch
>> delta 238635
> 
> [...]
> 
>> diff --git a/roms/SLOF b/roms/SLOF
>> index a523d1b..e2e8ac9 160000
>> --- a/roms/SLOF
>> +++ b/roms/SLOF
>> @@ -1 +1 @@
>> -Subproject commit a523d1b0cd6e96cf5e393f0a10f897e8ed639fdc
>> +Subproject commit e2e8ac901e617573ea383f9cffd136146d0675a4
> 
> Is this commit in git.qemu.org/SLOF.git? I can't find it there.

It is from git in pc-bios/README so it is my git on github. I do not have
authority over git.qemu.org :)


> Anthony, can you pull it?





-- 
Alexey

  reply	other threads:[~2013-10-16 10:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-15  5:00 [Qemu-devel] [PATCH v2] pseries: Update SLOF firmware image Alexey Kardashevskiy
2013-10-16  9:54 ` Alexander Graf
2013-10-16 10:47   ` Alexey Kardashevskiy [this message]
2013-10-16 11:04     ` Alexander Graf
  -- strict thread matches above, loose matches on Subject: below --
2013-08-27  3:42 Alexey Kardashevskiy
2013-08-27  8:33 ` Alexander Graf
2013-08-28  7:42   ` Alexey Kardashevskiy
2013-09-02  8:34     ` Alexander Graf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=525E6ED1.3080700@ozlabs.ru \
    --to=aik@ozlabs.ru \
    --cc=agraf@suse.de \
    --cc=anthony@codemonkey.ws \
    --cc=anton@au1.ibm.com \
    --cc=nikunj@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.