mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
e754444f1c
Signed-off-by: Erik Bjorge <erik.c.bjorge@intel.com>
47 lines
1.4 KiB
XML
47 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<configuration platform="BDW">
|
|
<!--
|
|
XML configuration for Broadwell based platforms
|
|
-->
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- Integrated devices -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<pci>
|
|
</pci>
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- Memory Mapped I/O spaces (MMIO BARs) -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<mmio>
|
|
</mmio>
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- I/O spaces (I/O BARs) -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<io>
|
|
</io>
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- Memory ranges -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<memory>
|
|
</memory>
|
|
|
|
<!-- #################################### -->
|
|
<!-- -->
|
|
<!-- Configuration registers -->
|
|
<!-- -->
|
|
<!-- #################################### -->
|
|
<registers>
|
|
</registers>
|
|
|
|
</configuration> |