On 9/22/07, Robert Hancock <hancockr@xxxxxxx> wrote:Thomas Gleixner wrote:On Sat, 2007-09-22 at 10:28 -0600, Robert Hancock wrote:MMCONFIG can't be used without ACPI in any case unless we know where theYinghai Lu wrote:We all know how correct ACPI tables are. Specifications are nice,No!I don't think this is unreasonable. The ACPI MCFG table is how we are
MMCONFIG will not work with acpi=off any more.
supposed to learn about the area in the first place. If we can't get the
table location via an approved mechanism, and can't validate it doesn't
overlap with another memory reservation or something, I really don't
think we should be using it.
reality tells a different story.
table is using chipset-specific knowledge (i.e. reading the registers
directly). Doing that without being told that this area is really
intended to be used, via the ACPI table, is dangerous, i.e. we don't
necessarily know if the MMCONFIG is broken on the platform in some way
we can't detect.
the BIOS get these info from the chipset too.
for AMD Fam 10h opteron, we can read that MSR for MMCONFIG base.
If someone has to turn ACPI off, disabling MMCONFIG is probably theI don't think it's much of an issue anyway - the chances that somebodyacpi=off is an often used debug switch and it _is_ quite useful. Taking
will want to run without ACPI on a system with MCFG are pretty low given
that you'll end up losing a bunch of functionality (not least of which
is multi-cores).
away debug functionality is not a good idea.
least of their worries..
MMCONFIG has nothing to do ACPI..., just becase MCFG in the ACPI, we
must use ACPI for MMCONFIG?
For AMD Fam 10h opteron, because using MMCONFIG need via %eax, so BIOS
will stilll stay with MCFG entry for MCP55 SB to not break other
os..., then you can not access ext config space for NB...
with enabling MMCONFIG in NB, and read NNCONFIG BASE from NB,( via
pci_mmcfg_check_hostbridge) that we get full MMCONFIG access for NB...
Anyway this patch alter the feature...
BTW if you trust MCFG in ACPI so much, why do you need to bother to
verify that in DSDT...