From: Robert Hancock <hancockr@shaw.ca>
To: Jesse Barnes <jesse.barnes@intel.com>
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] support PCI MCFG space on Intel i915 bridges
Date: Mon, 30 Apr 2007 17:20:04 -0600 [thread overview]
Message-ID: <463679A4.60704@shaw.ca> (raw)
In-Reply-To: <200704301225.22016.jesse.barnes@intel.com>
Jesse Barnes wrote:
> On Sunday, April 29, 2007 7:10 pm Robert Hancock wrote:
>> Jesse Barnes wrote:
>>> Add support for Intel 915 bridge chips to the new PCI MMConfig
>>> detection code. Tested and works on my sole 915 based platform (a
>>> Toshiba laptop). I added register masking per Oliver's suggestion,
>>> and moved the __init qualifier to after the 'static const char' to
>>> match Ogawa-san's recent cleanup patches.
>>>
>>> Signed-off-by: Jesse Barnes <jesse.barnes@intel.com>
>>>
>>> diff --git a/arch/i386/pci/mmconfig-shared.c
>>> b/arch/i386/pci/mmconfig-shared.c index 747d8c6..1339d31 100644
>>> --- a/arch/i386/pci/mmconfig-shared.c
>>> +++ b/arch/i386/pci/mmconfig-shared.c
>>> @@ -72,6 +72,26 @@ static const char __init *pci_mmcfg_e7520(void)
>>> return "Intel Corporation E7520 Memory Controller Hub";
>>> }
>>>
>>> +static const char __init *pci_mmcfg_intel_915(void)
>>> +{
>>> + u32 pciexbar, len = 0;
>>> +
>>> + pci_conf1_read(0, 0, PCI_DEVFN(0,0), 0x48, 4, &pciexbar);
>>> +
>>> + /* No enable bit or size field, so assume 256M range is
>>> enabled. */ + len = 0x10000000U;
>> Check the 915 spec more carefully, there is an enable bit, it's in
>> the DEVEN register offset 54h, the bit is called PCIEXBAREN (bit 31).
>> If that is not set you should be setting pci_mmcfg_config_num to 0
>> and bailing out.
>
> Right, but you patch should obsolete this stuff anyway. I'll test it
> out in the next few days.
We likely still want this chipset-specific support, it will catch the
case where the MCFG table lists a location which is reserved in ACPI but
the chipset was actually programmed to a different location entirely,
which I seem to remember someone mentioning was actually the case on
some boards..
--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@nospamshaw.ca
Home Page: http://www.roberthancock.com/
next prev parent reply other threads:[~2007-04-30 23:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <fa.aWIs6SNmpl2IhGAAoSWJu6oKjPo@ifi.uio.no>
2007-04-30 2:10 ` [PATCH] support PCI MCFG space on Intel i915 bridges Robert Hancock
2007-04-30 19:25 ` Jesse Barnes
2007-04-30 23:20 ` Robert Hancock [this message]
2007-05-01 23:27 ` Jesse Barnes
2007-05-01 23:59 ` Robert Hancock
2007-04-26 19:27 Jesse Barnes
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=463679A4.60704@shaw.ca \
--to=hancockr@shaw.ca \
--cc=akpm@linux-foundation.org \
--cc=jesse.barnes@intel.com \
--cc=linux-kernel@vger.kernel.org \
/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.