2022-03-02 22:40:24 +01:00
|
|
|
---
|
2021-04-30 01:52:35 +02:00
|
|
|
site_name: Dasharo Universe
|
2023-03-08 21:44:40 +01:00
|
|
|
site_url: https://docs.dasharo.com
|
2023-09-26 13:56:47 +02:00
|
|
|
|
2022-10-27 23:48:28 +02:00
|
|
|
repo_url: https://github.com/dasharo/docs
|
2021-03-04 17:35:57 +01:00
|
|
|
theme:
|
2022-03-02 22:40:24 +01:00
|
|
|
name: material
|
2022-03-24 18:07:02 +01:00
|
|
|
custom_dir: overrides
|
2022-03-02 22:40:24 +01:00
|
|
|
favicon: images/favicon.png
|
|
|
|
|
logo: images/dasharo-logo.png
|
2022-10-27 23:14:57 +02:00
|
|
|
features:
|
2023-11-12 17:27:05 +01:00
|
|
|
- content.action.edit
|
|
|
|
|
- content.action.view
|
2022-10-27 23:14:57 +02:00
|
|
|
- content.tabs.link
|
2023-09-22 17:36:39 +02:00
|
|
|
- content.code.copy
|
2022-10-27 23:48:50 +02:00
|
|
|
- navigation.instant
|
|
|
|
|
- navigation.tracking
|
|
|
|
|
- navigation.tabs
|
|
|
|
|
- navigation.tabs.sticky
|
2023-03-08 18:19:05 +01:00
|
|
|
extra:
|
|
|
|
|
analytics:
|
|
|
|
|
provider: google
|
|
|
|
|
property: G-LH2JM6P96R
|
2024-03-01 10:22:31 +01:00
|
|
|
# feedback:
|
|
|
|
|
# title: Was this page helpful?
|
|
|
|
|
# ratings:
|
|
|
|
|
# - icon: material/thumb-up-outline
|
|
|
|
|
# name: This page was helpful
|
|
|
|
|
# data: 1
|
|
|
|
|
# note: >-
|
|
|
|
|
# Thanks for your feedback!
|
|
|
|
|
# - icon: material/thumb-down-outline
|
|
|
|
|
# name: This page was not helpful
|
|
|
|
|
# data: 0
|
|
|
|
|
# note: >-
|
|
|
|
|
# Thanks for your feedback! Help us improve this page by
|
|
|
|
|
# using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
|
2024-02-19 21:17:41 +01:00
|
|
|
consent:
|
|
|
|
|
title: Cookie consent
|
|
|
|
|
description: >-
|
|
|
|
|
We use cookies to recognize your repeated visits and preferences, as well
|
|
|
|
|
as to measure the effectiveness of our documentation and whether users
|
|
|
|
|
find what they're searching for. With your consent, you're helping us to
|
|
|
|
|
make our documentation better.
|
2023-09-06 22:54:05 +02:00
|
|
|
social:
|
|
|
|
|
- icon: fontawesome/brands/github
|
|
|
|
|
link: https://github.com/dasharo
|
|
|
|
|
- icon: fontawesome/brands/mastodon
|
|
|
|
|
link: https://fosstodon.org/@Dasharo
|
|
|
|
|
- icon: fontawesome/brands/twitter
|
|
|
|
|
link: https://twitter.com/dasharo_com
|
|
|
|
|
- icon: fontawesome/brands/reddit
|
|
|
|
|
link: https://www.reddit.com/r/Dasharo
|
|
|
|
|
- icon: fontawesome/brands/discord
|
|
|
|
|
link: https://discord.gg/QseTVHum3w
|
2021-03-28 15:51:16 +02:00
|
|
|
extra_css:
|
2022-03-02 22:40:24 +01:00
|
|
|
- stylesheets/extra.css
|
2021-04-02 22:47:53 +02:00
|
|
|
markdown_extensions:
|
2024-02-22 16:15:48 +01:00
|
|
|
- admonition
|
2022-03-02 22:40:24 +01:00
|
|
|
- attr_list
|
2024-02-22 16:15:48 +01:00
|
|
|
- footnotes
|
2023-09-01 14:12:47 +02:00
|
|
|
- md_in_html
|
2024-02-22 16:15:48 +01:00
|
|
|
- meta
|
|
|
|
|
- pymdownx.details
|
|
|
|
|
- pymdownx.highlight
|
|
|
|
|
- pymdownx.keys
|
|
|
|
|
- pymdownx.superfences
|
2024-02-23 12:48:06 +01:00
|
|
|
- pymdownx.emoji:
|
|
|
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
|
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
2022-03-02 22:40:24 +01:00
|
|
|
- toc:
|
|
|
|
|
toc_depth: 2
|
|
|
|
|
- pymdownx.tasklist:
|
|
|
|
|
custom_checkbox: true
|
2023-09-04 16:35:27 +02:00
|
|
|
- pymdownx.superfences:
|
|
|
|
|
custom_fences:
|
2023-09-05 14:27:29 +02:00
|
|
|
- name: mermaid
|
|
|
|
|
class: mermaid
|
|
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
2022-10-27 23:14:57 +02:00
|
|
|
- pymdownx.tabbed:
|
|
|
|
|
alternate_style: true
|
2023-12-13 10:14:40 +01:00
|
|
|
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
|
|
|
|
kwds:
|
|
|
|
|
case: lower
|
|
|
|
|
|
2022-12-06 09:38:04 +01:00
|
|
|
plugins:
|
2022-12-08 07:17:00 +01:00
|
|
|
- search
|
2023-01-31 10:27:51 +01:00
|
|
|
- mkdocs-video
|
2022-12-06 09:38:04 +01:00
|
|
|
- redirects:
|
|
|
|
|
redirect_maps:
|
|
|
|
|
'common-coreboot-docs/dasharo_tools_suite.md': 'dasharo-tools-suite/overview.md'
|
2022-12-15 09:37:30 +01:00
|
|
|
'variants/clevo_nv41/ec_update.md': 'dasharo-tools-suite/documentation.md'
|
2024-06-17 10:31:31 +02:00
|
|
|
'unified/novacustom/fan-profiles.md': 'unified/novacustom/features.md'
|
|
|
|
|
'unified/novacustom/fn-lock-hotkey.md': 'unified/novacustom/features.md'
|
|
|
|
|
'unified/novacustom/rgb-keyboard.md': 'unified/novacustom/features.md'
|
2023-06-20 10:04:04 +02:00
|
|
|
# This parameter excludes the listed pages from being added to the sitemap.
|
|
|
|
|
# This solves the problem of orphaned pages (pages that are in the site map,
|
|
|
|
|
# but there are no internal links to them).
|
|
|
|
|
# Read more: https://ahrefs.com/blog/orphan-pages/#how-to-fix-orphan-pages
|
2023-06-12 01:36:45 +02:00
|
|
|
- exclude:
|
|
|
|
|
glob:
|
|
|
|
|
- dev-env/nix-dev-env.md
|
|
|
|
|
- ecosystem/attestation-server.md
|
|
|
|
|
- ecosystem/dev.md
|
|
|
|
|
- ecosystem/secure-storage.md
|
|
|
|
|
- ecosystem/osf-community.md
|
|
|
|
|
- ecosystem/end-user.md
|
|
|
|
|
- ecosystem/prod.md
|
|
|
|
|
- ecosystem/customer-infrastructure.md
|
|
|
|
|
- ecosystem/hardware-infrastructure.md
|
|
|
|
|
- ecosystem/testing-infrastructure.md
|
|
|
|
|
- ecosystem/publishing-server.md
|
|
|
|
|
- ecosystem/transparent-validation.md
|
|
|
|
|
- ecosystem/signing-server.md
|
|
|
|
|
- ecosystem/reference-os.md
|
|
|
|
|
- ecosystem/deployment-and-provisioning-server.md
|
|
|
|
|
- inquiries/community-edition.md
|
|
|
|
|
- inquiries/sponsorware.md
|
|
|
|
|
- inquiries/commercial-inquiries.md
|
|
|
|
|
- inquiries/overview.md
|
|
|
|
|
- osf-trolling-list/osf_issues_taxonomy.md
|
|
|
|
|
- value-prop/performance.md
|
|
|
|
|
- value-prop/certification-program/overview.md
|
|
|
|
|
- variants/safety-critical.md
|
|
|
|
|
- variants/trustworthy-server.md
|
|
|
|
|
- variants/skus-overview.md
|
|
|
|
|
- variants/trustworthy-computing.md
|
|
|
|
|
- variants/firewall.md
|
|
|
|
|
- variants/secure-firewall.md
|
|
|
|
|
- variants/custom.md
|
|
|
|
|
- variants/server.md
|
2021-03-28 15:51:16 +02:00
|
|
|
nav:
|
2023-01-15 20:20:32 +01:00
|
|
|
- 'Intro':
|
2023-01-15 20:22:35 +01:00
|
|
|
- 'About Dasharo': index.md
|
|
|
|
|
- 'New? Start here': newcomers.md
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'Supported hardware':
|
2023-03-06 23:50:53 +01:00
|
|
|
- 'Overview': variants/overview.md
|
2022-03-02 22:40:24 +01:00
|
|
|
# - 'Hardware Compatibility List': variants/hardware-compatibility-list.md
|
2022-10-31 16:13:52 +01:00
|
|
|
- 'NovaCustom laptops':
|
2022-11-06 20:35:31 +01:00
|
|
|
- 'Overview': unified/novacustom/overview.md
|
|
|
|
|
- 'Building manual': unified/novacustom/building-manual.md
|
2022-11-02 19:25:55 +01:00
|
|
|
- 'Initial deployment': unified/novacustom/initial-deployment.md
|
|
|
|
|
- 'Firmware update': unified/novacustom/firmware-update.md
|
2022-11-06 20:35:31 +01:00
|
|
|
- 'Recovery': unified/novacustom/recovery.md
|
2022-11-04 18:13:37 +01:00
|
|
|
- 'Post-installation setup': unified/clevo/post-install.md
|
2024-04-23 16:46:03 +02:00
|
|
|
- 'Features': unified/novacustom/features.md
|
2023-12-11 15:35:57 +01:00
|
|
|
- 'Hardware Compatibility List': unified/novacustom/hcl.md
|
2024-05-24 13:23:04 +02:00
|
|
|
- 'Firmware transition': unified/novacustom/firmware-transition.md
|
2024-07-30 10:10:49 +02:00
|
|
|
- 'V54 14th Gen':
|
|
|
|
|
- 'V540TU':
|
|
|
|
|
- 'Releases': variants/novacustom_v540tu/releases.md
|
|
|
|
|
- 'Hardware Configuration Matrix': variants/novacustom_v540tu/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/novacustom_v540tu/test-matrix.md
|
|
|
|
|
- 'Openness score': variants/novacustom_v540tu/openness-score.md
|
2024-07-30 10:20:50 +02:00
|
|
|
- 'V540TNx':
|
|
|
|
|
- 'Releases': variants/novacustom_v540tnx/releases.md
|
2024-08-01 09:57:09 +02:00
|
|
|
- 'Hardware Configuration Matrix': variants/novacustom_v540tnx/hardware-matrix.md
|
2024-07-30 10:10:49 +02:00
|
|
|
- 'V56 14th Gen':
|
|
|
|
|
- 'V560TU':
|
|
|
|
|
- 'Releases': variants/novacustom_v560tu/releases.md
|
|
|
|
|
- 'Hardware Configuration Matrix': variants/novacustom_v560tu/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/novacustom_v560tu/test-matrix.md
|
|
|
|
|
- 'Openness score': variants/novacustom_v560tu/openness-score.md
|
2024-07-30 10:20:50 +02:00
|
|
|
- 'V560TNx':
|
|
|
|
|
- 'Releases': variants/novacustom_v560tnx/releases.md
|
2024-08-01 09:57:09 +02:00
|
|
|
- 'Hardware Configuration Matrix': variants/novacustom_v560tnx/hardware-matrix.md
|
2022-11-04 15:10:07 +01:00
|
|
|
- 'NV4x 12th Gen':
|
2022-11-06 20:35:31 +01:00
|
|
|
- 'Releases': variants/novacustom_nv4x_adl/releases.md
|
2024-04-19 10:51:59 +02:00
|
|
|
- 'Heads releases': variants/novacustom_nv4x_adl/releases_heads.md
|
2022-11-06 20:35:31 +01:00
|
|
|
- 'Hardware Configuration Matrix': variants/novacustom_nv4x_adl/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/novacustom_nv4x_adl/test-matrix.md
|
2023-10-27 14:14:40 +02:00
|
|
|
- 'Openness score': variants/novacustom_nv4x_adl/openness-score.md
|
2022-11-04 15:10:07 +01:00
|
|
|
- 'NV4x 11th Gen':
|
2022-11-06 20:35:31 +01:00
|
|
|
- 'Releases': variants/novacustom_nv4x_tgl/releases.md
|
|
|
|
|
- 'Hardware Configuration Matrix': variants/novacustom_nv4x_tgl/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/novacustom_nv4x_tgl/test-matrix.md
|
2023-10-27 14:14:40 +02:00
|
|
|
- 'Openness score': variants/novacustom_nv4x_tgl/openness-score.md
|
2022-11-06 20:35:31 +01:00
|
|
|
- 'LVFS report': variants/novacustom_nv4x_tgl/lvfs_report.md
|
2024-05-14 11:26:03 +02:00
|
|
|
- 'Checkbox results': variants/novacustom_nv4x_tgl/compatibility-check-results-ubuntu.md
|
2022-11-04 15:10:07 +01:00
|
|
|
- 'NS5x/7x 12th Gen':
|
2022-11-06 20:35:31 +01:00
|
|
|
- 'Releases': variants/novacustom_ns5x_adl/releases.md
|
|
|
|
|
- 'Hardware Configuration Matrix': variants/novacustom_ns5x_adl/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/novacustom_ns5x_adl/test-matrix.md
|
2023-10-27 14:14:40 +02:00
|
|
|
- 'Openness score': variants/novacustom_ns5x_adl/openness-score.md
|
2022-11-04 15:10:07 +01:00
|
|
|
- 'NS5x/7x 11th Gen':
|
2022-11-06 20:35:31 +01:00
|
|
|
- 'Releases': variants/novacustom_ns5x_tgl/releases.md
|
|
|
|
|
- 'Hardware Configuration Matrix': variants/novacustom_ns5x_tgl/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/novacustom_ns5x_tgl/test-matrix.md
|
2023-10-27 14:14:40 +02:00
|
|
|
- 'Openness score': variants/novacustom_ns5x_tgl/openness-score.md
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'Dell OptiPlex':
|
|
|
|
|
- 'Overview': variants/dell_optiplex/overview.md
|
|
|
|
|
- 'Releases': variants/dell_optiplex/releases.md
|
|
|
|
|
- 'Building manual': variants/dell_optiplex/building-manual.md
|
2022-08-31 01:27:14 +02:00
|
|
|
- 'Hardware Configuration Matrix': variants/dell_optiplex/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/dell_optiplex/test-matrix.md
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'Initial deployment': variants/dell_optiplex/initial-deployment.md
|
|
|
|
|
- 'Firmware update': variants/dell_optiplex/firmware-update.md
|
|
|
|
|
- 'Recovery': variants/dell_optiplex/recovery.md
|
2022-06-13 16:36:49 +02:00
|
|
|
- 'FAQ': variants/dell_optiplex/faq.md
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'Asus KGPE-D16':
|
2022-07-28 12:59:58 +02:00
|
|
|
- 'Overview': variants/asus_kgpe_d16/overview.md
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'Releases': variants/asus_kgpe_d16/releases.md
|
2022-08-05 08:16:24 +02:00
|
|
|
- 'Building manual': variants/asus_kgpe_d16/building-manual.md
|
2022-07-27 16:23:10 +02:00
|
|
|
- 'Initial deployment': variants/asus_kgpe_d16/initial-deployment.md
|
|
|
|
|
- 'Firmware update': variants/asus_kgpe_d16/firmware-update.md
|
|
|
|
|
- 'Recovery': variants/asus_kgpe_d16/recovery.md
|
2022-08-05 08:16:24 +02:00
|
|
|
- 'Hardware configuration matrix': variants/asus_kgpe_d16/hardware-matrix.md
|
2022-05-19 12:11:11 +02:00
|
|
|
- 'Test matrix': variants/asus_kgpe_d16/test-matrix.md
|
2022-07-27 16:23:10 +02:00
|
|
|
- 'Fan Control': variants/asus_kgpe_d16/fan-control.md
|
|
|
|
|
- 'Hardware setup': variants/asus_kgpe_d16/setup.md
|
|
|
|
|
- 'SPI write protection': variants/asus_kgpe_d16/spi-wp.md
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'TPM measured boot': variants/asus_kgpe_d16/tpm-mboot.md
|
2022-08-19 10:36:00 +02:00
|
|
|
- 'Raptor CS Talos II':
|
2022-08-03 18:51:22 +02:00
|
|
|
- 'Overview': variants/talos_2/overview.md
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'Releases': variants/talos_2/releases.md
|
|
|
|
|
- 'Building manual': variants/talos_2/building-manual.md
|
2022-08-03 18:51:22 +02:00
|
|
|
- 'Initial deployment': variants/talos_2/initial-deployment.md
|
2022-08-04 08:30:06 +02:00
|
|
|
- 'Firmware update': variants/talos_2/firmware-update.md
|
|
|
|
|
- 'Recovery': variants/talos_2/recovery.md
|
2022-08-19 10:36:00 +02:00
|
|
|
- 'Hardware configuration matrix': variants/talos_2/hardware-matrix.md
|
2022-04-08 16:24:31 +02:00
|
|
|
- 'Test matrix': variants/talos_2/test-matrix.md
|
2022-08-04 15:38:48 +02:00
|
|
|
- 'Conference materials': variants/talos_2/conferences.md
|
2022-11-24 12:31:11 +01:00
|
|
|
- 'TPM connection and support': variants/talos_2/tpm-support.md
|
2022-09-30 15:33:01 +02:00
|
|
|
- 'Tuxedo IBS15':
|
|
|
|
|
- 'Releases': variants/tuxedo_ibs15/releases.md
|
|
|
|
|
- 'Building manual': variants/tuxedo_ibs15/building.md
|
|
|
|
|
- 'Installation manual': variants/tuxedo_ibs15/installation.md
|
2023-06-12 01:36:45 +02:00
|
|
|
- 'Post-installation setup': variants/tuxedo_ibs15/post_install.md
|
2022-09-30 15:33:01 +02:00
|
|
|
- 'Hardware Configuration Matrix': variants/tuxedo_ibs15/hardware-matrix.md
|
2022-11-04 15:17:28 +01:00
|
|
|
- 'Test matrix': variants/tuxedo_ibs15/test-matrix.md
|
2022-05-13 11:52:42 +02:00
|
|
|
- 'Protectli FW6':
|
2022-05-13 15:08:08 +02:00
|
|
|
- 'Overview': variants/protectli_fw6/overview.md
|
|
|
|
|
- 'Releases': variants/protectli_fw6/releases.md
|
|
|
|
|
- 'Building manual': variants/protectli_fw6/building-manual.md
|
|
|
|
|
- 'Installation manual': variants/protectli_fw6/installation-manual.md
|
2022-05-13 11:52:42 +02:00
|
|
|
- 'Hardware Configuration Matrix': variants/protectli_fw6/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/protectli_fw6/test-matrix.md
|
2022-12-14 12:15:45 +01:00
|
|
|
- 'Protectli VP2410':
|
|
|
|
|
- 'Overview': variants/protectli_vp2410/overview.md
|
|
|
|
|
- 'Releases': variants/protectli_vp2410/releases.md
|
|
|
|
|
- 'Building manual': variants/protectli_vp2410/building-manual.md
|
2022-12-22 13:16:56 +01:00
|
|
|
- 'Initial deployment': variants/protectli_vp2410/initial-deployment.md
|
2024-02-27 15:30:52 +01:00
|
|
|
- 'Firmware update': variants/protectli_vp2410/firmware-update.md
|
2022-12-14 12:23:54 +01:00
|
|
|
- 'Recovery': variants/protectli_vp2410/recovery.md
|
2022-12-14 12:15:45 +01:00
|
|
|
- 'Hardware Configuration Matrix': variants/protectli_vp2410/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/protectli_vp2410/test-matrix.md
|
2024-05-22 11:56:43 +02:00
|
|
|
- 'Openness score': variants/protectli_vp2410/openness-score.md
|
2022-12-14 12:15:45 +01:00
|
|
|
- 'Protectli VP2420':
|
|
|
|
|
- 'Overview': variants/protectli_vp2420/overview.md
|
|
|
|
|
- 'Releases': variants/protectli_vp2420/releases.md
|
|
|
|
|
- 'Building manual': variants/protectli_vp2420/building-manual.md
|
2022-12-22 13:16:56 +01:00
|
|
|
- 'Initial deployment': variants/protectli_vp2420/initial-deployment.md
|
2023-02-02 15:37:01 +01:00
|
|
|
- 'Firmware update': variants/protectli_vp2420/firmware-update.md
|
2022-12-14 12:23:54 +01:00
|
|
|
- 'Recovery': variants/protectli_vp2420/recovery.md
|
2022-12-14 12:15:45 +01:00
|
|
|
- 'Hardware Configuration Matrix': variants/protectli_vp2420/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/protectli_vp2420/test-matrix.md
|
2024-05-16 10:28:46 +02:00
|
|
|
- 'Openness score': variants/protectli_vp2420/openness-score.md
|
2022-06-29 16:03:13 +02:00
|
|
|
- 'Protectli VP46xx':
|
2022-07-13 11:48:01 +02:00
|
|
|
- 'Overview': variants/protectli_vp46xx/overview.md
|
2022-06-29 16:03:13 +02:00
|
|
|
- 'Releases': variants/protectli_vp46xx/releases.md
|
|
|
|
|
- 'Building manual': variants/protectli_vp46xx/building-manual.md
|
2022-07-13 11:48:01 +02:00
|
|
|
- 'Initial deployment': variants/protectli_vp46xx/initial-deployment.md
|
|
|
|
|
- 'Firmware update': variants/protectli_vp46xx/firmware-update.md
|
2022-07-13 12:20:36 +02:00
|
|
|
- 'Recovery': variants/protectli_vp46xx/recovery.md
|
2024-07-12 09:57:11 +02:00
|
|
|
- 'Post-installation setup': variants/protectli-post-install.md
|
2022-06-29 16:03:13 +02:00
|
|
|
- 'Hardware Configuration Matrix': variants/protectli_vp46xx/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/protectli_vp46xx/test-matrix.md
|
2024-03-25 16:04:35 +01:00
|
|
|
- 'Openness score': variants/protectli_vp46xx/openness_score.md
|
2024-07-08 11:51:06 +02:00
|
|
|
- 'Protectli VP66xx':
|
|
|
|
|
- 'Overview': variants/protectli_vp66xx/overview.md
|
|
|
|
|
- 'Releases': variants/protectli_vp66xx/releases.md
|
|
|
|
|
- 'Building manual': variants/protectli_vp66xx/building-manual.md
|
|
|
|
|
- 'Initial deployment': variants/protectli_vp66xx/initial-deployment.md
|
|
|
|
|
- 'Firmware update': variants/protectli_vp66xx/firmware-update.md
|
|
|
|
|
- 'Recovery': variants/protectli_vp66xx/recovery.md
|
2024-07-12 09:57:11 +02:00
|
|
|
- 'Post-installation setup': variants/protectli-post-install.md
|
2024-07-08 11:51:06 +02:00
|
|
|
- 'Hardware Configuration Matrix': variants/protectli_vp66xx/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/protectli_vp66xx/test-matrix.md
|
2023-08-18 13:22:39 +02:00
|
|
|
# - 'Protectli V1210/V1410/V1610':
|
|
|
|
|
# - 'Overview': variants/protectli_v1x10/overview.md
|
|
|
|
|
# - 'Releases': variants/protectli_v1x10/releases.md
|
|
|
|
|
# - 'Building manual': variants/protectli_v1x10/building-manual.md
|
|
|
|
|
# - 'Initial deployment': variants/protectli_v1x10/initial-deployment.md
|
|
|
|
|
# - 'Firmware update': variants/protectli_v1x10/firmware-update.md
|
|
|
|
|
# - 'Recovery': variants/protectli_v1x10/recovery.md
|
|
|
|
|
# - 'Hardware Configuration Matrix': variants/protectli_v1x10/hardware-matrix.md
|
|
|
|
|
# - 'Test matrix': variants/protectli_v1x10/test-matrix.md
|
2023-01-23 21:06:16 +05:30
|
|
|
- 'QEMU Q35 Emulator':
|
|
|
|
|
- 'Overview': variants/qemu_q35/overview.md
|
|
|
|
|
- 'Releases': variants/qemu_q35/releases.md
|
|
|
|
|
- 'Building manual': variants/qemu_q35/building-manual.md
|
|
|
|
|
- 'Test matrix': variants/qemu_q35/test-matrix.md
|
2023-03-15 14:07:38 +05:30
|
|
|
- 'Initial Deployment': variants/qemu_q35/initial-deployment.md
|
|
|
|
|
- 'Firmware update': variants/qemu_q35/firmware-update.md
|
|
|
|
|
- 'Recovery': variants/qemu_q35/recovery.md
|
|
|
|
|
- 'Hardware Configuration Matrix': variants/qemu_q35/hardware-matrix.md
|
2023-07-28 15:22:05 +02:00
|
|
|
- 'MSI desktops':
|
|
|
|
|
- 'Overview': unified/msi/overview.md
|
|
|
|
|
- 'Building manual': unified/msi/building-manual.md
|
|
|
|
|
- 'Initial deployment': unified/msi/initial-deployment.md
|
|
|
|
|
- 'Firmware update': unified/msi/firmware-update.md
|
|
|
|
|
- 'Recovery': unified/msi/recovery.md
|
|
|
|
|
- 'Development': unified/msi/development.md
|
|
|
|
|
- 'FAQ': unified/msi/faq.md
|
|
|
|
|
- 'Hardware Compatibility': unified/msi/hcl.md
|
2024-04-19 14:58:47 +02:00
|
|
|
- 'Firmware transition': unified/msi/firmware-transition.md
|
2023-07-28 15:22:05 +02:00
|
|
|
- 'MSI PRO Z690-A':
|
|
|
|
|
- 'Releases': variants/msi_z690/releases.md
|
2024-04-19 14:58:47 +02:00
|
|
|
- 'Heads releases': variants/msi_z690/releases_heads.md
|
2023-07-28 15:22:05 +02:00
|
|
|
- 'Hardware Configuration Matrix': variants/msi_z690/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/msi_z690/test-matrix.md
|
2023-10-26 12:18:29 +02:00
|
|
|
- 'Openness score': variants/msi_z690/openness_score.md
|
2023-07-28 15:22:05 +02:00
|
|
|
- 'MSI PRO Z790-P':
|
|
|
|
|
- 'Releases': variants/msi_z790/releases.md
|
2024-04-19 14:58:47 +02:00
|
|
|
- 'Heads releases': variants/msi_z790/releases_heads.md
|
2023-07-28 15:22:05 +02:00
|
|
|
- 'Hardware Configuration Matrix': variants/msi_z790/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/msi_z790/test-matrix.md
|
2023-10-26 12:26:07 +02:00
|
|
|
- 'Openness score': variants/msi_z790/openness_score.md
|
2023-01-02 17:00:06 +01:00
|
|
|
- 'Supermicro X11 LGA1151 Series':
|
|
|
|
|
- 'Overview': variants/supermicro_x11_lga1151_series/overview.md
|
|
|
|
|
- 'Releases': variants/supermicro_x11_lga1151_series/releases.md
|
|
|
|
|
- 'Building manual': variants/supermicro_x11_lga1151_series/building-manual.md
|
|
|
|
|
- 'Hardware Configuration Matrix': variants/supermicro_x11_lga1151_series/hardware-matrix.md
|
|
|
|
|
- 'Test matrix': variants/supermicro_x11_lga1151_series/test-matrix.md
|
|
|
|
|
- 'Initial deployment': variants/supermicro_x11_lga1151_series/initial-deployment.md
|
|
|
|
|
- 'Firmware update': variants/supermicro_x11_lga1151_series/firmware-update.md
|
|
|
|
|
- 'Recovery': variants/supermicro_x11_lga1151_series/recovery.md
|
|
|
|
|
- 'FAQ': variants/supermicro_x11_lga1151_series/faq.md
|
2023-02-01 14:25:18 +01:00
|
|
|
- 'PC Engines':
|
2023-02-23 11:49:48 +01:00
|
|
|
- 'Overview': variants/pc_engines/overview.md
|
2024-03-26 10:17:31 +01:00
|
|
|
- 'Releases (coreboot+UEFI)': variants/pc_engines/releases_uefi.md
|
|
|
|
|
- 'Releases (coreboot+SeaBIOS)': variants/pc_engines/releases_seabios.md
|
|
|
|
|
- 'Building manual': variants/pc_engines/building-manual.md
|
|
|
|
|
- 'Initial deployment': variants/pc_engines/initial-deployment.md
|
|
|
|
|
- 'Firmware update': variants/pc_engines/firmware-update.md
|
|
|
|
|
- 'Recovery': variants/pc_engines/recovery.md
|
|
|
|
|
- 'Hardware Configuration Matrix': variants/pc_engines/hardware-matrix.md
|
2024-03-28 11:28:05 +01:00
|
|
|
- 'Openness score': variants/pc_engines/openness_score.md
|
2024-05-07 08:57:33 +02:00
|
|
|
- 'FAQ': variants/pc_engines/faq.md
|
2023-02-02 15:29:36 +01:00
|
|
|
- 'Announcement': variants/pc_engines/post-eol-fw-announcement.md
|
2024-03-29 15:06:19 +01:00
|
|
|
- 'Firmware write protection': variants/pc_engines/bios-lock.md
|
2024-08-06 13:56:45 +02:00
|
|
|
- 'MinnowBoard Turbot':
|
|
|
|
|
- 'Overview': variants/minnowboard-turbot/overview.md
|
|
|
|
|
- 'Releases': variants/minnowboard-turbot/releases.md
|
|
|
|
|
- 'Building manual': variants/minnowboard-turbot/building-manual.md
|
|
|
|
|
- 'Test matrix': variants/minnowboard-turbot/test-matrix.md
|
|
|
|
|
- 'Initial Deployment': variants/minnowboard-turbot/initial-deployment.md
|
|
|
|
|
- 'Firmware update': variants/minnowboard-turbot/firmware-update.md
|
|
|
|
|
- 'Recovery': variants/minnowboard-turbot/recovery.md
|
|
|
|
|
- 'Hardware Configuration Matrix': variants/minnowboard-turbot/hardware-matrix.md
|
2022-03-02 22:40:24 +01:00
|
|
|
# - 'Development Environment':
|
|
|
|
|
# - 'Nix': dev-env/nix-dev-env.md
|
2022-11-04 18:13:37 +01:00
|
|
|
- 'Guides':
|
2024-03-18 18:26:46 +01:00
|
|
|
- 'Updating your firmware': guides/firmware-update.md
|
|
|
|
|
- 'Flashing custom firmware': guides/firmware-reflash.md
|
2022-11-08 16:23:14 +01:00
|
|
|
- 'Firmware signing for vboot': guides/vboot-signing.md
|
2022-11-18 13:26:08 +01:00
|
|
|
- 'Dasharo Reviewers Guide': guides/dasharo-reviewers-guide.md
|
2023-07-28 10:42:42 +02:00
|
|
|
- 'Verifying signatures': guides/signature-verification.md
|
2024-05-28 15:32:47 +02:00
|
|
|
- 'Boot logo replacement': guides/logo-customization.md
|
2024-07-30 23:38:55 +02:00
|
|
|
- 'Lab Assembly':
|
|
|
|
|
- 'MinnowBoard Turbot': guides/lab-assembly/minnowboard-turbot.md
|
|
|
|
|
- 'MSI PRO Z690-A and Z790-P': guides/lab-assembly/msi-zx90.md
|
|
|
|
|
- 'Protectli': guides/lab-assembly/protectli.md
|
|
|
|
|
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'Development Process':
|
|
|
|
|
- 'Source code structure': dev-proc/source-code-structure.md
|
|
|
|
|
- 'Dasharo Product Guidelines: SMBIOS Information': dev-proc/smbios-rules.md
|
|
|
|
|
- 'Versioning': dev-proc/versioning.md
|
|
|
|
|
- 'Features and bug fixes development process': dev-proc/feature-bug-fix-dev-process.md
|
|
|
|
|
- 'Standard Release Process': dev-proc/standard-release-process.md
|
2022-12-08 09:14:38 +01:00
|
|
|
- 'Documentation guidelines': dev-proc/documentation-guidelines.md
|
2023-02-03 00:57:57 +01:00
|
|
|
- 'HCL Maintainer documentation': dev-proc/hcl-maintainer.md
|
2023-09-29 15:46:41 +02:00
|
|
|
- 'Taking firmware screenshots': dev-proc/screenshots.md
|
2022-03-02 22:40:24 +01:00
|
|
|
# - 'Dasharo SKUs':
|
|
|
|
|
# - 'Overview': variants/skus-overview.md
|
|
|
|
|
# - 'Firewall': variants/firewall.md
|
|
|
|
|
# - 'Secure Firewall': variants/secure-firewall.md
|
|
|
|
|
# - 'Workstation':
|
|
|
|
|
# - 'SKU description': variants/workstation.md
|
|
|
|
|
# - 'Server': variants/server.md
|
|
|
|
|
# - 'Trustworthy Server': variants/trustworthy-server.md
|
|
|
|
|
# - 'Trustworthy Computing': variants/trustworthy-computing.md
|
|
|
|
|
# - 'Safety-Critical': variants/safety-critical.md
|
|
|
|
|
# - 'Custom': variants/custom.md
|
|
|
|
|
# - 'How to work with us?':
|
|
|
|
|
# - 'Overview': inquiries/overview.md
|
|
|
|
|
# - 'Community Edition': inquiries/community-edition.md
|
|
|
|
|
# - 'Sponsorware': inquiries/sponsorware.md
|
|
|
|
|
# - 'Commercial inquiries': inquiries/commercial-inquiries.md
|
2022-10-29 14:29:01 +02:00
|
|
|
- 'Dasharo Tools Suite':
|
|
|
|
|
- 'Overview': dasharo-tools-suite/overview.md
|
|
|
|
|
- 'Releases': dasharo-tools-suite/releases.md
|
|
|
|
|
- 'Documentation': dasharo-tools-suite/documentation.md
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'Knowledge base':
|
2022-11-06 20:35:31 +01:00
|
|
|
- 'Glossary': glossary.md
|
2022-05-31 14:37:07 +02:00
|
|
|
- 'Dasharo menu documentation':
|
|
|
|
|
- 'Overview': dasharo-menu-docs/overview.md
|
2022-12-20 17:22:28 +01:00
|
|
|
- 'Boot Maintenance Manager': dasharo-menu-docs/boot-maintenance-mgr.md
|
|
|
|
|
- 'Device Manager': dasharo-menu-docs/device-manager.md
|
|
|
|
|
- 'Dasharo System Features': dasharo-menu-docs/dasharo-system-features.md
|
2024-02-28 11:22:45 +01:00
|
|
|
- 'Dasharo APU Configuration': dasharo-menu-docs/dasharo-apu-configuration.md
|
2022-07-12 11:19:13 +02:00
|
|
|
- 'Checkbox certification software usage': common-coreboot-docs/checkbox.md
|
2022-08-21 12:19:19 +02:00
|
|
|
- 'Dumping logs': common-coreboot-docs/dumping_logs.md
|
2024-03-06 18:51:36 +01:00
|
|
|
- 'Firmware Update Mode': kb/firmware-update-mode.md
|
2024-07-30 00:26:05 +03:00
|
|
|
- 'EDK2 UEFI Capsule Updates': kb/edk2-capsule-updates.md
|
2024-06-19 01:09:26 +03:00
|
|
|
- 'PCR Measurements': kb/pcr-measurements.md
|
2022-03-02 22:40:24 +01:00
|
|
|
# - 'Trolling Topics List':
|
|
|
|
|
# - 'Introduction': osf-trolling-list/osf_issues_taxonomy.md
|
2023-01-15 20:20:32 +01:00
|
|
|
- 'FAQ':
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'Introduction': osf-trivia-list/introduction.md
|
2023-03-06 17:12:50 +01:00
|
|
|
- 'Dasharo': osf-trivia-list/dasharo.md
|
2024-05-14 11:26:03 +02:00
|
|
|
- 'Dasharo Entry Subscription': osf-trivia-list/dasharo-entry-subscription.md
|
2022-09-25 00:20:02 +02:00
|
|
|
- 'Dasharo Tools Suite': osf-trivia-list/dts.md
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'Deployment': osf-trivia-list/deployment.md
|
|
|
|
|
- 'Firmware build process': osf-trolling-list/build_process.md
|
|
|
|
|
# - 'Firmware release process': osf-trolling-list/release_process.md
|
|
|
|
|
- 'Trusted Computing': osf-trolling-list/trusted_computing.md
|
2022-04-05 13:46:42 +02:00
|
|
|
- 'Jira Service Management': osf-trolling-list/jsm_documentation.md
|
2022-04-19 16:49:36 +02:00
|
|
|
- 'Intel ME/CSME': osf-trivia-list/me.md
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'Ecosystem':
|
|
|
|
|
- 'Overview': ecosystem/overview.md
|
|
|
|
|
# - 'Customer Infrastructure': ecosystem/customer-infrastructure.md
|
|
|
|
|
- 'Transparent Validation':
|
|
|
|
|
# - 'Overview': ecosystem/transparent-validation.md
|
|
|
|
|
# - 'Testing Infrastructure': ecosystem/testing-infrastructure.md
|
|
|
|
|
# - 'Hardware Laboratory': ecosystem/hardware-infrastructure.md
|
2022-10-26 17:32:48 +02:00
|
|
|
- 'MSI PRO Z690-A':
|
|
|
|
|
- 'Presale assembly and validation': transparent-validation/msi-z690/presale-assembly-and-validation.md
|
2023-06-14 10:57:03 +02:00
|
|
|
- 'Supermicro X11 LGA1151 Series':
|
|
|
|
|
- 'Theory of Operation': transparent-validation/supermicro_x11_lga1151_series/theory-of-operation.md
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'muxPi':
|
|
|
|
|
- 'Theory of Operations': transparent-validation/muxpi/theory-of-operations.md
|
|
|
|
|
- 'Basic validation': transparent-validation/muxpi/basic-validation.md
|
|
|
|
|
- 'Remote Testing Environment':
|
|
|
|
|
- 'Introduction': transparent-validation/rte/introduction.md
|
|
|
|
|
- 'Specification': transparent-validation/rte/v1.1.0/specification.md
|
2022-10-07 12:39:22 +02:00
|
|
|
- 'Getting Started':
|
|
|
|
|
- 'Quick Start Guide': transparent-validation/rte/v1.1.0/quick-start-guide.md
|
|
|
|
|
- 'Serial Port Connection Guide': transparent-validation/rte/v1.1.0/serial-port-connection-guide.md
|
|
|
|
|
- 'Flashing Guide': transparent-validation/rte/v1.1.0/flashing-guide.md
|
2022-04-06 00:45:33 +02:00
|
|
|
# - 'RTE and PC Engines': transparent-validation/rte/pcengines.md
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'RTE Reference OS': transparent-validation/rte/v1.1.0/reference-os.md
|
|
|
|
|
- 'Revision History': transparent-validation/rte/revision-history.md
|
|
|
|
|
- 'SD Wire':
|
|
|
|
|
- 'Getting started': transparent-validation/sd-wire/getting-started.md
|
|
|
|
|
- 'Specification': transparent-validation/sd-wire/specification.md
|
|
|
|
|
- 'Usage': transparent-validation/sd-wire/usage-validation.md
|
2023-11-22 11:55:48 +01:00
|
|
|
- 'FAQ': transparent-validation/sd-wire/faq.md
|
2023-11-27 12:48:39 +01:00
|
|
|
- 'Sonoff':
|
|
|
|
|
- 'Sonoff preparation': transparent-validation/sonoff/sonoff_preparation.md
|
2022-11-14 11:38:09 +01:00
|
|
|
- 'PiKVM':
|
2022-11-15 14:06:48 +01:00
|
|
|
- 'Assembly and validation': transparent-validation/pikvm/assembly-and-validation.md
|
2023-10-18 12:30:34 +02:00
|
|
|
- 'Twonkie':
|
|
|
|
|
- 'Introduction': transparent-validation/twonkie/introduction.md
|
2024-04-23 13:15:04 +02:00
|
|
|
- 'EC Debugger':
|
|
|
|
|
- 'I2C to UART relay': transparent-validation/ec-debugger/uart-relay.md
|
2022-03-02 22:40:24 +01:00
|
|
|
# - 'Secure Storage': ecosystem/secure-storage.md
|
|
|
|
|
# - 'Signing Server': ecosystem/signing-server.md
|
|
|
|
|
# - 'Attestation Server': ecosystem/attestation-server.md
|
|
|
|
|
# - 'Deployment and Provisioning Server': ecosystem/deployment-and-provisioning-server.md
|
|
|
|
|
# - 'Reference OS': ecosystem/reference-os.md
|
|
|
|
|
# - 'Publishing Server': ecosystem/publishing-server.md
|
|
|
|
|
# - 'End User Device': ecosystem/end-user.md
|
2022-03-15 11:20:10 +01:00
|
|
|
- 'Dasharo Test Specification':
|
2022-03-16 09:07:56 +01:00
|
|
|
- 'Overview': unified-test-documentation/overview.md
|
2022-03-15 11:20:10 +01:00
|
|
|
- 'Generic Test Setup': unified-test-documentation/generic-test-setup.md
|
2024-02-08 12:26:51 +01:00
|
|
|
- 'Generic Testing Stand Setup': unified-test-documentation/generic-testing-stand-setup.md
|
2022-04-01 10:20:06 +02:00
|
|
|
- 'Dasharo compatibility':
|
2022-03-15 15:53:41 +01:00
|
|
|
- 'Coreboot Base Port': unified-test-documentation/dasharo-compatibility/100-coreboot-base-port.md
|
|
|
|
|
- 'Memory HCL': unified-test-documentation/dasharo-compatibility/301-memory-hcl.md
|
2022-05-18 12:21:05 +02:00
|
|
|
- 'Custom Boot Keys': unified-test-documentation/dasharo-compatibility/303-custom-boot-menu-key.md
|
2022-03-15 15:53:41 +01:00
|
|
|
- 'Custom Logo': unified-test-documentation/dasharo-compatibility/304-custom-logo.md
|
2022-05-31 17:22:22 +02:00
|
|
|
- 'Custom Boot Order': unified-test-documentation/dasharo-compatibility/325-custom-boot-order.md
|
2022-04-15 10:52:02 +02:00
|
|
|
- 'Petitboot payload support': unified-test-documentation/dasharo-compatibility/31V-petitboot-payload-support.md
|
2022-04-15 10:22:42 +02:00
|
|
|
- 'Heads bootloader support': unified-test-documentation/dasharo-compatibility/31U-heads-bootloader-support.md
|
2022-03-15 15:53:41 +01:00
|
|
|
- 'SMBIOS': unified-test-documentation/dasharo-compatibility/31L-smbios.md
|
2022-04-15 13:32:56 +02:00
|
|
|
- 'Device Tree': unified-test-documentation/dasharo-compatibility/31W-device-tree.md
|
2022-03-15 15:53:41 +01:00
|
|
|
- 'USB HID and MSC support': unified-test-documentation/dasharo-compatibility/306-usb-hid-and-msc-support.md
|
2022-04-15 09:36:24 +02:00
|
|
|
- 'CPU status': unified-test-documentation/dasharo-compatibility/31T-cpu-status.md
|
2022-03-15 11:20:10 +01:00
|
|
|
- 'NVME support': unified-test-documentation/dasharo-compatibility/312-nvme-support.md
|
|
|
|
|
- 'Network boot': unified-test-documentation/dasharo-compatibility/315-network-boot.md
|
2022-07-13 12:59:06 +02:00
|
|
|
- 'Network boot utilities': unified-test-documentation/dasharo-compatibility/315b-netboot-utilities.md
|
2022-03-15 11:20:10 +01:00
|
|
|
- 'SD card reader': unified-test-documentation/dasharo-compatibility/316-sdcard-reader.md
|
|
|
|
|
- 'USB camera': unified-test-documentation/dasharo-compatibility/317-usb-camera.md
|
|
|
|
|
- 'Wi-Fi and Bluetooth support': unified-test-documentation/dasharo-compatibility/318-m2-wifi-bluetooth.md
|
|
|
|
|
- 'Display ports and LCD': unified-test-documentation/dasharo-compatibility/31E-display-ports-and-lcd.md
|
|
|
|
|
- 'Audio Subsystem': unified-test-documentation/dasharo-compatibility/31F-audio-subsystem.md
|
2023-06-27 16:10:40 +02:00
|
|
|
- 'USB-C support': unified-test-documentation/dasharo-compatibility/31H-usb-type-c.md
|
2022-03-15 10:12:21 +01:00
|
|
|
- 'Memtest payload support': unified-test-documentation/dasharo-compatibility/30L-memtest-payload-support.md
|
2022-04-27 09:57:05 +02:00
|
|
|
- 'Windows booting': unified-test-documentation/dasharo-compatibility/31A-windows-booting.md
|
2022-03-15 11:28:17 +01:00
|
|
|
- 'Sleep mode': unified-test-documentation/dasharo-compatibility/31J-sleep-mode.md
|
2022-03-15 11:37:43 +01:00
|
|
|
- 'UEFI compatible interface': unified-test-documentation/dasharo-compatibility/30M-uefi-compatible-interface.md
|
|
|
|
|
- 'UEFI Shell': unified-test-documentation/dasharo-compatibility/30P-uefi-shell.md
|
2022-03-15 12:11:51 +01:00
|
|
|
- 'Platform suspend and resume': unified-test-documentation/dasharo-compatibility/31M-platform-suspend-and-resume.md
|
2022-03-28 10:27:04 +02:00
|
|
|
- 'FreeBSD support': unified-test-documentation/dasharo-compatibility/307-freebsd-support.md
|
2022-03-23 13:37:13 +01:00
|
|
|
- 'Debian Stable and Ubuntu LTS support': unified-test-documentation/dasharo-compatibility/308-debian-stable-and-ubuntu-lts-support.md
|
2022-12-02 09:56:18 +01:00
|
|
|
- 'QubesOS support': unified-test-documentation/dasharo-compatibility/309-qubesos-support.md
|
2022-12-01 16:08:39 +01:00
|
|
|
- 'Fedora support': unified-test-documentation/dasharo-compatibility/310-fedora-support.md
|
2023-02-01 12:16:45 +01:00
|
|
|
- 'pfSense support': unified-test-documentation/dasharo-compatibility/341-pfSense-support.md
|
|
|
|
|
- 'OPNsense support': unified-test-documentation/dasharo-compatibility/342-OPNsense-support.md
|
2023-03-27 17:11:30 +02:00
|
|
|
- 'Proxmox support': unified-test-documentation/dasharo-compatibility/348-proxmox-support.md
|
|
|
|
|
- 'Ubuntu Server support': unified-test-documentation/dasharo-compatibility/349-ubuntu-server-support.md
|
2022-03-15 13:11:04 +01:00
|
|
|
- 'USB detection': unified-test-documentation/dasharo-compatibility/31O-usb-detect.md
|
|
|
|
|
- 'USB booting': unified-test-documentation/dasharo-compatibility/31N-usb-boot.md
|
2022-03-15 13:20:09 +01:00
|
|
|
- 'coreboot Fan control': unified-test-documentation/dasharo-compatibility/S31-coreboot-fan-control.md
|
2022-12-12 12:15:57 +01:00
|
|
|
- 'Fan speed': unified-test-documentation/dasharo-compatibility/S30-fan-speed.md
|
2022-03-15 13:34:55 +01:00
|
|
|
- 'Embedded Controller and Super I/O initialization ': unified-test-documentation/dasharo-compatibility/31G-ec-and-superio.md
|
2022-03-15 14:33:46 +01:00
|
|
|
- 'Nvidia Graphics support': unified-test-documentation/dasharo-compatibility/319-nvidia-graphics.md
|
2022-03-22 16:13:45 +01:00
|
|
|
- 'Flash write protection': unified-test-documentation/dasharo-compatibility/31P-flash-write-protection.md
|
2022-04-01 10:20:06 +02:00
|
|
|
- 'Custom Network Boot entries': unified-test-documentation/dasharo-compatibility/30A-custom-network-boot-entries.md
|
|
|
|
|
- 'M.2 automatic SATA/NVMe switching support': unified-test-documentation/dasharo-compatibility/31I-nvme-switching.md
|
|
|
|
|
- 'miniPCIe slot verification': unified-test-documentation/dasharo-compatibility/31K-minipcie-verification.md
|
|
|
|
|
- 'eMMC support': unified-test-documentation/dasharo-compatibility/31M-emmc-support.md
|
2023-10-25 14:07:30 +02:00
|
|
|
- 'PCI Express ports': unified-test-documentation/dasharo-compatibility/31R-pcie-ports.md
|
2023-01-09 13:00:47 +01:00
|
|
|
- 'SATA LED and PC speaker error indication': unified-test-documentation/dasharo-compatibility/31S-sata-led-and-pc-speaker-error-indication.md
|
2022-10-05 11:01:19 +02:00
|
|
|
- 'Firmware locally building and flashing': unified-test-documentation/dasharo-compatibility/326b-firmware-building-locally.md
|
2022-05-11 16:36:45 +02:00
|
|
|
- 'Firmware update using fwupd': unified-test-documentation/dasharo-compatibility/320-fwupd-firmware-update.md
|
2022-10-17 15:52:43 +02:00
|
|
|
- 'Dasharo Tools Suite': unified-test-documentation/dasharo-compatibility/326-dasharo-tools-suite.md
|
2022-08-18 11:07:04 +02:00
|
|
|
- 'Embedded controller flashing': unified-test-documentation/dasharo-compatibility/327-embedded_controller_flashing.md
|
2022-10-05 19:40:09 +02:00
|
|
|
- 'Logo customization': unified-test-documentation/dasharo-compatibility/328-logo-customization-functionality.md
|
2023-02-15 10:20:48 +01:00
|
|
|
- 'Super I/O initialization - QubesOS': unified-test-documentation/dasharo-compatibility/343-super-I-O-initialization-on-QubesOS.md
|
|
|
|
|
- 'Display Resolution - QubesOS': unified-test-documentation/dasharo-compatibility/345-display-resolution.md
|
2023-02-15 10:32:58 +01:00
|
|
|
- 'Device power control operations': unified-test-documentation/dasharo-compatibility/344-power-operations.md
|
2023-02-15 10:20:48 +01:00
|
|
|
- 'SATA hot plug': unified-test-documentation/dasharo-compatibility/346-SATA-hotplug-detection.md
|
2023-03-27 12:18:44 +02:00
|
|
|
- 'Sign of life': unified-test-documentation/dasharo-compatibility/347-sign-of-life.md
|
2023-06-12 11:15:59 +02:00
|
|
|
- 'BIOS menu function keys': unified-test-documentation/dasharo-compatibility/357-bios-menu-function-keys.md
|
2023-06-14 13:46:32 +02:00
|
|
|
- 'Suspend Mechanism Switching S0ix/S3': unified-test-documentation/dasharo-compatibility/358-suspend-mechanism-switching-S0ix-S3.md
|
2023-10-27 15:47:35 +02:00
|
|
|
- 'Block boot when battery is low': unified-test-documentation/dasharo-compatibility/359-boot-blocking.md
|
2023-09-26 13:56:47 +02:00
|
|
|
- 'Power State after Power Fail': unified-test-documentation/dasharo-compatibility/360-power-after-fail.md
|
2023-10-02 12:13:26 +02:00
|
|
|
- 'ESP scanning': unified-test-documentation/dasharo-compatibility/361-esp-scanning.md
|
2023-12-08 13:05:29 +01:00
|
|
|
- 'Dasharo Configuration Utility': unified-test-documentation/dasharo-compatibility/362-dcu.md
|
2022-03-15 13:11:04 +01:00
|
|
|
- 'Dasharo security':
|
2022-03-15 11:20:10 +01:00
|
|
|
- 'TPM support': unified-test-documentation/dasharo-security/200-tpm-support.md
|
2024-02-13 13:43:49 +01:00
|
|
|
- "TPM2 Commands": unified-test-documentation/dasharo-security/200-tpm2-commands.md
|
2022-03-15 11:20:10 +01:00
|
|
|
- 'Verified Boot': unified-test-documentation/dasharo-security/201-verified-boot.md
|
|
|
|
|
- 'Measured Boot': unified-test-documentation/dasharo-security/203-measured-boot.md
|
|
|
|
|
- 'Secure Boot': unified-test-documentation/dasharo-security/206-secure-boot.md
|
2023-04-12 10:11:50 +02:00
|
|
|
- 'ME neuter/disable': unified-test-documentation/dasharo-security/20F-me-neuter.md
|
2022-07-13 17:13:15 +02:00
|
|
|
- 'BIOS lock support': unified-test-documentation/dasharo-security/20J-bios-lock-support.md
|
2023-03-08 10:38:53 +01:00
|
|
|
- 'SMM BIOS write protection': unified-test-documentation/dasharo-security/20O-SMM-bios-write-protection.md
|
2023-01-09 13:44:53 +01:00
|
|
|
- 'Early boot DMA protection': unified-test-documentation/dasharo-security/20L-early-boot-dma-protection.md
|
2023-03-15 13:04:03 +01:00
|
|
|
- 'Boot menu enable/disable': unified-test-documentation/dasharo-security/20P-boot-menu.md
|
2023-03-13 12:27:57 +01:00
|
|
|
- 'UEFI Setup password': unified-test-documentation/dasharo-security/20R-uefi-setup-password.md
|
|
|
|
|
- 'USB stack enable/disable': unified-test-documentation/dasharo-security/20S-usb-stack.md
|
|
|
|
|
- 'Network stack enable/disable': unified-test-documentation/dasharo-security/20T-network-boot.md
|
2023-05-16 14:04:28 +02:00
|
|
|
- 'Boot Guard support': unified-test-documentation/dasharo-security/207-boot-guard-support.md
|
2023-08-04 12:17:42 +02:00
|
|
|
- 'TCG OPAL disk password support': unified-test-documentation/dasharo-security/208-opal-disk-password-support.md
|
2024-01-19 17:34:09 +01:00
|
|
|
- 'Memory Profiles': unified-test-documentation/dasharo-compatibility/363-xmp.md
|
2022-03-22 16:13:45 +01:00
|
|
|
- 'Dasharo performance':
|
|
|
|
|
- 'Coreboot boot measure': unified-test-documentation/dasharo-performance/400-coreboot-boot-measure.md
|
2022-06-29 16:33:59 +02:00
|
|
|
- 'Device boot measure': unified-test-documentation/dasharo-performance/403-device-boot-measure.md
|
2022-05-25 08:45:17 +02:00
|
|
|
- 'CPU temperature measure': unified-test-documentation/dasharo-performance/401-cpu-temperature.md
|
2022-05-19 10:16:28 +02:00
|
|
|
- 'CPU frequency measure': unified-test-documentation/dasharo-performance/402-cpu-frequency.md
|
2022-07-28 11:28:34 +02:00
|
|
|
- 'Platform stability': unified-test-documentation/dasharo-performance/404-platform-stability.md
|
2022-08-18 10:12:10 +02:00
|
|
|
- 'Fan control measure': unified-test-documentation/dasharo-performance/405-fan-control-measure.md
|
2022-12-12 12:15:57 +01:00
|
|
|
- 'Custom fan curve': unified-test-documentation/dasharo-performance/406-custom-fan-curve.md
|
2023-04-07 06:52:30 +02:00
|
|
|
- 'Ubuntu booting performance test': unified-test-documentation/dasharo-performance/407-ubuntu-booting-performance-test.md
|
|
|
|
|
- 'Debian booting performance test': unified-test-documentation/dasharo-performance/408-debian-booting-performance-test.md
|
|
|
|
|
- 'FreeBSD booting performance test': unified-test-documentation/dasharo-performance/409-freebsd-booting-performance-test.md
|
|
|
|
|
- 'Proxmox booting performance test': unified-test-documentation/dasharo-performance/410-proxmox-booting-performance-test.md
|
|
|
|
|
- 'Ubuntu Server booting performance test': unified-test-documentation/dasharo-performance/411-ubuntu-server-booting-performance-test.md
|
|
|
|
|
- 'OPNsense (serial output) booting performance test': unified-test-documentation/dasharo-performance/412-opnsense-serial-booting-performance-test.md
|
|
|
|
|
- 'OPNsense (VGA output) booting performance test': unified-test-documentation/dasharo-performance/413-opnsense-vga-booting-performance-test.md
|
|
|
|
|
- 'pfSense (serial output) booting performance test': unified-test-documentation/dasharo-performance/414-pfsense-serial-booting-performance-test.md
|
|
|
|
|
- 'pfSense (VGA output) booting performance test': unified-test-documentation/dasharo-performance/415-pfsense-vga-booting-performance-test.md
|
|
|
|
|
- 'Windows booting performance test': unified-test-documentation/dasharo-performance/416-windows-booting-performance-test.md
|
2023-06-22 11:06:36 +02:00
|
|
|
- 'Dasharo stability':
|
2023-06-28 10:17:31 +02:00
|
|
|
- 'USB Type-A devices detection': unified-test-documentation/dasharo-stability/C01-usb-type-a-devices-detection.md
|
2023-06-28 09:16:18 +02:00
|
|
|
- 'M.2 Wi-fi': unified-test-documentation/dasharo-stability/C02-m2-wi-fi.md
|
2023-06-28 09:41:24 +02:00
|
|
|
- 'NVMe detection': unified-test-documentation/dasharo-stability/C03-nvme-detection.md
|
2023-12-19 19:23:59 +01:00
|
|
|
- 'Power management': unified-test-documentation/dasharo-stability/C04-power-management.md
|
2023-06-20 16:33:59 +02:00
|
|
|
- 'NET interface check after coldboot/warmboot/reboot/suspend': unified-test-documentation/dasharo-stability/01-net-controller-after-coldboot-warmboot-reboot-suspend.md
|
2022-03-02 22:40:24 +01:00
|
|
|
- 'Roadmap': ecosystem/roadmap.md
|
2022-11-06 20:35:31 +01:00
|
|
|
- 'Quality Principles': quality-principles/introduction.md
|
|
|
|
|
# - 'Introduction':
|
|
|
|
|
# - 'Dasharo Quality Criteria': quality-principles/dasharo-quality-criteria.md
|
|
|
|
|
- 'Value proposition':
|
|
|
|
|
- 'Overview': value-prop/overview.md
|
|
|
|
|
- 'Security': value-prop/security.md
|
|
|
|
|
- 'Compatibility': value-prop/compatibility.md
|
|
|
|
|
# - 'Performance': value-prop/performance.md
|
|
|
|
|
- 'Marketing': value-prop/marketing.md
|
|
|
|
|
# - 'Certification Program':
|
|
|
|
|
# - 'Overview': value-prop/certification-program/overview.md
|
|
|
|
|
#
|
|
|
|
|
- 'Ways you can help us': ways-you-can-help-us.md
|
2022-03-24 18:07:02 +01:00
|
|
|
- 'Projects':
|
2023-01-31 10:24:06 +01:00
|
|
|
- 'TrenchBoot Anti Evil Maid (current plan - v2)': projects/trenchboot-aem-v2.md
|
|
|
|
|
- 'TrenchBoot Anti Evil Maid (previoius plan - v1)': projects/trenchboot-aem.md
|
2023-07-31 16:57:57 +02:00
|
|
|
- 'UEFI Capsule Update for coreboot with EDK II': projects/capsule-updates.md
|