From: Andre Schwarz <andre.schwarz@matrix-vision.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] MPC8343 PCI setup
Date: Fri, 04 Apr 2008 14:56:21 +0200 [thread overview]
Message-ID: <47F62575.8040007@matrix-vision.de> (raw)
In-Reply-To: <DpzldAuO.1207248700.7986240.tor@localhost>
Tor Krill schrieb:
>
> On 4/3/2008, "Andre Schwarz" <andre.schwarz@matrix-vision.de> wrote:
>
>
>> All,
>>
>
> Hi Andre and others,
>
>
>> currently I'm trying to bring up a mpc8343 based system.
>> Latest u-boot v1.3.2 is running fine.
>>
>> The MPC8343 has a single 32-Bit PCI Bus running at 66MHz.
>> Connected are a FPGA (IDSEL 11 + IRQ0) and a miniPCI Slot (IDSEL12 +
>> IRQ1).
>>
>> Unfortunately the kernel panics during/after PCI setup.
>>
>
> Not sure if this is related. But i got strange problems with PCI after
> the patch "Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
> (55774b512fdf63c..) was added.
>
> My symptoms where missed interrupts on sata dma in Linux. U-boot where
> however fine. Adding the above config solved my problems. Not really
> sure why i experienced this. We have no PCI bridge on our board.
>
> /Tor
>
Tor,
thanks for your reply.
I'm also not sure if it's a PCI issue anymore ...
Kernel config has been reduced to a minimum : no PCI, no netwoking, i2c,
spi ...
dts has been reduced to the CPU, soc and ipic.
U-Boot fills out dtb correctly - as far as I can see.
Kernel crashes on various "of_" functions.
There's also strange messages :
WARNING: Estimating decrementer frequency (not found)
WARNING: Estimating processor frequency (not found)
They're coming from "generic_calibrate_decr()" in kernel/time.c.
Looks like there something basically wrong with my dtb
location/processing, since the "timebase-frequency" is present and valid :
cpus {
#address-cells = <0x00000001>;
#size-cells = <0x00000000>;
PowerPC,8343 at 0 {
device_type = "cpu";
reg = <0x00000000>;
d-cache-line-size = <0x00000020>;
i-cache-line-size = <0x00000020>;
d-cache-size = <0x00008000>;
i-cache-size = <0x00008000>;
timebase-frequency = <0x03f940aa>;
bus-frequency = <0x0fe502a8>;
clock-frequency = <0x17d783fc>;
};
};
Any hints ?
regards,
Andre
MATRIX VISION GmbH, Talstra?e 16, DE-71570 Oppenweiler - Registergericht: Amtsgericht Stuttgart, HRB 271090
Gesch?ftsf?hrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080404/9043ecbc/attachment.htm
prev parent reply other threads:[~2008-04-04 12:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-03 16:37 [U-Boot-Users] MPC8343 PCI setup Andre Schwarz
2008-04-03 18:51 ` Tor Krill
2008-04-04 12:56 ` Andre Schwarz [this message]
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=47F62575.8040007@matrix-vision.de \
--to=andre.schwarz@matrix-vision.de \
--cc=u-boot@lists.denx.de \
/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.