Skip to content

Commit

Permalink
Merge pull request #9 from riscv-non-isa/require_tpm
Browse files Browse the repository at this point in the history
Require a TPM.
  • Loading branch information
andreiw authored Jun 13, 2024
2 parents 464fc58 + f3bffa2 commit 79a1045
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server_platform.bib
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ @electronic{XHCI
url = {https://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/extensible-host-controler-interface-usb-xhci.pdf},
year = {}
}
@electronic{TPM20,
title = {TPM 2.0 Library},
url = {https://trustedcomputinggroup.org/resource/tpm-library-specification/}
}
1 change: 1 addition & 0 deletions server_platform_requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ PCIe devices or be compliant to rules for SoC-integrated PCIe devices (cite:[Ser

* Support 64-bit addressing (S64A = '1').
| `HPER_070` | A battery-backed RTC or analogous timekeeping mechanism MUST be implemented.
| `HPER_080` | A Trusted Platform Module (TPM) MUST be implemented and adhere to the TPM 2.0 Library specification cite:[TPM20].
|===

== Server Platform Firmware Requirements
Expand Down
1 change: 1 addition & 0 deletions server_platform_tests.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
| `MF_HPER_050_010` | _FIXME AHCI test validating register values_.
| `MF_HPER_060_010` | _FIXME AHCI test validating register values_.
| `MF_HPER_070_010` | _FIXME UEFI RT based test_.
| `MF_HPER_080_010` | _FIXME_.
|===

<<<
Expand Down

0 comments on commit 79a1045

Please sign in to comment.