mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
65aeb72182
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
66 lines
2.8 KiB
XML
66 lines
2.8 KiB
XML
<?xml version="1.0"?>
|
|
<configuration platform="LNL" req_pch="False">
|
|
<!-- XML configuration file for Lunar Lake -->
|
|
<!--
|
|
CHIPSEC: Platform Security Assessment Framework
|
|
Copyright (c) 2026, 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
|
|
|
|
LNL Datasheet Vol1: 829568
|
|
LNL Datasheet Vol2: 831519
|
|
-->
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- Information -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<info family="core" detection_value="0xB06D0-0xB06D1">
|
|
<sku did="0x6400" name="Lunar Lake" code="LNL" longname="Core Ultra 200V Series Processor" />
|
|
</info>
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- Integrated devices -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<pci>
|
|
<!-- Using default configuration files for devices. Need to verify registers once documentation is available. CHIPSEC results may be wrong. -->
|
|
<device name="HOSTCTL" bus="0x00" dev="0x00" fun="0" did="0x6400" config="HOSTCTL.hostctl1.xml"/>
|
|
<device name="IGD" bus="0x00" dev="0x02" fun="0" did="0x64A0" config="IGD.igd0.xml" />
|
|
<device name="DTT" bus="0x00" dev="0x04" fun="0" did="0x641D" />
|
|
<device name="MEI1" bus="0x00" dev="0x16" fun="0" did="0xA870" config="ME.mei0.xml" />
|
|
<device name="P2SBC" bus="0x00" dev="0x1F" fun="1" did="0xA84C,0xA820" config="P2SB.p2sbc0.xml" />
|
|
<device name="SPI" bus="0x00" dev="0x1F" fun="5" did="0xA823" config="SPI.spi0.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>
|