chipsec.modules.common.gpio moduleΒΆ

Common checks for PCH GPIO protections

Returns a WARNING when GPIO registers are not locked. General recommendation is to lock down GPIO registers to not allow software to drive GPIO pins at runtime but THIS IS IMPLEMENTATION SPECIFIC and can vary by platform.

Usage:

chipsec_main -m common.gpio

Example:
>>> chipsec_main.py -m common.gpio

Runs on client (core) systems