qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 00/11] Mac Old World ROM experiment
@ 2020-06-28 18:03 BALATON Zoltan
  2020-06-28 18:03 ` [PATCH v6 02/11] mac_newworld: Allow loading binary ROM image BALATON Zoltan
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: BALATON Zoltan @ 2020-06-28 18:03 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc; +Cc: Howard Spoelstra, Mark Cave-Ayland, David Gibson

Latest version of this series with addressing review comments, adding
review tags and tweaks to the WIP CUDA I2C support so with this on top
of Mark's screaper patches (with a small fix) the ROM now plays the
startup sound but then gets confused about some memory addresses. I
don't want to debug this further so either some hints are needed what
may be needed or someone could take over and finish these.

I think at least up to patch 8 this could be merged already, the rest
needs more work.

Regards,
BALATON Zoltan

BALATON Zoltan (11):
  mac_oldworld: Allow loading binary ROM image
  mac_newworld: Allow loading binary ROM image
  mac_oldworld: Drop a variable, use get_system_memory() directly
  mac_oldworld: Drop some variables
  grackle: Set revision in PCI config to match hardware
  mac_oldworld: Rename ppc_heathrow_reset to ppc_heathrow_cpu_reset
  mac_oldworld: Map macio to expected address at reset
  mac_oldworld: Add machine ID register
  i2c: Match parameters of i2c_start_transfer and i2c_send_recv
  WIP macio/cuda: Attempt to add i2c support
  mac_oldworld: Add SPD data to cover RAM

 hw/display/sm501.c           |   2 +-
 hw/i2c/core.c                |  34 +++++-----
 hw/i2c/ppc4xx_i2c.c          |   2 +-
 hw/misc/macio/cuda.c         |  76 ++++++++++++++++++++-
 hw/pci-host/grackle.c        |   2 +-
 hw/ppc/mac.h                 |  15 ++++-
 hw/ppc/mac_newworld.c        |  22 +++---
 hw/ppc/mac_oldworld.c        | 127 ++++++++++++++++++++++++++---------
 include/hw/i2c/i2c.h         |   4 +-
 include/hw/misc/macio/cuda.h |   1 +
 10 files changed, 220 insertions(+), 65 deletions(-)

-- 
2.21.3



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-06-28 18:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-28 18:03 [PATCH v6 00/11] Mac Old World ROM experiment BALATON Zoltan
2020-06-28 18:03 ` [PATCH v6 02/11] mac_newworld: Allow loading binary ROM image BALATON Zoltan
2020-06-28 18:03 ` [PATCH v6 04/11] mac_oldworld: Drop some variables BALATON Zoltan
2020-06-28 18:03 ` [PATCH v6 06/11] mac_oldworld: Rename ppc_heathrow_reset to ppc_heathrow_cpu_reset BALATON Zoltan
2020-06-28 18:03 ` [PATCH v6 03/11] mac_oldworld: Drop a variable, use get_system_memory() directly BALATON Zoltan
2020-06-28 18:03 ` [PATCH v6 05/11] grackle: Set revision in PCI config to match hardware BALATON Zoltan
2020-06-28 18:03 ` [RFC PATCH v6 10/11] WIP macio/cuda: Attempt to add i2c support BALATON Zoltan
2020-06-28 18:03 ` [PATCH v6 08/11] mac_oldworld: Add machine ID register BALATON Zoltan
2020-06-28 18:03 ` [PATCH v6 11/11] mac_oldworld: Add SPD data to cover RAM BALATON Zoltan
2020-06-28 18:03 ` [PATCH v6 09/11] i2c: Match parameters of i2c_start_transfer and i2c_send_recv BALATON Zoltan
2020-06-28 18:03 ` [PATCH v6 01/11] mac_oldworld: Allow loading binary ROM image BALATON Zoltan
2020-06-28 18:03 ` [PATCH v6 07/11] mac_oldworld: Map macio to expected address at reset BALATON Zoltan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).