Skip to content

Commit c137490

Browse files
committed
Move from size to limit for kbl and mtl tpm configs
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
1 parent e73f4d2 commit c137490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chipsec/cfg/8086/kbl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ chipsec@intel.com
4242
</msr>
4343

4444
<memory>
45-
<range name="TPM" access="mmio" address="0xFED40000" size="0x10000" config="TPM.tpm12.xml" />
45+
<range name="TPM" access="mmio" address="0xFED40000" limit="0xFED4FFFF" config="TPM.tpm12.xml" />
4646
</memory>
4747

4848
</configuration>

chipsec/cfg/8086/mtl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ chipsec@intel.com
5757
<!-- -->
5858
<!-- #################################### -->
5959
<memory>
60-
<range name="TPM" access="mmio" address="0xFED40000" size="0x10000" config="TPM.tpm12.xml" />
60+
<range name="TPM" access="mmio" address="0xFED40000" limit="0xFED4FFFF" config="TPM.tpm12.xml" />
6161
</memory>
6262

6363
</configuration>

0 commit comments

Comments
 (0)