diff --git a/docs/unified-test-documentation/dasharo-compatibility/362-coreboot-customizer.md b/docs/unified-test-documentation/dasharo-compatibility/362-dcu.md similarity index 78% rename from docs/unified-test-documentation/dasharo-compatibility/362-coreboot-customizer.md rename to docs/unified-test-documentation/dasharo-compatibility/362-dcu.md index c54ee0d97e..c65547c731 100644 --- a/docs/unified-test-documentation/dasharo-compatibility/362-coreboot-customizer.md +++ b/docs/unified-test-documentation/dasharo-compatibility/362-dcu.md @@ -1,12 +1,12 @@ -# Dasharo Compatibility: DMI editing tool +# Dasharo Compatibility: Dasharo Configuration Utility -## DMI001.001 Change the UUID +## DCU001.001 Change the UUID **Test description** -The Dasharo Configuration Utility tool is a part of the Dasharo Tools Suite. -This test case verifies that the UUID encoded in the DMI table of an -image can be changed using our utility. +The Dasharo Configuration Utility is a part of the Dasharo Tools Suite. This +test case verifies that the UUID encoded in the DMI table of an image can be +changed using our utility. **Test configuration data** @@ -32,7 +32,7 @@ coreboot.rom` The UUID of the platform should be `96bcfa1a-42b4-6717-a44c-d8bbc18cbea4`, just as we had set it. -## DMI002.001 Change the serial number +## DCU002.001 Change the serial number **Test description** @@ -61,12 +61,13 @@ image can be changed using our utility. The serial number of the platform should be `D01234567`, just as we had set it. -## DMI003.001 Change the bootsplash logo +## DCU003.001 Change the bootsplash logo **Test description** This test case verifies that the bootsplash logo of an image can be changed -using our utility. +using our utility. **PLEASE NOTE** that a display device must be physically +connected to the DUT for this test to pass. **Test configuration data** @@ -80,7 +81,7 @@ using our utility. **Test steps** -1. Run `./dcu logo -l ./logo.svg` +1. Run `./dcu logo -l ./logo.svg coreboot.rom` 1. Flash the `coreboot.rom` file onto the platform. 1. Power on the DUT. 1. Verify the bootsplash logo. diff --git a/mkdocs.yml b/mkdocs.yml index 66b3f82e3b..d788b58fef 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -436,7 +436,7 @@ nav: - 'Block boot when battery is low': unified-test-documentation/dasharo-compatibility/359-boot-blocking.md - 'Power State after Power Fail': unified-test-documentation/dasharo-compatibility/360-power-after-fail.md - 'ESP scanning': unified-test-documentation/dasharo-compatibility/361-esp-scanning.md - - 'DMI editing tool': unified-test-documentation/dasharo-compatibility/362-coreboot-customizer.md + - 'Dasharo Configuration Utility': unified-test-documentation/dasharo-compatibility/362-dcu.md - 'Dasharo security': - 'TPM support': unified-test-documentation/dasharo-security/200-tpm-support.md - 'Verified Boot': unified-test-documentation/dasharo-security/201-verified-boot.md