apicedge

Differences between revisions 1 and 2
Revision 1 as of 2011-08-18 09:55:36
Size: 999
Editor: colin-king
Comment:
Revision 2 as of 2016-01-11 07:24:14
Size: 1056
Editor: anthonywong
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Kernel/Reference/fwts/apicedge

Firmware Test Suite - apicedge test

This test sanity checks APIC irq edge/level configuration. The rule of thumb is as follows:

  • Interrupts < 16 should be edge triggered

  • Interrupts >= 16 should be level triggered

  • The ACPI interrupt should be level triggered.

The data is gathered from /proc/interrupts, parsed and checked.

Examples:

fwts apicedge -

..runs the test on your machine and dumps the output to stdout.

Explanation of test results

Certain test results may require a little more explanation. This section will try and give some context to specific test failures.

Error ID

Explanation

ACPIIRQEdgeTrig

ACPI interrupt is edge triggered and should be level triggered.

LegacyIRQLevelTrig

Legacy interrupt is level triggered and should be edge triggered.

NonLegacyIRQLevelTrig

Non-legacy interrupt is edge triggered and should be level triggered.

FirmwareTestSuite/Reference/apicedge (last edited 2016-01-11 07:24:14 by anthonywong)