acpi - add table for TPM2
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 245
- Forks
- 93
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 15
Description
I'm going to try to use a TPM2 in my OS for fun. The table is described here: https://trustedcomputinggroup.org/wp-content/uploads/TCG-ACPI-Specification-Version-1.4-Revision-15_pub.pdf (3.3 ACPI Table for TPM 2.0). It would be nice if there was a Rust struct for this.
I'm currently working on adding this to this crate rn.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read section 3.3 of the linked TCG ACPI Specification and inspect the crate's existing ACPI table structs and parsing entry points. Done means adding a Rust struct that represents the TPM2 ACPI table described there and fits the crate's existing table conventions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100