linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Re: Platform configuration (was: Re: CONFIG_PPC != Mac)
@ 2000-09-01 11:35 Iain Sandoe
  2000-09-02  9:54 ` Timothy A. Seufert
  0 siblings, 1 reply; 28+ messages in thread
From: Iain Sandoe @ 2000-09-01 11:35 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Timothy A. Seufert, linuxppc-dev


>>2. During the fb probe of the Rage 128 PCI card, a pattern of colored
>>characters is written to the screen.  This might be somebody's
>>deliberate debug output, as it almost looks too regular to be an
>>error.
>
> I noticed that too. It happens only occasionally. Sometimes, it's so bad
> that I never get a single correct char displayed, sometimes it just
> doesn't happen. Note that I didn't have the problem for a week or two
> now, I thought it was fixed. Sounds a bit like someone is corrupting memory...

Not just rage 128 (perhaps - I can't tell 100%) but this also happens (it's
come & go with different -testxx ) on my G3-beige [if you mean patterns that
are squares with different coloured dots in the centre]  I was *sure* it was
deliberate debug...

Iain.

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 28+ messages in thread
* Re: Platform configuration (was: Re: CONFIG_PPC != Mac)
@ 2000-08-31 13:41 Iain Sandoe
  0 siblings, 0 replies; 28+ messages in thread
From: Iain Sandoe @ 2000-08-31 13:41 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Gabriel Paubert, linuxppc-dev


On  Thu, Aug 31, 2000,  Benjamin Herrenschmidt wrote:

> The only problem is that some HW probe code must be present in the
> bootloader itself to decide which modules to load (well, this could be in
> the bootloader config file, but then, we need a way to load all of them
> for boot CDs).

My vote is for the HW probe - it's harder for the end-user to cock up.  IMHO
Linux has too many config files already.

Iain.

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 28+ messages in thread
* Re: CONFIG_PPC != Mac
@ 2000-07-30 14:56 Geert Uytterhoeven
  2000-08-30 12:29 ` Platform configuration (was: Re: CONFIG_PPC != Mac) Geert Uytterhoeven
  0 siblings, 1 reply; 28+ messages in thread
From: Geert Uytterhoeven @ 2000-07-30 14:56 UTC (permalink / raw)
  To: Michel Dänzer; +Cc: Tony Mantler, Tom Rini, Dan Malek, linuxppc-dev


On Sun, 30 Jul 2000, Michel [iso-8859-1] Dänzer wrote:
> Geert Uytterhoeven wrote:
> > The Master PPC Penguin decided to no longer allow to build machine specific
> > kernels, but treat PowerMac/PReP/MTX/CHRP as one big machine type
> > (`CONFIG_ALL_PPC').
>
> Where does APUS fit in there?

APUS is something different (CONFIG_APUS, cfr. arch/ppc/config.in). Currently
it's not possible to build one kernel that supports both APUS and any other
machine type anyway.

So currently you have to compile a kernel for _either_

    PowerMac/PReP/MTX/CHRP (CONFIG_ALL_PPC)
 or Gemini (CONFIG_GEMINI)
 or EST8260 (CONFIG_EST8260)
 or APUS (CONFIG_APUS)

Personally I'd more like a configuration where you can select whatever you
want of

  - PowerMac (CONFIG_PMAC)
  - PReP (CONFIG_PREP)
  - MTX (CONFIG_MTX)
  - CHRP (CONFIG_CHRP)
  - Gemini (CONFIG_GEMINI)
  - EST8260 (CONFIG_EST8260)
  - APUS (CONFIG_APUS)

with of course some extra logic to prevent illegal combinations.

The main reason why the Master PPC Penguin chose for the CONFIG_ALL_PPC option
was to be able to compile one kernel that would run on all his machines,
instead of having to compile multiple kernels, one for each machine.
I don't understand why he didn't want the flexibele scheme above, since it
would support anything you want, including his favorite configuration.

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2000-09-05 13:48 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-09-01 11:35 Platform configuration (was: Re: CONFIG_PPC != Mac) Iain Sandoe
2000-09-02  9:54 ` Timothy A. Seufert
  -- strict thread matches above, loose matches on Subject: below --
2000-08-31 13:41 Iain Sandoe
2000-07-30 14:56 CONFIG_PPC != Mac Geert Uytterhoeven
2000-08-30 12:29 ` Platform configuration (was: Re: CONFIG_PPC != Mac) Geert Uytterhoeven
2000-08-31 10:54   ` Gabriel Paubert
2000-08-31 11:39     ` Benjamin Herrenschmidt
2000-08-31 11:53       ` Gabriel Paubert
2000-08-31 15:17     ` Geert Uytterhoeven
2000-08-31 15:58       ` Dan Malek
2000-08-31 16:10         ` Gabriel Paubert
2000-08-31 16:20           ` Michel Dänzer
2000-08-31 19:03             ` Joseph Garcia
2000-09-05 13:48               ` Takashi Oe
2000-09-01  1:44           ` Tom Rini
2000-09-01  2:12             ` Dan Malek
2000-09-01  8:42             ` Timothy A. Seufert
2000-09-01 11:02               ` Benjamin Herrenschmidt
2000-09-01 11:12                 ` Andreas Tobler
2000-09-02 10:09                 ` Timothy A. Seufert
2000-09-05  9:32                 ` Timothy A. Seufert
2000-09-05  9:50                   ` Timothy A. Seufert
2000-09-01 15:03               ` Tom Rini
2000-08-31 16:19         ` Benjamin Herrenschmidt
2000-08-31 16:04       ` Gabriel Paubert
2000-08-31 16:22         ` Benjamin Herrenschmidt
2000-09-01 14:40           ` Geert Uytterhoeven
2000-09-01 14:40         ` Geert Uytterhoeven
2000-09-01 16:31           ` Dan Malek

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).