mbox

[PULL,for-2.0,0/2] PReP patch queue 2014-03-13

Message ID 1394739221-6205-1-git-send-email-andreas.faerber@web.de
State New
Headers show

Pull-request

git://github.com/afaerber/qemu-cpu.git tags/prep-for-2.0

Message

Andreas Färber March 13, 2014, 7:33 p.m. UTC
Hello Peter,

Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master.

This is the second part, supporting binutils 2.19 and applying the BIOS load changes.

Regards,
Andreas

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-ppc@nongnu.org
Cc: Alexander Graf <agraf@suse.de>
Cc: Hervé Poussineau <hpoussin@reactos.org>
Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

The following changes since commit d7f0a59ff02affb8270ad9b6ee7e60974ac92df0:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-6' into staging (2014-03-13 18:37:01 +0000)

are available in the git repository at:


  git://github.com/afaerber/qemu-cpu.git tags/prep-for-2.0

for you to fetch changes up to d0b25425749d5525b2ba6d9d966d8800a5643b35:

  raven: Move BIOS loading from board code to PCI host (2014-03-13 20:15:37 +0100)

----------------------------------------------------------------
PReP machine and devices

* ppc_rom.bin update
* Raven PCI host bridge preparations for OpenBIOS

----------------------------------------------------------------
Andreas Färber (1):
      prep: Update ppc_rom.bin

Hervé Poussineau (1):
      raven: Move BIOS loading from board code to PCI host

 hw/pci-host/prep.c  |  51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/ppc/prep.c       |  46 ++++++----------------------------------------
 pc-bios/ppc_rom.bin | Bin 524288 -> 1048576 bytes
 roms/openhackware   |   2 +-
 4 files changed, 58 insertions(+), 41 deletions(-)

Comments

Peter Maydell March 13, 2014, 9:28 p.m. UTC | #1
On 13 March 2014 19:33, Andreas Färber <andreas.faerber@web.de> wrote:
> Hello Peter,
>
> Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master.
>
> This is the second part, supporting binutils 2.19 and applying the BIOS load changes.
>
> Regards,
> Andreas
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: qemu-ppc@nongnu.org
> Cc: Alexander Graf <agraf@suse.de>
> Cc: Hervé Poussineau <hpoussin@reactos.org>
> Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>
> The following changes since commit d7f0a59ff02affb8270ad9b6ee7e60974ac92df0:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-6' into staging (2014-03-13 18:37:01 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/afaerber/qemu-cpu.git tags/prep-for-2.0
>
> for you to fetch changes up to d0b25425749d5525b2ba6d9d966d8800a5643b35:
>
>   raven: Move BIOS loading from board code to PCI host (2014-03-13 20:15:37 +0100)
>
> ----------------------------------------------------------------
> PReP machine and devices
>
> * ppc_rom.bin update
> * Raven PCI host bridge preparations for OpenBIOS
>

Applied, thanks.
-- PMM