Files
chipsec-chipsec/chipsec/cfg/8086/adl.xml
Nathaniel Mitchell 5aaf69f6d0 Get iommu working
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2025-05-08 01:07:54 +08:00

97 lines
4.7 KiB
XML

<?xml version="1.0"?>
<configuration platform="ADL" req_pch="True">
<!--
CHIPSEC: Platform Security Assessment Framework
Copyright (c) 2023, 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
-->
<!--
XML configuration file for Alder Lake based platforms
http://www.intel.com/content/www/us/en/processors/core/core-technical-resources.html
* 12th Generation Intel(R) Core Processor Family Datasheet
Review: !!!
* Intel(R) 600 Series Chipset Family on-package Platform Controller Hub (PCH)
-->
<!-- #################################### -->
<!-- -->
<!-- Information -->
<!-- -->
<!-- #################################### -->
<info family="core" detection_value="0x90670-0x90672, 0x90674-0x90675, 0x906a0-0x906a4">
<sku did="0x4601" name="AlderLake" code="ADL" longname="ADL-P/U15 2+8"/>
<sku did="0x4602" name="AlderLake" code="ADL" longname="ADL-U9 2+8"/>
<sku did="0x4609" name="AlderLake" code="ADL" longname="ADL-U15 2+4"/>
<sku did="0x460A" name="AlderLake" code="ADL" longname="ADL-U9 2+4"/>
<sku did="0x4610" name="AlderLake" code="ADL" longname="ADL-S LGA 2+0"/>
<sku did="0x4619" name="AlderLake" code="ADL" longname="ADL-U15 1+4"/>
<sku did="0x461A" name="AlderLake" code="ADL" longname="ADL-U9 1+4"/>
<sku did="0x4621" name="AlderLake" code="ADL" longname="ADL-P/H 4+8"/>
<sku did="0x4629" name="AlderLake" code="ADL" longname="ADL-H 4+4"/>
<sku did="0x4630" name="AlderLake" code="ADL" longname="ADL-S LGA 4+0"/>
<sku did="0x4641" name="AlderLake" code="ADL" longname="ADL-P/H 6+8"/>
<sku did="0x4648" name="AlderLake" code="ADL" longname="ADL-S LGA 6+4"/>
<sku did="0x4649" name="AlderLake" code="ADL" longname="ADL-H 6+4"/>
<sku did="0x4650" name="AlderLake" code="ADL" longname="ADL-S LGA 6+0"/>
<sku did="0x4660" name="AlderLake" code="ADL" longname="ADL-S LGA 8+8"/>
<sku did="0x4668" name="AlderLake" code="ADL" longname="ADL-S LGA 8+4"/>
</info>
<!-- #################################### -->
<!-- -->
<!-- Integrated devices -->
<!-- -->
<!-- #################################### -->
<pci>
<!-- Review !!!! !!!! /-->
<device name="HOSTCTL" bus="0x00" dev="0x00" fun="0" did="0x4621,0x4660" config="HOSTCTL.hostctl1.xml" >
<subcomponent type="mmiobar" name="MCHBAR" register="MCHBAR" base_field="MCHBAR" size="0x8000" enable_bit="0" desc="Host Memory Mapped Register Range" config="MMIO.mmio0.xml" />
<subcomponent type="mmiobar" name="MCHBARMC1" register="MCHBAR" base_field="MCHBAR" offset="0x10000" size="0x8000" enable_bit="0" desc="Host Memory Mapped Register Range" config="MMIO.mmio0.xml" />
<subcomponent type="mmiobar" name="VTBAR" register="MCHBAR.VTBAR" base_field="BASE" size="0x8000" enable_bit="0" desc="VTD Register Range" config="IOMMU.iommu.xml" />
<subcomponent type="mmiobar" name="GFXVTBAR" register="MCHBAR.GFXVTBAR" base_field="BASE" size="0x8000" enable_bit="0" desc="GFXVTD Register Range" config="IOMMU.iommu.xml" />
</device>
<!-- <device name="HOSTCTL" bus="0x00" dev="0x00" fun="0" config=""/> -->
<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" />
</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" />
<range name="TXT" access="mmio" address="0xFED30000" limit="0xFED4FFFF" config="TPM.txt.xml" />
</memory>
</configuration>