All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: Blue Swirl <blauwirbel@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [6271] Use ESCC for PowerMac serial
Date: Mon, 12 Jan 2009 21:18:36 +0100	[thread overview]
Message-ID: <20090112201836.GF29483@hall.aurel32.net> (raw)
In-Reply-To: <E1LMQm0-00080V-KV@cvs.savannah.gnu.org>

On Mon, Jan 12, 2009 at 05:40:24PM +0000, Blue Swirl wrote:
> Revision: 6271
>           http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6271
> Author:   blueswir1
> Date:     2009-01-12 17:40:23 +0000 (Mon, 12 Jan 2009)
> 
> Log Message:
> -----------
> Use ESCC for PowerMac serial
> 

[snip]

> Modified: trunk/hw/ppc_oldworld.c
> ===================================================================
> --- trunk/hw/ppc_oldworld.c	2009-01-12 17:38:28 UTC (rev 6270)
> +++ trunk/hw/ppc_oldworld.c	2009-01-12 17:40:23 UTC (rev 6271)
> @@ -33,6 +33,7 @@
>  #include "pci.h"
>  #include "boards.h"
>  #include "fw_cfg.h"
> +#include "escc.h"
>  
>  #define MAX_IDE_BUS 2
>  #define VGA_BIOS_SIZE 65536
> @@ -126,7 +127,7 @@
>      int vga_bios_size, bios_size;
>      qemu_irq *dummy_irq;
>      int pic_mem_index, nvram_mem_index, dbdma_mem_index, cuda_mem_index;
> -    int ide_mem_index[2];
> +    int escc_mem_index, ide_mem_index[2];
>      int ppc_boot_device;
>      BlockDriverState *hd[MAX_IDE_BUS * MAX_IDE_DEVS];
>      int index;
> @@ -296,8 +297,8 @@
>      /* XXX: suppress that */
>      dummy_irq = i8259_init(NULL);
>  
> -    /* XXX: use Mac Serial port */
> -    serial_init(0x3f8, dummy_irq[4], 115200, serial_hds[0]);
> +    escc_mem_index = escc_init(0x80013000, pic[0x10], serial_hds[0],
> +                               serial_hds[1], ESCC_CLOCK, 4);

I don't think this address is correct. Also this is later mapped by
macio_init() later.

Also I have tried with the latest SVN of OpenBIOS (which includes the
corresponding patches for ESCC), and the machine doesn't boot anymore.
Using -serial stdio, I see

| >> =============================================================
| >> OpenBIOS 1.0RC1 [Jan 12 2009 19:28]
| >> Configuration device id QEMU version 1 machine id 2
| >> CPUs: 1
| >> Memory: 144M
| >> UUID: 00000000-0000-0000-0000-000000000000
| >> CPU type PowerPC,750
| >> Initializing PCI devices...
| >> 0:0.0 - 1057:2 - /pci -
| >> 0:1.0 - 1234:1111 - /pci/QEMU,VGA -  

Then it hangs there.

-- 
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   aurel32@debian.org         | aurelien@aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net

  reply	other threads:[~2009-01-12 20:18 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-12 17:40 [Qemu-devel] [6271] Use ESCC for PowerMac serial Blue Swirl
2009-01-12 20:18 ` Aurelien Jarno [this message]
2009-01-12 20:32   ` Blue Swirl
2009-01-12 20:40     ` Aurelien Jarno
2009-01-12 20:48       ` Blue Swirl
2009-01-12 21:10         ` Aurelien Jarno
2009-01-12 20:50       ` Aurelien Jarno
2009-01-12 20:59         ` Blue Swirl
2009-01-12 21:10           ` Aurelien Jarno
2009-01-13 17:03           ` Aurelien Jarno
2009-01-13 17:21             ` Blue Swirl
2009-01-13 17:28               ` Aurelien Jarno
2009-01-13 20:12                 ` Blue Swirl
2009-01-13 21:24                   ` Aurelien Jarno
2009-01-13 21:28                 ` Laurent Vivier
2009-01-13 20:46             ` Laurent Vivier
2009-01-13 21:41               ` Aurelien Jarno

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090112201836.GF29483@hall.aurel32.net \
    --to=aurelien@aurel32.net \
    --cc=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.