All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ryan Bradetich <rbradetich@uswest.net>
To: Greg Ingram <ingram@symsys.com>
Cc: Grant Grundler <grundler@cup.hp.com>, parisc-linux@thepuffingroup.com
Subject: Re: [parisc-linux] Booting C100
Date: Mon, 15 Jan 2001 12:57:35 -0700	[thread overview]
Message-ID: <3A63562E.2DA228AC@uswest.net> (raw)
In-Reply-To: Pine.LNX.4.21.0101151256070.23322-100000@maestro.symsys.com

Greg,

The ccio detection via GSC port is really a hack.   I will commit your patch
since we do not have a better way to detect the driver atm :)  Hopefully my
local tree will shape up today, and I can commit a new and improved ccio
driver.  Than I will start working on the I/O tree to eliminate this hack.

Thanks for the patch!

- Ryan



Greg Ingram wrote:

> Okay, I grabbed the cross-compiler and various sources and managed to
> build a booting image.  Woohoo!  I also tried the lifimage you just posted
> to the FTP site.  Both kernels died at GSC detection because it didn't
> know the address f5fbf000.  I made this little change to ccio-dma.c:
>
> --- arch/parisc/kernel/ccio-dma.c.orig  Mon Jan 15 12:40:05 2001
> +++ arch/parisc/kernel/ccio-dma.c       Mon Jan 15 13:05:01 2001
> @@ -1174,6 +1174,7 @@
>  ** that can't be detected by PA/EISA/PCI bus walks.
>  */
>         switch((long) d->hpa) {
> +       case 0xf5fbf000L:       /* C1O0 (wild guess!) */
>         case 0xf7fbf000L:       /* C110 IOA0 LBC (aka GSC port) */
>         case 0xf3fbf000L:       /* C110 IOA0 LBC (aka GSC port) */
>                 /* ccio_hpa same as C200 IOA0 */
>
> It got past that point but crashed later.  Full boot log follows. I'm
> looking at excluding the GSC stuff to see if the problem goes
> away.  Updates at 11.
>
> - Greg
>

[bootlog snipped]

  reply	other threads:[~2001-01-15 20:21 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-12  2:37 [parisc-linux] 715/80 problem Phillip D. Beal
2001-01-12  4:40 ` Alex deVries
2001-01-12 10:20   ` Andrew Shugg
2001-01-14  3:35     ` Phillip D. Beal
2001-01-14  6:04       ` Alex deVries
2001-01-14 18:02         ` Phillip D. Beal
2001-01-14 18:42           ` Alex deVries
2001-01-14 20:13             ` Matthew Wilcox
2001-01-15 14:51               ` Phillip D. Beal
2001-01-15  0:03             ` Grant Grundler
2001-01-15 16:44               ` [parisc-linux] Booting C100 Greg Ingram
2001-01-15 17:29                 ` Grant Grundler
2001-01-15 17:57                   ` Greg Ingram
2001-01-15 18:58                     ` Grant Grundler
2001-01-15 19:22                     ` Greg Ingram
2001-01-15 19:57                       ` Ryan Bradetich [this message]
2001-01-15 23:50                       ` Grant Grundler
  -- strict thread matches above, loose matches on Subject: below --
2001-01-15 21:30 Aleksandr Konstantinov
2001-01-15 22:17 ` Matthew Wilcox
2001-01-16 13:56   ` Aleksandr Konstantinov
2001-01-16 15:22     ` Matthew Wilcox
2001-01-16 17:46     ` Helge Deller
2001-01-17  4:40       ` Aleksandr Konstantinov
2001-01-17 20:55 Phillip D. Beal

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=3A63562E.2DA228AC@uswest.net \
    --to=rbradetich@uswest.net \
    --cc=grundler@cup.hp.com \
    --cc=ingram@symsys.com \
    --cc=parisc-linux@thepuffingroup.com \
    /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.