From 25a42e633740b8b8a3f9cbbdf5ef6901f63dd3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20Kara=C5=9B?= Date: Wed, 23 Mar 2022 12:11:21 +0100 Subject: [PATCH] clevo_nv41/hardware-matrix.md: created the filestructure for laptops MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Damian Karaƛ --- docs/variants/clevo_nv41/hardware-matrix.md | 78 +++++++++++++++++++ .../clevo_nv41/testing_configuration.md | 33 -------- mkdocs.yml | 2 +- 3 files changed, 79 insertions(+), 34 deletions(-) create mode 100644 docs/variants/clevo_nv41/hardware-matrix.md delete mode 100644 docs/variants/clevo_nv41/testing_configuration.md diff --git a/docs/variants/clevo_nv41/hardware-matrix.md b/docs/variants/clevo_nv41/hardware-matrix.md new file mode 100644 index 00000000..416500b1 --- /dev/null +++ b/docs/variants/clevo_nv41/hardware-matrix.md @@ -0,0 +1,78 @@ +# coreboot testing hardware configurations + +## Introduction + +This document describes the hardware configurations used for validation of the +coreboot port on the Clevo NV41 laptop. + +## Laptops hardware configuration matrix + +The tables below contain information about current components of the testing +environment for Clevo NV41 laptops available in 3mdeb testing laboratory. + +## NV41MZ + +| Component | Description | +|--------------------------------|-----------------------------------------| +| **CPU** | Intel Core i7-11TBD | +| | Internal Cooling | +| **GPU** | N/A | +| **RAM** | Slot 1: KVR29S21S6/8 | +| | Slot 2: KVR29S21S6/8 | +| **SSD** | NVMe Samsung 980 PRO 250 GB | +| **Flash memory** | TBD | +| **Network** | Local network wired connection | +| **Attached devices** | 1. TBD USB stick | +| | 2. Keyboard TBD | +| | 3. USB-C Hub TBD | +| | 4. Pi-KVM virtual mouse and keyboard | +| | TBD - internal screen, keyboard, camera?| +| **Power Supply** | 85 W TBD | +| **Power Control** | 1. N/A | +| **Remote Testing Environment** | 1. OpenSSH Server rev. TBD | + +## NV41MB + +| Component | Description | +|--------------------------------|-----------------------------------------| +| **CPU** | Intel Core i7-11TBD | +| | Internal Cooling | +| **GPU** | NVIDIA GeForce GTX1650 4 GB | +| **RAM** | Slot 1: KVR29S21D8/32 | +| | Slot 2: KVR29S21D8/32 | +| **SSD** | NVMe Samsung 980 PRO 250 GB | +| **Flash memory** | TBD | +| **Network** | Local network wired connection | +| **Attached devices** | 1. TBD USB stick | +| | TBD - internal screen, keyboard, camera?| +| **Power Supply** | 85 W TBD | +| **Power Control** | 1. N/A | +| **Remote Testing Environment** | 1. OpenSSH Server rev. TBD | + +TBD: +below info will be deleted + +## NV41MZ #1 + +- SSD: NVMe Samsung 980 PRO 250GB +- Memory: + + Slot 1: KVR29S21S6/8 + + Slot 2: KVR29S21S6/8 +- Monitor: HDMI 1920x1080p +- USB: + + Pi-KVM virtual mouse and keyboard + + USB SanDisk 3.2Gen1 16 GB + +## NV41MZ #2 + +- SSD: NVMe Samsung 980 PRO 250GB +- Memory: + + Slot 1: KVR29S21S8/16 + + Slot 2: KVR29S21S8/16 + +## NV41MB #1 + +- SSD: NVMe Samsung 980 PRO 250GB +- Memory: + + Slot 1: KVR29S21D8/32 + + Slot 2: KVR29S21D8/32 diff --git a/docs/variants/clevo_nv41/testing_configuration.md b/docs/variants/clevo_nv41/testing_configuration.md deleted file mode 100644 index 88a82fed..00000000 --- a/docs/variants/clevo_nv41/testing_configuration.md +++ /dev/null @@ -1,33 +0,0 @@ -# coreboot testing hardware configurations - -## Introduction - -This document describes the hardware configurations used for validation of the -coreboot port. - -## Laptops - -## NV41MZ #1 - -- SSD: NVMe Samsung 980 PRO 250GB -- Memory: - + Slot 1: KVR29S21S6/8 - + Slot 2: KVR29S21S6/8 -- Monitor: HDMI 1920x1080p -- USB: - + Pi-KVM virtual mouse and keyboard - + USB SanDisk 3.2Gen1 16 GB - -## NV41MZ #2 - -- SSD: NVMe Samsung 980 PRO 250GB -- Memory: - + Slot 1: KVR29S21S8/16 - + Slot 2: KVR29S21S8/16 - -## NV41MB #1 - -- SSD: NVMe Samsung 980 PRO 250GB -- Memory: - + Slot 1: KVR29S21D8/32 - + Slot 2: KVR29S21D8/32 diff --git a/mkdocs.yml b/mkdocs.yml index 0f57d97a..8ef0846b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -53,7 +53,7 @@ nav: - 'Flashing with external programmer': variants/clevo_nv41/flashing_external.md - 'Flashing with internal programmer': variants/clevo_nv41/flashing_internal.md - 'Post-installation steps': variants/clevo_nv41/post_install.md - - 'Hardware Configuration Matrix': variants/clevo_nv41/testing_configuration.md + - 'Hardware Configuration Matrix': variants/clevo_nv41/hardware-matrix.md - 'Logo customization': common-coreboot-docs/custom_logo.md - 'Openness score': variants/clevo_nv41/openness_analysis.md - 'LVFS report': variants/clevo_nv41/lvfs_report.md