mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
14bda6657d
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
64 lines
2.7 KiB
XML
64 lines
2.7 KiB
XML
<?xml version="1.0"?>
|
|
<configuration platform="MTL" req_pch="True">
|
|
<!-- XML configuration file for Ice Lake -->
|
|
<!--
|
|
CHIPSEC: Platform Security Assessment Framework
|
|
Copyright (c) 2018-2021, Intel Corporation
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU General Public License
|
|
as published by the Free Software Foundation; Version 2.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
Contact information:
|
|
chipsec@intel.com
|
|
-->
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- Information -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<info family="core" detection_value="0xA06A4">
|
|
<sku did="0x7D00" name="Meteor Lake" code="MTL" longname="MTL-M 282 - Placeholder" />
|
|
</info>
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- Integrated devices -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<pci>
|
|
<device name="HOSTCTL" bus="0x00" dev="0x00" fun="0" config="HOSTCTL.hostctl1.xml"/>
|
|
<!-- <device name="HOSTCTL" bus="0x00" dev="0x00" fun="0" config="IOMMU.iommu.xml"/> -->
|
|
<device name="IGD" bus="0x00" dev="0x02" fun="0" config="IGD.igd0.xml" />
|
|
<device name="MEI1" bus="0x00" dev="0x16" fun="0" config="ME.mei0.xml" />
|
|
<device name="P2SBC" bus="0x00" dev="0x1F" fun="1" config="P2SB.p2sbc0.xml" />
|
|
<device name="SMBUS" bus="0x00" dev="0x1F" fun="4" config="SMBUS.smbus0.xml" />
|
|
<device name="SPI" bus="0x00" dev="0x1F" fun="5" config="SPI.spi0.xml" />
|
|
<!-- <device name="SPI" bus="0x00" dev="0x1F" fun="5" config="SPI.descriptor0.xml" /> -->
|
|
</pci>
|
|
|
|
<msr>
|
|
<definition name="MSR" config="MSR.msr2.xml" />
|
|
</msr>
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- Memory ranges -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<memory>
|
|
<range name="TPM" access="mmio" address="0xFED40000" limit="0xFED4FFFF" config="TPM.tpm12.xml" />
|
|
</memory>
|
|
|
|
</configuration>
|