aspm

Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2012-10-09 09:53:09
Size: 1887
Editor: 175
Comment:
Revision 5 as of 2016-01-11 07:25:57
Size: 1961
Editor: anthonywong
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Kernel/Reference/fwts/aspm
Line 3: Line 4:
ASPM is a power-saving protocol used in PCI Express. ASPM enablement can be configured by BIOS or by an OS. This test checks the enablement method in ACPI table and verifies the correctness of the ASPM configuration.
Line 33: Line 35:

====================================================================================================
1 passed, 0 failed, 4 warnings, 0 aborted, 0 skipped, 0 info only.
====================================================================================================
Line 42: Line 40:
{{{sudo fwts aspm -}}} {{{sudo fwts aspm}}}
Line 48: Line 46:

Line 51: Line 47:
||PCIEASPM_UNMATCHED||123.|| ||PCIEASPM_UNMATCHED||Unmatched configuration indicates the system is not saving power at its full potential.||

Firmware Test Suite - aspm test

ASPM is a power-saving protocol used in PCI Express. ASPM enablement can be configured by BIOS or by an OS. This test checks the enablement method in ACPI table and verifies the correctness of the ASPM configuration.

Example output from this test:

PCIe ASPM check.
----------------------------------------------------------------------------------------------------
Test 1 of 2: PCIe ASPM ACPI test.
PCIE ASPM is not controlled by Linux kernel.

ADVICE: BIOS reports that Linux kernel should not modify ASPM settings that BIOS configured. It can
be intentional because hardware vendors identified some capability bugs between the motherboard and
the add-on cards.


Test 2 of 2: PCIe ASPM registers test.
WARNING: Test 2, RP 00h:1Ch.01h L0s not enabled.
WARNING: Test 2, RP 00h:1Ch.01h L1 not enabled.
WARNING: Test 2, Device 03h:00h.00h L0s not enabled.
WARNING: Test 2, Device 03h:00h.00h L1 not enabled.

ADVICE: The ASPM L0s low power Link state is optimized for short entry and exit latencies, while
providing substantial power savings. Disabling L0s of a PCIe device may increases power consumption,
and will impact the battery life of a mobile system.


ADVICE: The ASPM L1 low power Link state is optimized for maximum power savings with longer entry
and exit latencies. Disabling L1 of a PCIe device may increases power consumption, and will impact
the battery life of a mobile system significantly.

PASSED: Test 2, PCIE aspm setting matched was matched.

Examples:

sudo fwts aspm

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

PCIEASPM_UNMATCHED

Unmatched configuration indicates the system is not saving power at its full potential.

FirmwareTestSuite/Reference/aspm (last edited 2016-01-11 07:25:57 by anthonywong)