Files
chipsec-chipsec/docs/sphinx/development/Platform-Detection.rst
T
Sae86 947ab238a1 Improvements to sphinx
Signed-off-by: Sae86 <sara.batllori@intel.com>
2021-10-26 15:05:45 -07:00

30 lines
666 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.. _Platform-Detection:
Methods for Platform Detection
==============================
Uses PCI VID and DID to detect processor and PCH
------------------------------------------------
Processor 0:0.0
PCH 0:31.0
Chip information located in ``chipsec/chipset.py``
--------------------------------------------------
Currently requires VID of 0x8086
DID is used as the lookup key
If there are matching DID, will fall back to cpuid check for CPU
Platform Configuration Options
------------------------------
Select a specific platform using the ``p`` flag
Specify PCH using the ``-pch`` flag
Ignore the platform specific registers using the ``-i`` flag