mbox series

[PULL] Update OpenBIOS images

Message ID 20171019071036.GB20805@kentang.lan
State New
Headers show
Series [PULL] Update OpenBIOS images | expand

Pull-request

https://github.com/mcayland/qemu.git tags/qemu-openbios-signed

Message

Mark Cave-Ayland Oct. 19, 2017, 7:10 a.m. UTC
Hi Peter,

Here are the latest set of updates for OpenBIOS which should be pulled after the sun4u
patches have been applied due to breaking changes in the sun4u machine.


ATB,

Mark.


The following changes since commit 861cd431c99e56ddb5953ca1da164a9c32b477ca:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171017' into staging (2017-10-17 15:26:51 +0100)

are available in the git repository at:


  https://github.com/mcayland/qemu.git tags/qemu-openbios-signed

for you to fetch changes up to 08e2c1854d8bc32b3b6fcefbead0ea808c44cbc8:

  Update OpenBIOS images to 83818bd built from submodule. (2017-10-19 08:04:15 +0100)

----------------------------------------------------------------
Update OpenBIOS images

----------------------------------------------------------------
Mark Cave-Ayland (1):
      Update OpenBIOS images to 83818bd built from submodule.

 pc-bios/openbios-ppc     |  Bin 754936 -> 754936 bytes
 pc-bios/openbios-sparc32 |  Bin 382048 -> 382048 bytes
 pc-bios/openbios-sparc64 |  Bin 1593408 -> 1593408 bytes
 roms/openbios            |    2 +-
 4 files changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Oct. 19, 2017, 6:18 p.m. UTC | #1
On 19 October 2017 at 08:10, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> Here are the latest set of updates for OpenBIOS which should be pulled after the sun4u
> patches have been applied due to breaking changes in the sun4u machine.
>
>
> ATB,
>
> Mark.
>
>
> The following changes since commit 861cd431c99e56ddb5953ca1da164a9c32b477ca:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171017' into staging (2017-10-17 15:26:51 +0100)
>
> are available in the git repository at:
>
>
>   https://github.com/mcayland/qemu.git tags/qemu-openbios-signed
>
> for you to fetch changes up to 08e2c1854d8bc32b3b6fcefbead0ea808c44cbc8:
>
>   Update OpenBIOS images to 83818bd built from submodule. (2017-10-19 08:04:15 +0100)
>
> ----------------------------------------------------------------
> Update OpenBIOS images
>
> ----------------------------------------------------------------
> Mark Cave-Ayland (1):
>       Update OpenBIOS images to 83818bd built from submodule.
>
>  pc-bios/openbios-ppc     |  Bin 754936 -> 754936 bytes
>  pc-bios/openbios-sparc32 |  Bin 382048 -> 382048 bytes
>  pc-bios/openbios-sparc64 |  Bin 1593408 -> 1593408 bytes
>  roms/openbios            |    2 +-

This fails to merge, because your other pullreq also
updated pc-bios/openbios-sparc64 and git can't automatically
resolve merge conflicts between binary files.

If you tell me which version of the binary to prefer I can
fix it up by hand in the merge commit I guess.

thanks
-- PMM
Mark Cave-Ayland Oct. 19, 2017, 7:13 p.m. UTC | #2
On 19/10/17 19:18, Peter Maydell wrote:

> On 19 October 2017 at 08:10, Mark Cave-Ayland
> <mark.cave-ayland@ilande.co.uk> wrote:
>> Hi Peter,
>>
>> Here are the latest set of updates for OpenBIOS which should be pulled after the sun4u
>> patches have been applied due to breaking changes in the sun4u machine.
>>
>>
>> ATB,
>>
>> Mark.
>>
>>
>> The following changes since commit 861cd431c99e56ddb5953ca1da164a9c32b477ca:
>>
>>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171017' into staging (2017-10-17 15:26:51 +0100)
>>
>> are available in the git repository at:
>>
>>
>>   https://github.com/mcayland/qemu.git tags/qemu-openbios-signed
>>
>> for you to fetch changes up to 08e2c1854d8bc32b3b6fcefbead0ea808c44cbc8:
>>
>>   Update OpenBIOS images to 83818bd built from submodule. (2017-10-19 08:04:15 +0100)
>>
>> ----------------------------------------------------------------
>> Update OpenBIOS images
>>
>> ----------------------------------------------------------------
>> Mark Cave-Ayland (1):
>>       Update OpenBIOS images to 83818bd built from submodule.
>>
>>  pc-bios/openbios-ppc     |  Bin 754936 -> 754936 bytes
>>  pc-bios/openbios-sparc32 |  Bin 382048 -> 382048 bytes
>>  pc-bios/openbios-sparc64 |  Bin 1593408 -> 1593408 bytes
>>  roms/openbios            |    2 +-
> 
> This fails to merge, because your other pullreq also
> updated pc-bios/openbios-sparc64 and git can't automatically
> resolve merge conflicts between binary files.
> 
> If you tell me which version of the binary to prefer I can
> fix it up by hand in the merge commit I guess.

Ah yes indeed, I didn't realise until I tried just now that it wouldn't
work.

I've gone for the assumption that the patches would be applied on a
first come, first served basis so the binaries for the OpenBIOS commit
should completely replace the openbios-sparc64 from the sun4u commit.

If you check the signed tag again, I've rebased the commit and re-pushed
to github again so you should now hopefully be able to apply without any
issues.


ATB,

Mark.
Peter Maydell Oct. 20, 2017, 9:49 a.m. UTC | #3
On 19 October 2017 at 20:13, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> If you check the signed tag again, I've rebased the commit and re-pushed
> to github again so you should now hopefully be able to apply without any
> issues.

Thanks -- I've now applied that version.

-- PMM