mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
947ab238a1
Signed-off-by: Sae86 <sara.batllori@intel.com>
30 lines
666 B
ReStructuredText
30 lines
666 B
ReStructuredText
.. _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
|