Skip to content

Commit c0109c5

Browse files
committed
docs/dasharo-naming-convention.md: introduce concept of rapid/assured/lts
Signed-off-by: Piotr Król <[email protected]>
1 parent 10be62e commit c0109c5

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

docs/dasharo-naming-convention.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Following documentation is v2 of naming convention following results of
66
## Synopsis
77

88
```plain
9-
Dasharo (framework[+payload]) [edition] Package for [platform]
9+
Dasharo (framework[+payload]) [edition] [release] Package for [platform]
1010
```
1111

1212
## Description
@@ -41,26 +41,37 @@ mandatory in public names. Platform name should follow [supported hardware
4141
list](/variants/overview).
4242
- `edition`: Community | Pro | Enterprise (edition codes: DCP, DPP, DEP)
4343

44+
- `release`: Rapid | Assured | LTS. Defines QA scope and support cadence. Codes
45+
are for internal use in filenames; public names spell out the release tier.
46+
- `Rapid` - minimal regression only, scope depends on target hardware and
47+
configuration, so that it can be 3 or 10 tests, it is very likely <=10% of
48+
LTS,
49+
- `Assured` in between Rapid and LTS, adding to `Rapid` only tests which
50+
validate areas of firmware that experience change,s e.g., USB
51+
improvements/fixes leads to test USB, measured boot changes then only TPM and
52+
measured boot,
53+
- `LTS` - full scope, typically once a year unless budget is available.
54+
4455
This naming convention aims to provide clarity and precision, facilitating ease
4556
of understanding across Dasharo's firmware offerings.
4657

4758
## Examples
4859

4960
```plain
50-
Dasharo (coreboot+Heads) Pro Package for Novacustom NV4x 12th Gen
61+
Dasharo (coreboot+Heads) Pro Rapid Package for Novacustom NV4x 12th Gen
5162
```
5263

5364
A package aimed at professional retail customers with laptops, incorporating
5465
coreboot with the Heads payload.
5566

5667
```plain
57-
Dasharo (Slim Bootloader+UEFI) Pro Package for Hardkernel ODROID-H4
68+
Dasharo (Slim Bootloader+UEFI) Pro Assured Package for Hardkernel ODROID-H4
5869
```
5970

6071
A package that uses Slim Bootloader with UEFI payload on Hardkernel ODROID-H4.
6172

6273
```plain
63-
Dasharo (UEFI) Enterprise Package for MSI PRO Z690-A
74+
Dasharo (UEFI) Enterprise LTS Package for MSI PRO Z690-A
6475
```
6576

6677
A package for enterprise business customers for MSI PRO Z690-A, employing UEFI

0 commit comments

Comments
 (0)