Skip to content

Commit

Permalink
Op build 2.0.y (#83)
Browse files Browse the repository at this point in the history
* Merging Master into op-build branch (#79)

* Added value to TPM FRU ID

* Default Spectre/Meltdown HW Inits to Kernel mode (#78)

Default Spectre/Meltdown HW Inits used to be "0" Kernel+User
  mitigations.  This commit changes the default to "1" for only
  Kernel mitigations.

* Backing out TPM FRU ID

* Fixing GPU I2C Addresses

I2C addresses were wrong (though not used), this triggers an error to be reported during IPL boot.

* Adding in TPM FRU info

Adding in Enumerator and FRU ID for TPM.
  • Loading branch information
Erich-Hauptli committed Apr 12, 2019
1 parent e3e9aef commit a6f4df3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions witherspoon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1861,6 +1861,10 @@
<name>CHASSIS</name>
<value>0x17</value>
</enumerator>
<enumerator>
<name>TPM</name>
<value>0xB0</value>
</enumerator>
</enumerationType>
<enumerationType>
<id>EXECUTION_PLATFORM</id>
Expand Down Expand Up @@ -16954,6 +16958,10 @@
<id>SUPPORTED_STOP_STATES</id>
<default>0xEC000000</default>
</attribute>
<attribute>
<id>MRW_DEFAULT_RISK_LEVEL</id>
<default>1</default>
</attribute>
<attribute>
<id>SUPPORTS_DYNAMIC_MEM_VOLT</id>
<default>0</default>
Expand Down

0 comments on commit a6f4df3

Please sign in to comment.