Skip to content

Commit

Permalink
Merge pull request #906 from Dasharo/add-v5x0tnx
Browse files Browse the repository at this point in the history
Add v5x0tnx
  • Loading branch information
artur-rs authored Sep 26, 2024
2 parents d0e64d5 + 2adb170 commit 22bd321
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[codespell]
exclude-file = .codespellx
ignore-words-list = "FPT,FTP,fpt,ftp,Compex,compex,dout,doubt,HDA,HAD,hda,had"
ignore-words-list = FPT,FTP,fpt,ftp,Compex,compex,dout,doubt,HDA,HAD,hda,had,TNE
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- commit-msg

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.3.0
hooks:
- id: codespell

Expand Down
4 changes: 2 additions & 2 deletions docs/dasharo-menu-docs/dasharo-system-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ Currently available options:
generation Intel Core processors or newer).
> Note: On some devices, S3 support is considered experimental. On these
> devices, the option will be marked as such.
- `Battery Start Treshold` - The value set by this option represents the
- `Battery Start Threshold` - The value set by this option represents the
percentage of battery power; if it is above this value, the DUT won't start
charging. If the DUT has started charging before this level, it will not stop
until the battery stop threshold is reached.
- `Battery Stop Treshold` - the value set by this option represents the
- `Battery Stop Threshold` - the value set by this option represents the
percentage of battery power that the device will never exceed - it will
stop charging.

Expand Down
35 changes: 17 additions & 18 deletions docs/dasharo-tools-suite/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@ that it boots on the following platforms:

* ASUS KGPE-D16,
* Dell OptiPlex 7010/9010,
* MSI PRO Z690-A DDR4 ([test
report](https://docs.google.com/spreadsheets/d/16wokQYhtS7XA1DQC3Om7FY-IImG6SZisGK7NnzyRGVY/edit#gid=0&range=A75)),
* MSI PRO Z690-A DDR5 ([test
report](https://docs.google.com/spreadsheets/d/16wokQYhtS7XA1DQC3Om7FY-IImG6SZisGK7NnzyRGVY/edit#gid=777478871&range=A81)),
* MSI PRO Z690-A DDR4,
* MSI PRO Z690-A DDR5,
* MSI PRO Z790-P DDR4,
* MSI PRO Z790-P DDR5 ([test
report](https://docs.google.com/spreadsheets/d/16wokQYhtS7XA1DQC3Om7FY-IImG6SZisGK7NnzyRGVY/edit#gid=1609693601&range=A92)),
* NovaCustom NV4x ([test
report](https://docs.google.com/spreadsheets/d/1LOXY9HCu-fMitkYwX08iLsQdSNenzyU0LnMdVbZB5Do/edit#gid=536764189&range=A161)),
* NovaCustom NS5x/7x ([test
report](https://docs.google.com/spreadsheets/d/1LOXY9HCu-fMitkYwX08iLsQdSNenzyU0LnMdVbZB5Do/edit#gid=38447675&range=A174)),
* NovaCustom V54x/56x ([test
report](https://docs.google.com/spreadsheets/d/1wSE6xA3K3nXewwLn5lV39_2wZL1kg5AkGb4mvmG3bwE/edit?gid=382389731#gid=382389731))
* MSI PRO Z790-P DDR5,
* NovaCustom NV4x
* NovaCustom NS5x/7x,
* NovaCustom V540TU/TND,
* NovaCustom V560TU/TND/TNE,
* PC Engines apu2/3/4/6.

## Running
Expand Down Expand Up @@ -309,7 +304,8 @@ This feature is supported on the following platforms:

And partially (only EC firmware flashing) on:

* NovaCustom V54x/56x.
* NovaCustom V540TU/TNx,
* NovaCustom V560TU/TNx.

### HCL Report

Expand Down Expand Up @@ -561,11 +557,14 @@ BIOS lock is turned off this time.
DTS allows performing full Embedded Controller firmware transition from the
proprietary vendor EC firmware to the Dasharo EC firmware. Currently, this
functionality is supported on the
[NovaCustom NS5x/NS7x](/variants/novacustom_ns5x_tgl/releases/),
[NovaCustom NV4x](/variants/novacustom_nv4x_tgl/releases/),
[NovaCustom V54x](/variants/novacustom_v540tu/releases/) and
[NovaCustom V56x](/variants/novacustom_v560tu/releases/) only.
functionality is supported on:
* [NovaCustom NS5x/NS7x](../variants/novacustom_ns5x_tgl/releases.md),
* [NovaCustom NV4x](../variants/novacustom_nv4x_tgl/releases.md),
* [NovaCustom V540TU](../variants/novacustom_v540tu/releases.md),
* [NovaCustom V540TNx](../variants/novacustom_v540tnx/releases.md),
* [NovaCustom V560TU](../variants/novacustom_v560tu/releases.md)
* [NovaCustom V560TNx](../variants/novacustom_v560tnx/releases.md).
Starting from DTS v1.2.0 to perform EC transition please run
[firmware update](#firmware-update) on the platform with proprietary vendor EC
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-proc/documentation-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ We also maintain the repository
with editors configs used by our community. Feel free to create PR with your
configuration - you can give your proposition to improve existing settings or
create configs for editors that don't exist yet in our repository.
A properly configurated editor simplifies correct formatting.
A properly configured editor simplifies correct formatting.

## Diagrams

Expand Down
2 changes: 1 addition & 1 deletion docs/dev-proc/hcl-maintainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In vim:

<!--
Current template for adding HCL report over Github issue is way too complex.
Nobody will wast time doing that.
Nobody will waste time doing that.
-->

### Github pull request
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-proc/screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ corner of the screen. The colors indicate:
- Yellow - no writable FS found, screenshot is not taken
- Blue - current GOP is pitch black, screenshot is not taken
- Red - something went wrong, screenshot is not taken
- Green - screnshot taken and saved to PNG file
- Green - screenshot taken and saved to PNG file

PNG files are saved to the first writable partition, which will in most cases be
the EFI System Partition. You can mount the ESP in Dasharo Tools Suite, e.g.:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2621,7 +2621,7 @@ station.
it using the left mouse button to open volume menu.
1. After the `Which device did you plug in` menu appearing, select what type
of external device has been connected to the laptop (headset).
1. In the volume menu, click the rightmost part of it and note the reult.
1. In the volume menu, click the rightmost part of it and note the result.
**Expected result**
Expand Down Expand Up @@ -2715,7 +2715,7 @@ Disable (HAP) or Disable (Soft).
it using the left mouse button to open volume menu.
1. After the `Which device did you plug in` menu appearing, select what type
of external device has been connected to the laptop (headset).
1. In the volume menu, click the rightmost part of it and note the reult.
1. In the volume menu, click the rightmost part of it and note the result.
**Expected result**
Expand Down
4 changes: 2 additions & 2 deletions docs/unified/msi/hcl.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hardware.

CPU Hardware Compatibility List presents the CPUs tested and verified
to work with Dasharo by community. The following list does not include CPU
which is tested and verfied in 3mdeb laboratory - this information might be
which is tested and verified in 3mdeb laboratory - this information might be
found in [MSI PRO Z690-A Hardware Matrix](../../variants/msi_z690/hardware-matrix.md)
and [MSI PRO Z790-P Hardware Matrix](../../variants/msi_z790/hardware-matrix.md)
documentation.
Expand Down Expand Up @@ -216,7 +216,7 @@ hardware.

GPU Hardware Compatibility List presents the GPUs tested and verified
to work with Dasharo by community. The following list does not include GPU
which is tested and verfied in 3mdeb laboratory - this information might be
which is tested and verified in 3mdeb laboratory - this information might be
found in [MSI PRO Z690-A Hardware Matrix](../../variants/msi_z690/hardware-matrix.md)
and [MSI PRO Z790-P Hardware Matrix](../../variants/msi_z790/hardware-matrix.md)
documentation.
Expand Down
2 changes: 1 addition & 1 deletion docs/value-prop/marketing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ features, which is way easier then designing new hardware.
### Low quality release notes
TODO: continue moving content from internal presenations
TODO: continue moving content from internal presentations
-->

Expand Down
8 changes: 4 additions & 4 deletions docs/variants/asus_kgpe_d16/spi-wp.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ bootblock 0xffcac0 bootblock 13056 none
The bootblock is taking slightly more than 12KB of space on the bottom of the
flash. Converting 12KB to hex would be equal to `0x3000` but we must cover a
little bit more than that. Let's see what protection ranges are available for
the chip (running from the tagret machine to be protected):
the chip (running from the target machine to be protected):

```bash
./flashrom -p internal --wp-list
Expand Down Expand Up @@ -234,14 +234,14 @@ Copy the range base and length and invoke:

### Setting SPI status register protection

Flashrom should report `Sucessfully set the requested protection range.`. Now
Flashrom should report `Successfully set the requested protection range.`. Now
set the status register protection so the range protection cannot be changed:

```shell
./flashrom -p internal --wp-enable
```

Flashrom should report `Sucessfully set the requested mode.`.
Flashrom should report `Successfully set the requested mode.`.

### Verifying SPI write protection

Expand Down Expand Up @@ -280,7 +280,7 @@ jumper and invoke:
./flashrom -p internal --wp-disable
```

Now you should get `Sucessfully set the requested mode.` now. Check the WP
Now you should get `Successfully set the requested mode.` now. Check the WP
status:

```shell
Expand Down
2 changes: 1 addition & 1 deletion docs/variants/pc_engines/releases_seabios.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Test results for this release can be found
### Changed

- [Code base was moved to Dasharo Patchqueue Initiative](https://github.com/Dasharo/dasharo-pq?tab=readme-ov-file#background)
- [Sign of Life date changed to 19700101 due to making Dasharo Patchquque Inititive based build reproducible](https://github.com/Dasharo/dasharo-issues/issues/889)
- [Sign of Life date changed to 19700101 due to making Dasharo Patchqueue Initiative based build reproducible](https://github.com/Dasharo/dasharo-issues/issues/889)
- toolchain updates GCC 13.2.0, CMake 3.27.7
- ACPI 6.4 specification compliance
- sortbootorder update to v24.05.00.01
Expand Down

0 comments on commit 22bd321

Please sign in to comment.