Skip to content
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

dasharo-compatibility/363-xmp.md: add XMP boot test #745

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/unified-test-documentation/dasharo-compatibility/363-xmp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Dasharo Compatibility: Memory Profile Switching

## MPS003.001 Booting at XMP profile 1

**Test description**

This test aims to verify that XMP profile #1 is functional and that the DUT is
able to train memory at the settings specified by the XMP profile.

> XMP is an overclocking feature. The outcome of this test is inherently
> dependent on the DIMM modules tested as well as the silicon quality of the CPU
> itself.

**Test configuration data**

1. `FIRMWARE` = Dasharo

**Test setup**

1. Proceed with the
[Generic test setup: firmware](../generic-test-setup.md#firmware).

**Test steps**

1. Power on the DUT.
1. While booting, press the `SETUP_MENU_KEY` to enter Setup Menu.
1. Enter the `Dasharo System Features` menu option.
1. Enter the `Memory Configuration` submenu.
1. Set the `Memory SPD Profile` option to the `XMP Profile 1` setting.
1. Save settings and reset the DUT.

**Expected result**

The DUT correctly boots after the setting is applied.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ nav:
- 'Network stack enable/disable': unified-test-documentation/dasharo-security/20T-network-boot.md
- 'Boot Guard support': unified-test-documentation/dasharo-security/207-boot-guard-support.md
- 'TCG OPAL disk password support': unified-test-documentation/dasharo-security/208-opal-disk-password-support.md
- 'Memory Profiles': unified-test-documentation/dasharo-compatibility/363-xmp.md
- 'Dasharo performance':
- 'Coreboot boot measure': unified-test-documentation/dasharo-performance/400-coreboot-boot-measure.md
- 'Device boot measure': unified-test-documentation/dasharo-performance/403-device-boot-measure.md
Expand Down