Skip to content

Update HCL Maintainer guide as for v1.0.0 of dts-hw-conf-gen #1057

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

Merged
merged 2 commits into from
May 9, 2025
Merged
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
27 changes: 20 additions & 7 deletions docs/dev-proc/hcl-maintainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,31 @@ Compatibility List for CPUs, memory, mainboards and GPU.

### Dasharo HCL report parsing

For reports uploaded to 3mdeb cloud please use [dedicated
script](https://github.com/Dasharo/dts-hw-conf-gen) readme.
Use [dts-hw-conf-gen](https://github.com/Dasharo/dts-hw-conf-gen) tool for
automatic HCL report parsing.

Reports can be sourced from:
- 3mdeb Cloud
- DPP download page

## Extending list

Please always sort table before publishing.
The list can be updated via manual or automatic means.

The HCL tables are located in the [Dasharo docs
repository](https://github.com/Dasharo/docs/tree/master/docs/resources/hcl), and
which can be updated via creating a pull request.

Follow [README.md](https://github.com/Dasharo/dts-hw-conf-gen) for more details.

### Automatic table extension

In vim:
Automatic table extension is currently supported for `memory` reports only. The
script would insert new, unique lines and automatically sort the table.

- ++shift+v++ - to enter visual mode and mark whole range of entries.
- type `:` and `sort u` to run vim sort function on marked range and leave only
unique lines.
This feature is available from
[v1.0.0](https://github.com/Dasharo/dts-hw-conf-gen/releases/tag/v1.0.0) of
dts-hw-conf-gen.

### Github report

Expand Down