From: Bjorn Helgaas <bhelgaas@google.com>
To: "Hornung, Michael" <mhornung@init-ka.de>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
linux-pci@vger.kernel.org
Subject: Re: Kernel > 2.6.30: PCI issue causes Kernel freeze at booting
Date: Tue, 17 May 2011 08:48:38 -0600 [thread overview]
Message-ID: <BANLkTimNSe5JjM2+_-XzS7D8XPeZrPL0oA@mail.gmail.com> (raw)
In-Reply-To: <334319B2EBE0B144BAE1402B79D82DC5CE13B056@srvpegasus>
[added linux-pci]
On Tue, May 17, 2011 at 1:01 AM, Hornung, Michael <mhornung@init-ka.de> wrote:
> the system from which I'm talking about is a Menlow XL (Intel Atom Z510PT and SCH US15WPT) platform with 512 megabyte RAM.
> There is one PCIe-switch (PI7C9X20404SL) attached to each of both PCIe-ports of the US15WPT (see attached 2.6.30-lspci.txt for details).
I think you forgot to attach the lspci.
> With both switches enabled, all Kernel versions (vanilla) above 2.6.30 refuse to boot. With only one switch active
> (the other one with no supply voltage ), all Kernel versions boot properly. It does not matter which switch is removed, it
> is sufficient just to remove one of the two.
>
> There is an UART (FPGA IP Core) in that system located at address 1900h using interrupt 3. In order to get Kernel messages at boot time,
> I changed file arch/x86/include/asm/serial.h as follows:
>
> - { 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \
> + { 0, BASE_BAUD, 0x1900, 3, STD_COM_FLAGS }, /* ttyS0 */ \
>
> that is the only change I made to the kernel sources.
Is this UART connected via PCI? I don't think so, because I don't see
any I/O BARs that include 0x1900. However, I don't see any ACPI
devices that mention that address either (none of the "pnp 00:xx"
devices include that range).
Since there's no PCI-enumerable device that uses 0x1900, and ACPI
doesn't mention it, we think it's available, and I notice the 2.6.38.6
kernel does assign the [io 0x1000-0x1fff] range to the 00:1c.1 bridge
I/O window. Now we probably have two devices claiming accesses to
0x1900 (the bridge and the UART). I don't know whether this is
causing the problem, but it can't be good.
I think the best way to fix this would be to change your BIOS to
include a PNP0501 ACPI device with the appropriate _CRS to tell us
what resources it uses (then you could drop your serial.h change,
too).
If changing the BIOS is impossible, you could at least find out if
this is the problem by adding a quirk in drivers/pnp/quirks.c to
reserve the 0x1900 region by adding an I/O resource to the PNP0c02
device.
Bjorn
next prev parent reply other threads:[~2011-05-17 14:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-17 7:01 Kernel > 2.6.30: PCI issue causes Kernel freeze at booting Hornung, Michael
2011-05-17 14:48 ` Bjorn Helgaas [this message]
2011-05-18 7:44 ` AW: " Hornung, Michael
2011-05-18 13:56 ` Bjorn Helgaas
2011-05-23 16:29 ` Bjorn Helgaas
2011-05-25 12:28 ` AW: " Hornung, Michael
2011-05-25 15:55 ` Bjorn Helgaas
2011-05-27 6:48 ` AW: " Hornung, Michael
2011-06-01 16:36 ` Bjorn Helgaas
2011-06-09 8:48 ` AW: " Hornung, Michael
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=BANLkTimNSe5JjM2+_-XzS7D8XPeZrPL0oA@mail.gmail.com \
--to=bhelgaas@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=mhornung@init-ka.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 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).