Message ID | 20200901183452.24967-1-deller@gmx.de (mailing list archive) |
---|---|
Headers | show |
Series | hppa power button support, graphics updates and firmware fixes | expand |
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 > >
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 >> >> >