mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
e5bd7a327b
Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com>
80 lines
2.4 KiB
XML
80 lines
2.4 KiB
XML
<?xml version="1.0"?>
|
|
<configuration platform="CML">
|
|
<!-- XML configuration file for Comet Lake -->
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- Integrated devices -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<pci>
|
|
</pci>
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- Memory Mapped I/O spaces (MMIO BARs) -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<mmio>
|
|
<bar name="GTTMMADR" bus="0" dev="2" fun="0" reg="0x10" width="8" mask="0x7FFF000000" desc="Graphics Translation Table Range"/>
|
|
</mmio>
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- I/O spaces (I/O BARs) -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<io>
|
|
</io>
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- Memory ranges -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<memory>
|
|
</memory>
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- Configuration registers -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<registers>
|
|
|
|
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
|
<!-- PCIe Configuration registers -->
|
|
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
|
|
|
<!-- Sideband Register Access Registers -->
|
|
|
|
<!-- Power Management Controller -->
|
|
|
|
<!-- SMBus Host Controller -->
|
|
|
|
<!-- SPI Interface Controller -->
|
|
|
|
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
|
<!-- MMIO registers -->
|
|
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
|
|
|
<!-- PCH SPIBAR registers -->
|
|
|
|
<!-- PCH RTC registers -->
|
|
|
|
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
|
<!-- I/O registers (I/O ports) -->
|
|
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
|
|
|
<!-- PCH TCOBASE (SMBus TCO) I/O registers -->
|
|
|
|
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
|
<!-- Undefined Registers -->
|
|
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
|
|
|
|
</registers>
|
|
|
|
<controls>
|
|
</controls>
|
|
|
|
</configuration> |