* pci on ppc
@ 2004-06-30 10:33 Marco Schramel
2004-06-30 12:10 ` Oliver Korpilla
2004-06-30 13:50 ` David Woodhouse
0 siblings, 2 replies; 3+ messages in thread
From: Marco Schramel @ 2004-06-30 10:33 UTC (permalink / raw)
To: PPC_LINUX
Hi,
my kernel does not boot with the kernel option "CONFIG_PCI". (System MPC8270 (PQ2FADS), 2.4.25 denx kernel, eldk 3.0).
Without the pci option it can boot without problems.
UBoot supports my pci. It shows the bridge and the cards i put in.
What i have to attend in the kernel for the 82xx?
Where the function "m8260_setup_arch()" (m8260_setup.c) is called ?? With the pci option the kernel does not call this function.
Thanks a lot
Marco
---------
Marco Schramel
R&D
Bartec GmbH
Schulstr. 30
94239 Gotteszell, Germany
www.bartec.de
Marco.Schramel@go.bartec.de
Phone: +49 (0)9929/301332
Fax: +49 (0)9929/301112
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: pci on ppc
2004-06-30 10:33 pci on ppc Marco Schramel
@ 2004-06-30 12:10 ` Oliver Korpilla
2004-06-30 13:50 ` David Woodhouse
1 sibling, 0 replies; 3+ messages in thread
From: Oliver Korpilla @ 2004-06-30 12:10 UTC (permalink / raw)
To: Marco Schramel; +Cc: PPC_LINUX
Marco Schramel wrote:
> Where the function "m8260_setup_arch()" (m8260_setup.c) is called ?? With the pci option the kernel does not call this function.
>
I don't know If I understand you right or this is helpful to you, but these
functions are never called directly, but instead in platform_init() function
pointers are stored in the ppc_md struct variable, and this holds true for
m8260_setup_arch() as well (in arch/ppc/kernel/m8260_setup.c):
ppc_md.setup_arch = m8260_setup_arch;
There's always only one platform_init() due to the linking process, so there's
no name clash.
Could you elaborate a bit on your PCI problem anyway? Is your board standard or
custom?
With kind regards,
Oliver Korpilla
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: pci on ppc
2004-06-30 10:33 pci on ppc Marco Schramel
2004-06-30 12:10 ` Oliver Korpilla
@ 2004-06-30 13:50 ` David Woodhouse
1 sibling, 0 replies; 3+ messages in thread
From: David Woodhouse @ 2004-06-30 13:50 UTC (permalink / raw)
To: Marco Schramel; +Cc: PPC_LINUX
On Wed, 2004-06-30 at 12:33 +0200, Marco Schramel wrote:
> Hi,
>
> my kernel does not boot with the kernel option "CONFIG_PCI". (System MPC8270 (PQ2FADS), 2.4.25 denx kernel, eldk 3.0).
> Without the pci option it can boot without problems.
> UBoot supports my pci. It shows the bridge and the cards i put in.
> What i have to attend in the kernel for the 82xx?
Try it in the 2.6 kernel and I'll actually try to care. IF you haven't
_already_ got 2.4 working, why in $DEITY's name would you be starting to
use it now?
--
dwmw2
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-06-30 13:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-30 10:33 pci on ppc Marco Schramel
2004-06-30 12:10 ` Oliver Korpilla
2004-06-30 13:50 ` David Woodhouse
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).