[PATCH 0/7] hppa power button support, graphics updates and firmware fixes

Helge Deller posted 7 patches 5 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200901183452.24967-1-deller@gmx.de
Test docker-quick@centos7 failed
Test FreeBSD passed
Test docker-mingw@fedora failed
Test checkpatch passed
Maintainers: Richard Henderson <rth@twiddle.net>, Helge Deller <deller@gmx.de>
There is a newer version of this series
hw/display/artist.c       |  37 +++++++++++++++----------
hw/hppa/hppa_hardware.h   |   3 +-
hw/hppa/machine.c         |  56 +++++++++++++++++++++++++++++++++++++-
pc-bios/hppa-firmware.img | Bin 783192 -> 785696 bytes
roms/seabios-hppa         |   2 +-
target/hppa/cpu.h         |   5 +++-
target/hppa/insns.decode  |  10 +++----
7 files changed, 89 insertions(+), 24 deletions(-)
[PATCH 0/7] hppa power button support, graphics updates and firmware fixes
Posted by Helge Deller 5 years, 2 months ago
Add emulation for a power button on hppa,
fix quite some bugs in seabios-hppa firmware for artist graphics card
fix boot with old Linux installation CDs.

Helge Deller (7):
  seabios-hppa: Update SeaBIOS to hppa-qemu-5.2-2 tag
  hw/hppa: Make number of TLB and BTLB entries configurable
  hw/hppa: Store boot device in fw_cfg section
  hw/hppa: Inform SeaBIOS about fw_cfg port address
  hw/hppa: Add power button emulation
  hw/display/artist: Fix artist screen resolution
  target/hppa: Fix boot with old Linux installation CDs

 hw/display/artist.c       |  37 +++++++++++++++----------
 hw/hppa/hppa_hardware.h   |   3 +-
 hw/hppa/machine.c         |  56 +++++++++++++++++++++++++++++++++++++-
 pc-bios/hppa-firmware.img | Bin 783192 -> 785696 bytes
 roms/seabios-hppa         |   2 +-
 target/hppa/cpu.h         |   5 +++-
 target/hppa/insns.decode  |  10 +++----
 7 files changed, 89 insertions(+), 24 deletions(-)

--
2.21.3


Re: [PATCH 0/7] hppa power button support, graphics updates and firmware fixes
Posted by Philippe Mathieu-Daudé 5 years, 2 months ago
Hi Helge,

On 9/1/20 8:34 PM, Helge Deller wrote:
> Add emulation for a power button on hppa,
> fix quite some bugs in seabios-hppa firmware for artist graphics card
> fix boot with old Linux installation CDs.

I started to review the version you sent last week and took few notes,
are there big changes in this version (is it a REPOST or a v2)?
(I think you just appended 2 extra patches posted separately).

Thanks,

Phil.

> 
> Helge Deller (7):
>   seabios-hppa: Update SeaBIOS to hppa-qemu-5.2-2 tag
>   hw/hppa: Make number of TLB and BTLB entries configurable
>   hw/hppa: Store boot device in fw_cfg section
>   hw/hppa: Inform SeaBIOS about fw_cfg port address
>   hw/hppa: Add power button emulation
>   hw/display/artist: Fix artist screen resolution
>   target/hppa: Fix boot with old Linux installation CDs
> 
>  hw/display/artist.c       |  37 +++++++++++++++----------
>  hw/hppa/hppa_hardware.h   |   3 +-
>  hw/hppa/machine.c         |  56 +++++++++++++++++++++++++++++++++++++-
>  pc-bios/hppa-firmware.img | Bin 783192 -> 785696 bytes
>  roms/seabios-hppa         |   2 +-
>  target/hppa/cpu.h         |   5 +++-
>  target/hppa/insns.decode  |  10 +++----
>  7 files changed, 89 insertions(+), 24 deletions(-)
> 
> --
> 2.21.3
> 
> 


Re: [PATCH 0/7] hppa power button support, graphics updates and firmware fixes
Posted by Helge Deller 5 years, 2 months ago
Hi Philippe,

On 01.09.20 21:37, Philippe Mathieu-Daudé wrote:
> On 9/1/20 8:34 PM, Helge Deller wrote:
>> Add emulation for a power button on hppa,
>> fix quite some bugs in seabios-hppa firmware for artist graphics card
>> fix boot with old Linux installation CDs.
>
> I started to review the version you sent last week and took few notes,

Thanks!

> are there big changes in this version (is it a REPOST or a v2)?
> (I think you just appended 2 extra patches posted separately).

Yes, it's a v2 version with the two patches appended.
Otherwise no real changes to qemu, but some more fixes in the included Seabios.

Helge

>
> Thanks,
>
> Phil.
>
>>
>> Helge Deller (7):
>>   seabios-hppa: Update SeaBIOS to hppa-qemu-5.2-2 tag
>>   hw/hppa: Make number of TLB and BTLB entries configurable
>>   hw/hppa: Store boot device in fw_cfg section
>>   hw/hppa: Inform SeaBIOS about fw_cfg port address
>>   hw/hppa: Add power button emulation
>>   hw/display/artist: Fix artist screen resolution
>>   target/hppa: Fix boot with old Linux installation CDs
>>
>>  hw/display/artist.c       |  37 +++++++++++++++----------
>>  hw/hppa/hppa_hardware.h   |   3 +-
>>  hw/hppa/machine.c         |  56 +++++++++++++++++++++++++++++++++++++-
>>  pc-bios/hppa-firmware.img | Bin 783192 -> 785696 bytes
>>  roms/seabios-hppa         |   2 +-
>>  target/hppa/cpu.h         |   5 +++-
>>  target/hppa/insns.decode  |  10 +++----
>>  7 files changed, 89 insertions(+), 24 deletions(-)
>>
>> --
>> 2.21.3
>>
>>
>