* About monta-vista linux for ppc 405gp
@ 2001-01-17 4:22 Hua Ji
2001-01-17 20:03 ` Frank Rowand
0 siblings, 1 reply; 2+ messages in thread
From: Hua Ji @ 2001-01-17 4:22 UTC (permalink / raw)
To: 'frowand@mvista.com'; +Cc: linuxppc-dev
Thanks Frank.
I already loaded the linux package. A quick question.
>From makefile, I didn't see support for 405GP, but I do see the support for
403.
Also, for 4xx, the kernel init codes is started from head_4xx.S. Am I right?
Thanks -Hua
--------------------
ifdef CONFIG_4xx
CFLAGS := $(CFLAGS) -mcpu=403
endif
ifdef CONFIG_8xx
CFLAGS := $(CFLAGS) -mcpu=860 -I../8xx_io
endif
ifdef CONFIG_PPC64BRIDGE
CFLAGS := $(CFLAGS) -Wa,-mppc64bridge
endif
ifdef CONFIG_4xx
HEAD := arch/ppc/kernel/head_4xx.o
else
-----------------------
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: About monta-vista linux for ppc 405gp
2001-01-17 4:22 About monta-vista linux for ppc 405gp Hua Ji
@ 2001-01-17 20:03 ` Frank Rowand
0 siblings, 0 replies; 2+ messages in thread
From: Frank Rowand @ 2001-01-17 20:03 UTC (permalink / raw)
To: Hua Ji; +Cc: 'frowand@mvista.com', linuxppc-dev
Hua Ji wrote:
>
> Thanks Frank.
>
> I already loaded the linux package. A quick question.
> From makefile, I didn't see support for 405GP, but I do see the support for
> 403.
-mcpu=403 is correct for the 405. That may eventually change with a newer compiler.
> Also, for 4xx, the kernel init codes is started from head_4xx.S. Am I right?
Yes, that is correct.
> Thanks -Hua
>
> --------------------
> ifdef CONFIG_4xx
> CFLAGS := $(CFLAGS) -mcpu=403
> endif
>
> ifdef CONFIG_8xx
> CFLAGS := $(CFLAGS) -mcpu=860 -I../8xx_io
> endif
>
> ifdef CONFIG_PPC64BRIDGE
> CFLAGS := $(CFLAGS) -Wa,-mppc64bridge
> endif
>
> ifdef CONFIG_4xx
> HEAD := arch/ppc/kernel/head_4xx.o
> else
> -----------------------
-Frank
--
Frank Rowand <frank_rowand@mvista.com>
MontaVista Software, Inc
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-01-17 20:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-17 4:22 About monta-vista linux for ppc 405gp Hua Ji
2001-01-17 20:03 ` Frank Rowand
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).