-
-
Notifications
You must be signed in to change notification settings - Fork 28
docs/variants/asrock_turind8ud/releases.md: Add HSI breakdown #1308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
0703b4e
3789bbf
8af22c0
87d3ec5
d4bcfad
3039062
1591394
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -138,3 +138,68 @@ artifact is in CycloneDX format and can be viewed by SBOM tools, for example | |
| [asrock_turind8ud_v0.9.0.sbom.json_file]: https://dl.3mdeb.com/open-source-firmware/Dasharo/asrock_turind8ud/uefi/v0.9.0/asrock_turind8ud_v0.9.0.sbom.json | ||
| [asrock_turind8ud_v0.9.0.sbom.json_hash]: https://dl.3mdeb.com/open-source-firmware/Dasharo/asrock_turind8ud/uefi/v0.9.0/asrock_turind8ud_v0.9.0.sbom.json.sha256 | ||
| [asrock_turind8ud_v0.9.0.sbom.json_sig]: https://dl.3mdeb.com/open-source-firmware/Dasharo/asrock_turind8ud/uefi/v0.9.0/asrock_turind8ud_v0.9.0.sbom.json.sha256.sig | ||
|
|
||
| ### CRA compliance | ||
|
|
||
| CRA compliance status generated with [sbom-tools](https://github.com/sbom-tool/sbom-tools) | ||
|
|
||
| #### Phase 2 | ||
|
|
||
| ```text | ||
| EU CRA Phase 2 (2027) | ||
| COMPLIANT — With warnings | ||
| Security ███████████████████████░░░░░░░░░░░░░░░░░ 9 (56.2%) | ||
| Integrity ████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3 (18.8%) | ||
| Doc Meta ████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3 (18.8%) | ||
| License ███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1 (6.2%) | ||
| ``` | ||
|
|
||
| ### fwupd HSI | ||
|
|
||
| ```text | ||
| HSI-1 | ||
| ✔ SMM locked down: Locked | ||
| ✔ BIOS firmware updates: Enabled | ||
| ✔ Fused platform: Locked | ||
| ✔ Supported CPU: Valid | ||
| ✔ TPM empty PCRs: Valid | ||
| ✔ TPM v2.0: Found | ||
| ✔ UEFI bootservice variables: Locked | ||
| ✔ UEFI platform key: Valid | ||
|
|
||
| HSI-2 | ||
| ✔ IOMMU: Enabled | ||
| ✔ Platform debugging: Locked | ||
| ✔ TPM PCR0 reconstruction: Valid | ||
| ✘ Platform secure boot: Disabled | ||
| ✔ SPI write protection: Enabled | ||
|
|
||
| HSI-3 | ||
| ✔ CET Platform: Supported | ||
| ✔ Suspend-to-ram: Disabled | ||
| ✘ SPI replay protection: Not supported | ||
| ✘ Pre-boot DMA protection: Disabled | ||
| ✘ Suspend-to-idle: Disabled | ||
|
|
||
| HSI-4 | ||
| ✔ Processor rollback protection: Enabled | ||
| ✔ SMAP: Enabled | ||
| ✘ Encrypted RAM: Not supported | ||
|
|
||
| Runtime Suffix -! | ||
| ✔ fwupd plugins: Untainted | ||
| ✔ Linux kernel: Untainted | ||
| ✔ UEFI db: Valid | ||
| ✘ CET OS Support: Not supported | ||
| ✘ Linux kernel lockdown: Disabled | ||
| ✘ Linux swap: Unencrypted | ||
| ✘ UEFI secure boot: Disabled | ||
| ``` | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @BeataZdunczyk, you added me to this review, but I think we should discuss this internally:
|
||
|
|
||
| #### Failure reasons | ||
|
|
||
| - [Platform Secure Boot is currently not implemented in Dasharo firmware.](https://blog.3mdeb.com/2026/2026-07-02-msi_pro_b850p_part6/#platform-secure-boot) | ||
| - SPI Replay Protection (RPMC) is unsupported by the board's SPI BIOS chip. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That motherboard has a socketable SPI chip, AFAIK. Why don't you buy a chip that supports RPMC? |
||
| - [Pre-boot DMA protection is currently not supported for AMD platforms in Dasharo firmware.](https://github.com/Dasharo/dasharo-issues/issues/1903) | ||
| - Suspend-to-idle isn't supported on server hardware. | ||
| - [Encrypted RAM is currently not supported in Dasharo firmware.](https://github.com/Dasharo/dasharo-issues/issues/1920) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about Phase 1? What are the issues right now? Where will those be tracked?