Bug 8368 - nVidia MCP55 requires "acpi_use_timer_override" in IOAPIC mode
Summary: nVidia MCP55 requires "acpi_use_timer_override" in IOAPIC mode
Status: RESOLVED CODE_FIX
Alias: None
Product: Timers
Classification: Unclassified
Component: Interval Timers (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Andi Kleen
URL:
Keywords:
Depends on:
Blocks: 7928 8219 56331
  Show dependency tree
 
Reported: 2007-04-24 04:20 UTC by Artem S. Tashkinov
Modified: 2013-04-09 06:23 UTC (History)
3 users (show)

See Also:
Kernel Version: 2.6.21
Subsystem:
Regression: ---
Bisected commit-id:


Attachments
Miscellaneous PC information gathered from /proc and other utilities (46.83 KB, application/octet-stream)
2007-04-24 04:24 UTC, Artem S. Tashkinov
Details
ACPI dumps (35.31 KB, application/octet-stream)
2007-04-24 22:52 UTC, Artem S. Tashkinov
Details
dmesg and /proc output with acpi_use_timer_override option (8.03 KB, application/octet-stream)
2007-04-28 01:33 UTC, Artem S. Tashkinov
Details
Force acpi_use_timer_override on NFORCE5 chipset (2.06 KB, patch)
2007-06-11 09:05 UTC, Alexey Starikovskiy
Details | Diff
earlyquirk.c rediffed (1.08 KB, patch)
2007-06-19 21:36 UTC, Artem S. Tashkinov
Details | Diff

Description Artem S. Tashkinov 2007-04-24 04:20:33 UTC
Most recent kernel where this bug did *NOT* occur: not known, I've tested only
2.6.20.7 release and the aforementioned kernel version.
Distribution: doesn't matter - a kernel bug

Hardware Environment:
CPU:  AMD Athlon 64 4200+ EE CPU
MoBo: nForce 570 SLI chipset GigaByte GA-M57SLI-S4 with F8 (latest) BIOS
RAM: 1GB 667MHz noname

Software Environment: doesn't matter

Problem Description: i386 SMP kernel (2.6.20.7 and latest 2.6.21 snapshot) won't
boot giving this error message (root=/dev/sda6 ro reboot=warm apic=debug)

CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 02
Total of 2 processors activated (8851.10 BogoMIPS).
Enabling IO-APIC IRQs
..Timer: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
..MP-BIOS bug: 8254 timer not connected to IO-APIC
... trying to setup timer (IRQ0) through the 8259A ... failed
... trying to setup timer as Virtual Wire IRQ  ... failed
... trying to setup timer as extINT IRQ ... failed :(.
Kernel panic - not syncing: IO-APIC + timer doesn't work. Boot with apic=debug

Steps to reproduce: compile kernel, try to boot
Comment 1 Artem S. Tashkinov 2007-04-24 04:24:08 UTC
Created attachment 11259 [details]
Miscellaneous PC information gathered from /proc and other utilities

The kernel *will* boot with these options:

acpi=ht
acpi=off
acpi=noirq
noapic

So probably this problem is related to ACPI subsystem.
Comment 2 Andi Kleen 2007-04-24 05:55:34 UTC
Looks like a ACPI problem to me when it works with acpi=ht

Best would be if you add acpidmp output
Comment 3 Artem S. Tashkinov 2007-04-24 22:52:08 UTC
Created attachment 11265 [details]
ACPI dumps
Comment 4 Zhang Rui 2007-04-26 01:49:59 UTC
>Nvidia board detected. Ignoring ACPI timer override.
>If you got timer trouble try acpi_use_timer_override
this is from the dmesg. 
So what about boot with acpi_use_timer_override?
Comment 5 Artem S. Tashkinov 2007-04-28 01:33:10 UTC
Created attachment 11306 [details]
dmesg and /proc output with acpi_use_timer_override option

> So what about boot with acpi_use_timer_override?

This option indeed solved this issue. Nevertheless this has to be fixed in the
kernel.
Comment 6 Zhang Rui 2007-04-29 00:48:24 UTC
No, this kernel parameter is for some Nvidia NF5 boards that require a timer
override, but don't have HPET.
I think that's the real problem. :)
Comment 7 Artem S. Tashkinov 2007-04-29 06:19:29 UTC
No kernel documentation reflects your words, thus you are leaving nForce5 users
with no choice but to never run Linux kernel.

// I'm sorry, but I find this bugzilla useless and worthless.
Comment 8 Andi Kleen 2007-04-29 07:13:18 UTC
The Nforce5 problem is known. It is a unfortunate combination of an
BIOS bug in older Nvidia systems and then a change in NF5 that
suddenly required the previously buggy part.

Also Windows doesn't use this particular part of the ACPI BIOS so 
most vendors never bothered to fix it.

There were some attempts to fix it properly by probing the hardware
more aggressively, but they caused too much breakage. Might be reintroduced later.

For completeness can you add your lspci output please?
Comment 9 Artem S. Tashkinov 2007-04-29 08:20:46 UTC
My lspci output can be found in the first attachment ;-)

http://bugme.osdl.org/attachment.cgi?id=11259&action=view
Comment 10 Artem S. Tashkinov 2007-05-08 08:36:36 UTC
Andy, will there be any workaround in the future kernel releases?
Comment 11 Natalie Protasevich 2007-05-21 16:31:13 UTC
Andi,
could it be a wrong IO-APIC setup (mode, dest id etc.)? Maybe io-apic dump would
help along with boot trace showing APIC IDs...
Comment 12 Alexey Starikovskiy 2007-06-08 06:17:27 UTC
Andi,
Do I understand right, and skip_timer_override was added for NFORCE2 and NFORCE3,
and now we appear to not need it on NFORCE5? May be we could change to skip
override only on some selected chipsets (e.g. NFORCE2&3) and leave NFORCE5 intact?
Comment 13 Andi Kleen 2007-06-11 03:28:28 UTC
Yes, but so far we couldn't figure out the correct PCI IDs for that.
I tried asking nvidia, but they didn't answer.
Comment 14 Alexey Starikovskiy 2007-06-11 09:05:47 UTC
Created attachment 11732 [details]
Force acpi_use_timer_override on NFORCE5 chipset

Please try if this patch helps...
MCP55 PCI Bridge ID is found in pciutils package.
Comment 15 Artem S. Tashkinov 2007-06-12 00:18:35 UTC
My PC will be functional on Friday only, so, please, wait.
Comment 16 Artem S. Tashkinov 2007-06-19 21:36:37 UTC
Created attachment 11806 [details]
earlyquirk.c rediffed

I have rediffed your patch so that it applies cleanly on 2.6.21.5 kernel.

And, yes, the problem is now gone. I hope this patch will be merged with 2.6.22 kernel.
Comment 17 Michael Evans 2007-07-21 02:10:46 UTC
These other bug threads may help for those still having issues (who found this thread)

http://bugzilla.kernel.org/show_bug.cgi?id=8714
http://bugzilla.kernel.org/show_bug.cgi?id=8219

As of gentoo's 2.6.22-gentoo-r1 #1 SMP compiled Fri Jul 20 2007, I still require acpi_use_timer_override, however all the details are in the later thread.
Comment 18 Artem S. Tashkinov 2007-07-21 02:14:52 UTC
It's strange that I still don't see any updates on the ACPI side.

As for 2.6.22 I still have to use acpi_use_timer_override as a kernel boot option.
Comment 20 Artem S. Tashkinov 2007-07-21 06:21:32 UTC
The first patch in this thread has solved this issue.

Andi, I see that you completely purge arch/i386/kernel/acpi/earlyquirk.c and add some new stuff to arch/x86_64/kernel/early-quirks.c

How are you patches supposed to work if I run i386 kernel? I will test your patches a bit later.
Comment 21 Len Brown 2007-07-25 22:40:09 UTC
I'd apply Alexey's patch, but it looks like Andi has bigger plans
for early-quirk.  Re-assigning to Andi.
Comment 22 Artem S. Tashkinov 2007-07-27 08:39:58 UTC
Andi, I will retest your patches when at least 2.6.23-rc2 is out.
Comment 23 Len Brown 2007-09-05 15:17:53 UTC
moving to timers category from ACPI category
Comment 24 Artem S. Tashkinov 2007-09-26 14:25:38 UTC
This bug doesn't trigger on my PC any longer because a newer GigaByte BIOS (11b), where a working HPET timer was introduced, has fixed this issue.

Note You need to log in before you can comment on or make changes to this bug.