From: Barry Scott <barry.scott@onelan.co.uk>
To: unlisted-recipients:; (no To-header on input)
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.17-rc6 does not boot on HP dc7600u - MCFG area is not E820-reserved
Date: Thu, 15 Jun 2006 15:35:25 +0100 [thread overview]
Message-ID: <4491702D.2040107@onelan.co.uk> (raw)
In-Reply-To: <44915098.3070404@onelan.co.uk>
Barry Scott wrote:
> I'm trying to boot 2.6.17-rc6 with Mismatched section patches applied.
>
> On my HP dc7600U the last messages printed are:
>
> PCI: BUIS Bug: MCFG area is not E820-reserved
> PCI: Not using MMCONFIG
>
> Googling I found a message about a IBM laptop reporting this message
> but that it did go on to boot. THere was a suggestion that the test
> should be
> removed. I commented out the code and I can boot further.
>
> Here is the code I patched.
>
> --- arch/i386/pci/mmconfig.c~ 2006-06-15 13:04:58.000000000 +0100
> +++ arch/i386/pci/mmconfig.c 2006-06-15 13:04:58.000000000 +0100
> @@ -194,17 +194,19 @@
> if ((pci_mmcfg_config_num == 0) ||
> (pci_mmcfg_config == NULL) ||
> (pci_mmcfg_config[0].base_address == 0))
> return;
>
> +/* qqq
> if (!e820_all_mapped(pci_mmcfg_config[0].base_address,
> pci_mmcfg_config[0].base_address +
> MMCONFIG_APER_SIZE,
> E820_RESERVED)) {
> printk(KERN_ERR "PCI: BIOS Bug: MCFG area is not
> E820-reserved\n");
> printk(KERN_ERR "PCI: Not using MMCONFIG.\n");
> return;
> }
> +qqq */
>
> printk(KERN_INFO "PCI: Using MMCONFIG\n");
> raw_pci_ops = &pci_mmcfg;
> pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF;
>
> Barry
>
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
Chuck Ebbert's MMCONFIG patch fixes this problem for me.
Barry
next prev parent reply other threads:[~2006-06-15 14:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-15 12:20 2.6.17-rc6 does not boot on HP dc7600u - MCFG area is not E820-reserved Barry Scott
2006-06-15 14:35 ` Barry Scott [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-06-16 3:00 Chuck Ebbert
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=4491702D.2040107@onelan.co.uk \
--to=barry.scott@onelan.co.uk \
--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.