Files
chipsec-chipsec/chipsec/cfg/8086/IO/io0.xml
Nathaniel Mitchell 7c65964361 Add pch_6xxP.xml and child cfgs
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2025-02-25 11:02:42 -08:00

21 lines
701 B
XML

<?xml version="1.0"?>
<configuration>
<!-- #################################### -->
<!-- -->
<!-- Configuration registers -->
<!-- -->
<!-- #################################### -->
<registers>
<register name="RST_CNT" type="io" size="1" desc="Reset Control">
<field name="SYS_RST" bit="1" size="1" desc="System Reset"/>
<field name="RST_CPU" bit="2" size="1" desc="Reset Processor"/>
<field name="FULL_RST" bit="3" size="1" desc="Full Reset"/>
</register>
</registers>
<controls>
</controls>
</configuration>